2023-11-15T05:12:19.639 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:12:19.640 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478 --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/orig.config.yaml 2023-11-15T05:12:19.679 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:12:19.766 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458478' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTElGXBdXg8YQ4WgOk3WO8jwJOB7koQKjTK0CSmKlgS/OAJbPR7ozhpW1oA7T06uxHOH9EnCoM/J831IlA3mT0= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJsiFje5jC8oAPShU8vMTyBr7wmtjM/JB98Nos/BE3bPIsD1vXWdn1um32VksmPQQNtmL10uLlAnaiSZBJiJdds= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T05:12:19.767 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:12:19.767 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:12:19.768 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:12:19.770 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:12:19.794 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:12:19.794 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:12:19.795 INFO:teuthology.packaging:ref: None 2023-11-15T05:12:19.795 INFO:teuthology.packaging:tag: None 2023-11-15T05:12:19.795 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:12:19.796 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:12:19.796 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:12:20.019 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T05:12:20.019 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:12:20.026 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:12:20.026 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:12:20.040 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:12:20.055 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:12:20.061 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:12:20.088 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:07:02.852184', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTElGXBdXg8YQ4WgOk3WO8jwJOB7koQKjTK0CSmKlgS/OAJbPR7ozhpW1oA7T06uxHOH9EnCoM/J831IlA3mT0='} 2023-11-15T05:12:20.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:07:02.853934', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJsiFje5jC8oAPShU8vMTyBr7wmtjM/JB98Nos/BE3bPIsD1vXWdn1um32VksmPQQNtmL10uLlAnaiSZBJiJdds='} 2023-11-15T05:12:20.110 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:12:20.116 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T05:12:20.116 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T05:12:20.117 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:12:20.194 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd08ac63af0>, signals=[15]) 2023-11-15T05:12:20.195 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:12:20.202 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:12:20.202 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:12:20.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:12:20.276 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2023-11-15T05:12:20.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:12:20.343 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:12:20.350 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2023-11-15T05:12:20.368 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2023-11-15T05:12:20.368 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2023-11-15T05:12:20.425 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:12:20.426 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:12:20.426 INFO:teuthology.orchestra.run.smithi138.stdout:ID="rhel" 2023-11-15T05:12:20.426 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="fedora" 2023-11-15T05:12:20.426 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="8.4" 2023-11-15T05:12:20.426 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:12:20.427 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:12:20.427 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2023-11-15T05:12:20.427 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:12:20.427 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:12:20.428 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:12:20.429 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:12:20.429 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2023-11-15T05:12:20.458 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2023-11-15T05:12:20.475 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2023-11-15T05:12:20.476 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2023-11-15T05:12:20.532 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:12:20.533 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:12:20.533 INFO:teuthology.orchestra.run.smithi142.stdout:ID="rhel" 2023-11-15T05:12:20.533 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE="fedora" 2023-11-15T05:12:20.533 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="8.4" 2023-11-15T05:12:20.534 INFO:teuthology.orchestra.run.smithi142.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:12:20.534 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:12:20.534 INFO:teuthology.orchestra.run.smithi142.stdout:ANSI_COLOR="0;31" 2023-11-15T05:12:20.534 INFO:teuthology.orchestra.run.smithi142.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:12:20.534 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:12:20.535 INFO:teuthology.orchestra.run.smithi142.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:12:20.535 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:12:20.535 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:12:20.535 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:12:20.535 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:12:20.536 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:12:20.536 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:12:20.536 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2023-11-15T05:12:20.557 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:12:20.566 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:12:20.642 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:12:20.643 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:12:20.645 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:12:20.661 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:12:20.667 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:12:20.667 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:12:20.703 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:12:20.718 INFO:teuthology.orchestra.run.smithi138.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:12:20.720 INFO:teuthology.orchestra.run.smithi142.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:12:20.721 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:12:20.781 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:12:20.797 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:12:20.798 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:12:20.799 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:12:20.799 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:12:20.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:12:20.816 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-11-15T05:12:20.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:12:20.818 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-11-15T05:12:20.873 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:12:20.874 INFO:teuthology.task.kernel:Running kernel on smithi138: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:12:20.874 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2023-11-15T05:12:20.876 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:12:20.877 INFO:teuthology.task.kernel:Running kernel on smithi142: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:12:20.877 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum install -y kernel 2023-11-15T05:12:22.269 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:22.270 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-15T05:12:22.327 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:22.328 INFO:teuthology.orchestra.run.smithi138.stdout:Unable to read consumer identity 2023-11-15T05:12:23.760 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-11-15T05:12:23.802 INFO:teuthology.orchestra.run.smithi138.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-11-15T05:12:24.519 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-15T05:12:24.989 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-15T05:12:27.850 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-11-15T05:12:28.423 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 4.7 MB/s | 24 kB 00:00 2023-11-15T05:12:28.629 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:12:28.630 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:12:28.630 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:12:28.791 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-15T05:12:28.792 INFO:teuthology.orchestra.run.smithi142.stdout:Nothing to do. 2023-11-15T05:12:28.792 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-15T05:12:28.932 DEBUG:teuthology.orchestra.run.smithi142:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:12:29.189 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:12:29.189 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:12:29.189 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:12:29.277 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:29.278 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-15T05:12:29.348 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-15T05:12:29.349 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-11-15T05:12:29.349 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-15T05:12:29.452 DEBUG:teuthology.orchestra.run.smithi138:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:12:29.574 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:12:27 AM UTC. 2023-11-15T05:12:29.722 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:12:29.722 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:29.722 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:29.743 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-11-15T05:12:29.797 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:29.798 INFO:teuthology.orchestra.run.smithi138.stdout:Unable to read consumer identity 2023-11-15T05:12:29.799 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum reinstall -y kernel || true 2023-11-15T05:12:30.105 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:12:28 AM UTC. 2023-11-15T05:12:30.140 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:30.140 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-15T05:12:30.244 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:12:30.244 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:30.244 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:30.295 INFO:teuthology.orchestra.run.smithi138.stderr:Error: No packages marked for reinstall. 2023-11-15T05:12:30.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum reinstall -y kernel || true 2023-11-15T05:12:30.445 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:03 ago on Wed 15 Nov 2023 05:12:27 AM UTC. 2023-11-15T05:12:30.596 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:12:30.596 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:30.596 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:30.608 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-11-15T05:12:30.663 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:12:30.690 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:12:30.691 INFO:teuthology.orchestra.run.smithi138.stdout:Unable to read consumer identity 2023-11-15T05:12:30.788 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.788 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.789 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.789 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:12:30.789 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:12:30.789 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:12:30.790 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:12:30.790 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:12:30.915 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.915 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.916 DEBUG:teuthology.orchestra.run.smithi142:> sudo rpm -qi grub2-tools 2023-11-15T05:12:30.943 INFO:teuthology.orchestra.run.smithi142.stdout:Name : grub2-tools 2023-11-15T05:12:30.943 INFO:teuthology.orchestra.run.smithi142.stdout:Epoch : 1 2023-11-15T05:12:30.944 INFO:teuthology.orchestra.run.smithi142.stdout:Version : 2.02 2023-11-15T05:12:30.944 INFO:teuthology.orchestra.run.smithi142.stdout:Release : 99.el8_4.1 2023-11-15T05:12:30.944 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: x86_64 2023-11-15T05:12:30.944 INFO:teuthology.orchestra.run.smithi142.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:12:30.944 INFO:teuthology.orchestra.run.smithi142.stdout:Group : System Environment/Base 2023-11-15T05:12:30.945 INFO:teuthology.orchestra.run.smithi142.stdout:Size : 9264631 2023-11-15T05:12:30.945 INFO:teuthology.orchestra.run.smithi142.stdout:License : GPLv3+ 2023-11-15T05:12:30.945 INFO:teuthology.orchestra.run.smithi142.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:12:30.945 INFO:teuthology.orchestra.run.smithi142.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:12:30.946 INFO:teuthology.orchestra.run.smithi142.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:12:30.946 INFO:teuthology.orchestra.run.smithi142.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:12:30.946 INFO:teuthology.orchestra.run.smithi142.stdout:Relocations : (not relocatable) 2023-11-15T05:12:30.946 INFO:teuthology.orchestra.run.smithi142.stdout:Packager : Red Hat, Inc. 2023-11-15T05:12:30.946 INFO:teuthology.orchestra.run.smithi142.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:12:30.947 INFO:teuthology.orchestra.run.smithi142.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:12:30.947 INFO:teuthology.orchestra.run.smithi142.stdout:Summary : Support tools for GRUB. 2023-11-15T05:12:30.947 INFO:teuthology.orchestra.run.smithi142.stdout:Description : 2023-11-15T05:12:30.947 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:12:30.947 INFO:teuthology.orchestra.run.smithi142.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:12:30.948 INFO:teuthology.orchestra.run.smithi142.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:12:30.948 INFO:teuthology.orchestra.run.smithi142.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:12:30.948 INFO:teuthology.orchestra.run.smithi142.stdout:hardware devices. 2023-11-15T05:12:30.948 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:12:30.949 INFO:teuthology.orchestra.run.smithi142.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:12:30.950 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:12:30.950 INFO:teuthology.task.kernel:Updating grub on smithi142 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:30.950 DEBUG:teuthology.orchestra.run.smithi142:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:12:30.982 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:12:28 AM UTC. 2023-11-15T05:12:31.149 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:12:31.149 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:31.149 INFO:teuthology.orchestra.run.smithi138.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:12:31.161 INFO:teuthology.orchestra.run.smithi138.stderr:Error: No packages marked for reinstall. 2023-11-15T05:12:31.210 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:12:31.335 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.336 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:12:31.336 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:12:31.336 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:12:31.337 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:12:31.337 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:12:31.463 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.464 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.464 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2023-11-15T05:12:31.491 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2023-11-15T05:12:31.492 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2023-11-15T05:12:31.492 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.02 2023-11-15T05:12:31.492 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 99.el8_4.1 2023-11-15T05:12:31.492 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2023-11-15T05:12:31.493 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:12:31.493 INFO:teuthology.orchestra.run.smithi138.stdout:Group : System Environment/Base 2023-11-15T05:12:31.493 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 9264631 2023-11-15T05:12:31.493 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2023-11-15T05:12:31.494 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:12:31.494 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:12:31.494 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:12:31.494 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:12:31.494 INFO:teuthology.orchestra.run.smithi138.stdout:Relocations : (not relocatable) 2023-11-15T05:12:31.495 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : Red Hat, Inc. 2023-11-15T05:12:31.495 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:12:31.495 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:12:31.495 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2023-11-15T05:12:31.495 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2023-11-15T05:12:31.496 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:12:31.497 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:12:31.498 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:12:31.498 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:31.498 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:12:31.993 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2023-11-15T05:12:32.785 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2023-11-15T05:12:33.843 INFO:teuthology.orchestra.run.smithi142.stderr:done 2023-11-15T05:12:33.844 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2023-11-15T05:12:33.859 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.clzEOzROe9 2023-11-15T05:12:33.860 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.clzEOzROe9 2023-11-15T05:12:33.941 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.clzEOzROe9 2023-11-15T05:12:34.106 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.clzEOzROe9 is 6KB 2023-11-15T05:12:34.127 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.clzEOzROe9 2023-11-15T05:12:34.141 DEBUG:teuthology.orchestra.run.smithi142:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:12:34.209 INFO:teuthology.orchestra.run.smithi142.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:12:34.209 INFO:teuthology.orchestra.run.smithi142.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:12:34.209 INFO:teuthology.orchestra.run.smithi142.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:12:34.210 INFO:teuthology.orchestra.run.smithi142.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:12:34.211 DEBUG:teuthology.orchestra.run.smithi142:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:34.400 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2023-11-15T05:12:34.708 INFO:teuthology.orchestra.run.smithi138.stderr:done 2023-11-15T05:12:34.710 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2023-11-15T05:12:34.731 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.14spl8BxlP 2023-11-15T05:12:34.732 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.14spl8BxlP 2023-11-15T05:12:34.813 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.14spl8BxlP 2023-11-15T05:12:34.972 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.14spl8BxlP is 6KB 2023-11-15T05:12:34.995 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.14spl8BxlP 2023-11-15T05:12:35.010 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:12:35.078 INFO:teuthology.orchestra.run.smithi138.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:12:35.078 INFO:teuthology.orchestra.run.smithi138.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:12:35.079 INFO:teuthology.orchestra.run.smithi138.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:12:35.079 INFO:teuthology.orchestra.run.smithi138.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:12:35.080 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:12:35.278 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2023-11-15T05:13:04.431 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:13:04.432 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:13:04.433 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:13:05.282 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:13:05.283 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-15T05:13:05.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:13:38.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-11-15T05:13:47.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:13:47.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:14:05.302 DEBUG:teuthology.orchestra.remote:timed out 2023-11-15T05:14:06.330 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-11-15T05:14:14.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-15T05:14:14.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:14:14.960 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-11-15T05:14:15.321 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-15T05:14:15.322 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:14:15.322 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-11-15T05:14:15.336 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:14:15.336 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:14:15.337 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:14:15.337 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:14:16.338 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:14:16.338 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:14:16.450 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2023-11-15T05:14:16.462 DEBUG:teuthology.parallel:result is None 2023-11-15T05:14:18.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:14:18.332 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:14:18.896 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-11-15T05:14:19.410 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:14:19.411 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:14:19.411 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-11-15T05:14:19.425 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:14:19.426 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:14:19.426 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:14:19.426 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:14:20.428 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:14:20.428 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:14:20.590 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2023-11-15T05:14:20.603 DEBUG:teuthology.parallel:result is None 2023-11-15T05:14:20.603 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:14:20.610 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:14:20.611 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:14:20.616 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:14:20.647 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:14:20.654 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:14:20.664 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:14:20.665 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:14:20.746 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:14:21.047 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:14:21.054 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:14:21.055 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:14:21.090 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:14:21.149 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:14:21.159 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:14:21.587 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:14:21.724 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:14:21.739 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:14:21.747 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:14:21.747 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:14:21.789 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:14:22.089 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:14:22.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:14:22.099 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:14:22.136 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:14:22.426 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:14:22.663 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:14:22.689 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:14:22.771 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:14:22.811 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:14:22.811 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:14:22.876 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:14:22.922 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:14:22.970 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:14:23.051 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:14:23.090 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:14:23.091 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:14:23.157 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2023-11-15T05:14:23.160 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2023-11-15T05:14:23.248 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:14:23.471 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:14:23.669 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:14:23.677 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:14:23.677 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:14:23.701 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:14:23.709 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T05:14:23.710 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2023-11-15T05:14:23.774 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: [ OK ] 2023-11-15T05:14:23.776 DEBUG:teuthology.orchestra.run.smithi142:> sudo service auditd rotate 2023-11-15T05:14:24.129 INFO:teuthology.orchestra.run.smithi142.stdout:Rotating logs: [ OK ] 2023-11-15T05:14:24.131 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:14:24.132 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2023-11-15T05:14:24.146 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2023-11-15T05:14:24.147 DEBUG:teuthology.orchestra.run.smithi142:> /usr/sbin/getenforce 2023-11-15T05:14:24.172 INFO:teuthology.orchestra.run.smithi142.stdout:Permissive 2023-11-15T05:14:24.173 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi142.front.sepia.ceph.com': 'permissive'} 2023-11-15T05:14:24.174 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:14:24.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:14:24.211 DEBUG:teuthology.orchestra.run.smithi142:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:14:24.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:14:24.259 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:14:24.259 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:14:24.296 DEBUG:teuthology.orchestra.run.smithi142:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:14:24.397 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:14:24.407 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T05:14:24.408 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:14:24.427 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T05:14:24.429 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi138.front.sepia.ceph.com,smithi142.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T05:23:59.814 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com')] 2023-11-15T05:23:59.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-15T05:23:59.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:23:59.887 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-11-15T05:23:59.949 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-15T05:23:59.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:23:59.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:24:00.018 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-11-15T05:24:00.081 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-15T05:24:00.082 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T05:24:00.092 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T05:24:00.094 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:24:00.095 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:24:00.098 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:24:00.099 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:24:00.124 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:24:00.138 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:24:00.150 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:24:00.164 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:24:00.174 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2023-11-15T05:24:00.185 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2023-11-15T05:24:00.198 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:24:00.202 INFO:teuthology.orchestra.run.smithi142.stderr:sudo: ntpd: command not found 2023-11-15T05:24:00.211 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:24:00.212 INFO:teuthology.orchestra.run.smithi142.stdout:506 Cannot talk to daemon 2023-11-15T05:24:00.226 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:24:00.240 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:24:00.289 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2023-11-15T05:24:00.292 INFO:teuthology.orchestra.run.smithi138.stdout:210 Number of sources = 4 2023-11-15T05:24:00.293 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:24:00.293 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-11-15T05:24:00.293 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.293 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.293 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.294 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.312 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-11-15T05:24:00.315 INFO:teuthology.orchestra.run.smithi142.stdout:210 Number of sources = 4 2023-11-15T05:24:00.316 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:24:00.316 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-11-15T05:24:00.316 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.316 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.316 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.317 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:24:00.317 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T05:24:00.330 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T05:24:00.331 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:24:00.331 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:24:00.331 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi142.front.sepia.ceph.com 2023-11-15T05:24:00.332 DEBUG:teuthology.orchestra.run.smithi142:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:24:00.722 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:24:00.750 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-15T05:24:02.499 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:46 ago on Wed 15 Nov 2023 05:22:16 AM UTC. 2023-11-15T05:24:02.564 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:49 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:24:04.635 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-15T05:24:04.636 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-15T05:24:04.637 INFO:teuthology.orchestra.run.smithi142.stdout: Package Architecture Version Repository Size 2023-11-15T05:24:04.637 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-15T05:24:04.637 INFO:teuthology.orchestra.run.smithi142.stdout:Resetting modules: 2023-11-15T05:24:04.637 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools 2023-11-15T05:24:04.637 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:04.638 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-15T05:24:04.638 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-15T05:24:04.638 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:04.697 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-15T05:24:04.698 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:24:04.698 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-11-15T05:24:04.699 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:24:04.699 INFO:teuthology.orchestra.run.smithi138.stdout:Resetting modules: 2023-11-15T05:24:04.699 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools 2023-11-15T05:24:04.699 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:04.699 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-15T05:24:04.700 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:24:04.700 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:05.588 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:49 ago on Wed 15 Nov 2023 05:22:16 AM UTC. 2023-11-15T05:24:05.736 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:52 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:24:10.158 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-15T05:24:10.612 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-15T05:24:11.250 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-15T05:24:11.694 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:24:12.381 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:56 ago on Wed 15 Nov 2023 05:22:16 AM UTC. 2023-11-15T05:24:13.517 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:00 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:24:14.471 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-15T05:24:14.521 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-11-15T05:24:14.521 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-11-15T05:24:14.521 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-11-15T05:24:14.521 INFO:teuthology.orchestra.run.smithi142.stdout:Installing group/module packages: 2023-11-15T05:24:14.521 INFO:teuthology.orchestra.run.smithi142.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-15T05:24:14.522 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T05:24:14.522 INFO:teuthology.orchestra.run.smithi142.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T05:24:14.522 INFO:teuthology.orchestra.run.smithi142.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-15T05:24:14.522 INFO:teuthology.orchestra.run.smithi142.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T05:24:14.522 INFO:teuthology.orchestra.run.smithi142.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:14.523 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-11-15T05:24:14.523 INFO:teuthology.orchestra.run.smithi142.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T05:24:14.523 INFO:teuthology.orchestra.run.smithi142.stdout:Downgrading: 2023-11-15T05:24:14.523 INFO:teuthology.orchestra.run.smithi142.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:14.523 INFO:teuthology.orchestra.run.smithi142.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-15T05:24:14.524 INFO:teuthology.orchestra.run.smithi142.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-15T05:24:14.524 INFO:teuthology.orchestra.run.smithi142.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-15T05:24:14.524 INFO:teuthology.orchestra.run.smithi142.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T05:24:14.524 INFO:teuthology.orchestra.run.smithi142.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-15T05:24:14.524 INFO:teuthology.orchestra.run.smithi142.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-15T05:24:14.525 INFO:teuthology.orchestra.run.smithi142.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-15T05:24:14.525 INFO:teuthology.orchestra.run.smithi142.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-15T05:24:14.525 INFO:teuthology.orchestra.run.smithi142.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-15T05:24:14.525 INFO:teuthology.orchestra.run.smithi142.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-15T05:24:14.525 INFO:teuthology.orchestra.run.smithi142.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:14.526 INFO:teuthology.orchestra.run.smithi142.stdout:Installing module profiles: 2023-11-15T05:24:14.526 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools/common 2023-11-15T05:24:14.526 INFO:teuthology.orchestra.run.smithi142.stdout:Enabling module streams: 2023-11-15T05:24:14.527 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools 3.0 2023-11-15T05:24:14.527 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:14.527 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-15T05:24:14.527 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-11-15T05:24:14.527 INFO:teuthology.orchestra.run.smithi142.stdout:Install 7 Packages 2023-11-15T05:24:14.528 INFO:teuthology.orchestra.run.smithi142.stdout:Downgrade 12 Packages 2023-11-15T05:24:14.528 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:14.529 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 51 M 2023-11-15T05:24:14.529 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-11-15T05:24:14.568 INFO:teuthology.orchestra.run.smithi142.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.2 MB/s | 52 kB 00:00 2023-11-15T05:24:14.619 INFO:teuthology.orchestra.run.smithi142.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 733 kB/s | 69 kB 00:00 2023-11-15T05:24:14.710 INFO:teuthology.orchestra.run.smithi142.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 3.5 MB/s | 511 kB 00:00 2023-11-15T05:24:14.778 INFO:teuthology.orchestra.run.smithi142.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 19 MB/s | 3.1 MB 00:00 2023-11-15T05:24:14.798 INFO:teuthology.orchestra.run.smithi142.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 584 kB/s | 51 kB 00:00 2023-11-15T05:24:14.873 INFO:teuthology.orchestra.run.smithi142.stdout:(6/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 681 kB/s | 51 kB 00:00 2023-11-15T05:24:14.985 INFO:teuthology.orchestra.run.smithi142.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 44 MB/s | 20 MB 00:00 2023-11-15T05:24:15.029 INFO:teuthology.orchestra.run.smithi142.stdout:(8/19): podman-docker-3.0.1-7.module+el8.4.0+12 222 kB/s | 56 kB 00:00 2023-11-15T05:24:15.029 INFO:teuthology.orchestra.run.smithi142.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 462 kB/s | 72 kB 00:00 2023-11-15T05:24:15.057 INFO:teuthology.orchestra.run.smithi142.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 4.4 MB/s | 320 kB 00:00 2023-11-15T05:24:15.114 INFO:teuthology.orchestra.run.smithi142.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 1.1 MB/s | 91 kB 00:00 2023-11-15T05:24:15.205 INFO:teuthology.orchestra.run.smithi142.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 275 kB/s | 41 kB 00:00 2023-11-15T05:24:15.217 INFO:teuthology.orchestra.run.smithi142.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 494 kB/s | 51 kB 00:00 2023-11-15T05:24:15.254 INFO:teuthology.orchestra.run.smithi142.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 53 MB/s | 12 MB 00:00 2023-11-15T05:24:15.310 INFO:teuthology.orchestra.run.smithi142.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 11 MB/s | 1.1 MB 00:00 2023-11-15T05:24:15.386 INFO:teuthology.orchestra.run.smithi142.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 41 MB/s | 7.4 MB 00:00 2023-11-15T05:24:15.416 INFO:teuthology.orchestra.run.smithi142.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.7 MB/s | 185 kB 00:00 2023-11-15T05:24:15.453 INFO:teuthology.orchestra.run.smithi142.stdout:(18/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 32 MB/s | 6.3 MB 00:00 2023-11-15T05:24:15.502 INFO:teuthology.orchestra.run.smithi142.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 137 kB/s | 16 kB 00:00 2023-11-15T05:24:15.502 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:24:15.503 INFO:teuthology.orchestra.run.smithi142.stdout:Total 53 MB/s | 51 MB 00:00 2023-11-15T05:24:15.518 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-11-15T05:24:15.524 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-15T05:24:15.560 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-11-15T05:24:15.561 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-11-15T05:24:15.574 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================================================== 2023-11-15T05:24:15.575 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-11-15T05:24:15.575 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================================================== 2023-11-15T05:24:15.575 INFO:teuthology.orchestra.run.smithi138.stdout:Installing group/module packages: 2023-11-15T05:24:15.576 INFO:teuthology.orchestra.run.smithi138.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-15T05:24:15.576 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T05:24:15.576 INFO:teuthology.orchestra.run.smithi138.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T05:24:15.576 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-15T05:24:15.577 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T05:24:15.577 INFO:teuthology.orchestra.run.smithi138.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:15.577 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-11-15T05:24:15.578 INFO:teuthology.orchestra.run.smithi138.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T05:24:15.578 INFO:teuthology.orchestra.run.smithi138.stdout:Downgrading: 2023-11-15T05:24:15.578 INFO:teuthology.orchestra.run.smithi138.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:15.579 INFO:teuthology.orchestra.run.smithi138.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-15T05:24:15.579 INFO:teuthology.orchestra.run.smithi138.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-15T05:24:15.579 INFO:teuthology.orchestra.run.smithi138.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-15T05:24:15.580 INFO:teuthology.orchestra.run.smithi138.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T05:24:15.580 INFO:teuthology.orchestra.run.smithi138.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-15T05:24:15.581 INFO:teuthology.orchestra.run.smithi138.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-15T05:24:15.581 INFO:teuthology.orchestra.run.smithi138.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-15T05:24:15.581 INFO:teuthology.orchestra.run.smithi138.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-15T05:24:15.581 INFO:teuthology.orchestra.run.smithi138.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-15T05:24:15.582 INFO:teuthology.orchestra.run.smithi138.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-15T05:24:15.582 INFO:teuthology.orchestra.run.smithi138.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:24:15.582 INFO:teuthology.orchestra.run.smithi138.stdout:Installing module profiles: 2023-11-15T05:24:15.583 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools/common 2023-11-15T05:24:15.583 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling module streams: 2023-11-15T05:24:15.583 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools 3.0 2023-11-15T05:24:15.584 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:15.584 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-15T05:24:15.584 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================================================== 2023-11-15T05:24:15.585 INFO:teuthology.orchestra.run.smithi138.stdout:Install 7 Packages 2023-11-15T05:24:15.585 INFO:teuthology.orchestra.run.smithi138.stdout:Downgrade 12 Packages 2023-11-15T05:24:15.586 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:15.587 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 51 M 2023-11-15T05:24:15.587 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-11-15T05:24:15.705 INFO:teuthology.orchestra.run.smithi138.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 545 kB/s | 69 kB 00:00 2023-11-15T05:24:15.722 INFO:teuthology.orchestra.run.smithi138.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 359 kB/s | 52 kB 00:00 2023-11-15T05:24:15.831 INFO:teuthology.orchestra.run.smithi138.stdout:(3/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 28 MB/s | 3.1 MB 00:00 2023-11-15T05:24:15.843 INFO:teuthology.orchestra.run.smithi138.stdout:(4/19): criu-3.15-1.module+el8.4.0+11818+341460 3.6 MB/s | 511 kB 00:00 2023-11-15T05:24:15.912 INFO:teuthology.orchestra.run.smithi138.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 628 kB/s | 51 kB 00:00 2023-11-15T05:24:15.925 INFO:teuthology.orchestra.run.smithi138.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 681 kB/s | 56 kB 00:00 2023-11-15T05:24:15.980 INFO:teuthology.orchestra.run.smithi138.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 757 kB/s | 51 kB 00:00 2023-11-15T05:24:16.030 INFO:teuthology.orchestra.run.smithi138.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 691 kB/s | 72 kB 00:00 2023-11-15T05:24:16.043 INFO:teuthology.orchestra.run.smithi138.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 5.0 MB/s | 320 kB 00:00 2023-11-15T05:24:16.185 INFO:teuthology.orchestra.run.smithi138.stdout:(10/19): containernetworking-plugins-0.9.1-1.mo 33 MB/s | 20 MB 00:00 2023-11-15T05:24:16.186 INFO:teuthology.orchestra.run.smithi138.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 638 kB/s | 91 kB 00:00 2023-11-15T05:24:16.312 INFO:teuthology.orchestra.run.smithi138.stdout:(12/19): podman-3.0.1-7.module+el8.4.0+12906+0c 42 MB/s | 12 MB 00:00 2023-11-15T05:24:16.316 INFO:teuthology.orchestra.run.smithi138.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 311 kB/s | 41 kB 00:00 2023-11-15T05:24:16.345 INFO:teuthology.orchestra.run.smithi138.stdout:(14/19): udica-0.2.4-1.module+el8.4.0+11818+341 319 kB/s | 51 kB 00:00 2023-11-15T05:24:16.404 INFO:teuthology.orchestra.run.smithi138.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 12 MB/s | 1.1 MB 00:00 2023-11-15T05:24:16.407 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-11-15T05:24:16.411 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-11-15T05:24:16.508 INFO:teuthology.orchestra.run.smithi138.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 38 MB/s | 7.4 MB 00:00 2023-11-15T05:24:16.543 INFO:teuthology.orchestra.run.smithi138.stdout:(17/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 32 MB/s | 6.3 MB 00:00 2023-11-15T05:24:16.570 INFO:teuthology.orchestra.run.smithi138.stdout:(18/19): crun-0.18-2.module+el8.4.0+11818+34146 1.1 MB/s | 185 kB 00:00 2023-11-15T05:24:16.594 INFO:teuthology.orchestra.run.smithi138.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 184 kB/s | 16 kB 00:00 2023-11-15T05:24:16.595 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:24:16.595 INFO:teuthology.orchestra.run.smithi138.stdout:Total 51 MB/s | 51 MB 00:01 2023-11-15T05:24:16.610 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-11-15T05:24:16.653 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-11-15T05:24:16.653 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-11-15T05:24:17.547 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-11-15T05:24:17.552 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-11-15T05:24:17.799 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-11-15T05:24:17.876 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T05:24:18.084 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T05:24:18.095 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T05:24:18.111 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:18.301 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:18.916 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-11-15T05:24:18.986 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T05:24:19.204 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T05:24:19.214 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T05:24:19.230 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:19.396 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:34.101 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:34.344 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T05:24:34.595 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T05:24:35.125 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T05:24:35.205 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T05:24:35.327 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T05:24:35.497 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T05:24:35.557 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T05:24:35.723 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T05:24:36.007 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T05:24:36.007 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T05:24:36.007 INFO:teuthology.orchestra.run.smithi142.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T05:24:36.008 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:36.178 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T05:24:36.418 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T05:24:36.585 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T05:24:36.805 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T05:24:36.805 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T05:24:36.805 INFO:teuthology.orchestra.run.smithi138.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T05:24:36.806 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:38.318 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T05:24:39.022 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T05:24:39.914 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T05:24:40.226 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T05:24:40.481 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T05:24:40.628 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T05:24:40.648 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T05:24:40.973 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T05:24:41.223 INFO:teuthology.orchestra.run.smithi138.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T05:24:41.412 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T05:24:41.441 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T05:24:42.204 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T05:24:42.219 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T05:24:42.438 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T05:24:42.649 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T05:24:42.848 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T05:24:42.960 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T05:24:42.997 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T05:24:43.111 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T05:24:43.192 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T05:24:43.323 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T05:24:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T05:24:43.536 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T05:24:43.536 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T05:24:43.560 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T05:24:43.732 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T05:24:43.743 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T05:24:43.842 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T05:24:43.957 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T05:24:44.045 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T05:24:44.164 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T05:24:44.234 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T05:24:44.234 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T05:24:44.404 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T05:24:44.419 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T05:24:44.586 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T05:24:44.598 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T05:24:44.751 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T05:24:44.814 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T05:24:44.967 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T05:24:45.037 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T05:24:45.118 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T05:24:45.247 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T05:24:45.286 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T05:24:45.481 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T05:24:45.634 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T05:24:45.694 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T05:24:46.081 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T05:24:46.322 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T05:24:46.322 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T05:24:46.322 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T05:24:46.323 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T05:24:46.323 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T05:24:46.323 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T05:24:46.323 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T05:24:46.323 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T05:24:46.324 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T05:24:46.324 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T05:24:46.324 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T05:24:46.324 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T05:24:46.324 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T05:24:46.325 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T05:24:46.325 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T05:24:46.325 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T05:24:46.325 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T05:24:46.325 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T05:24:46.326 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T05:24:46.326 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T05:24:46.326 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T05:24:46.326 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T05:24:46.326 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T05:24:46.327 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T05:24:46.327 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T05:24:46.327 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T05:24:46.327 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T05:24:46.327 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T05:24:46.328 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T05:24:46.328 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T05:24:46.328 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T05:24:46.639 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T05:24:46.639 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T05:24:46.639 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T05:24:46.639 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T05:24:46.640 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T05:24:46.641 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T05:24:46.641 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T05:24:46.641 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T05:24:46.641 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T05:24:46.641 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T05:24:46.642 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T05:24:46.642 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T05:24:46.642 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T05:24:46.642 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T05:24:46.642 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T05:24:46.643 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T05:24:46.643 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T05:24:46.643 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T05:24:46.644 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T05:24:46.644 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T05:24:46.644 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T05:24:46.645 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T05:24:46.645 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T05:24:46.645 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T05:24:46.645 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T05:24:46.645 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T05:24:47.761 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T05:24:47.762 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:02:31 ago on Wed 15 Nov 2023 05:22:16 AM UTC. 2023-11-15T05:24:48.200 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T05:24:48.201 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:34 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:24:53.911 INFO:teuthology.orchestra.run.smithi138.stdout:Installed products updated. 2023-11-15T05:24:54.025 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:54.026 INFO:teuthology.orchestra.run.smithi138.stdout:Downgraded: 2023-11-15T05:24:54.026 INFO:teuthology.orchestra.run.smithi138.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.026 INFO:teuthology.orchestra.run.smithi138.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T05:24:54.026 INFO:teuthology.orchestra.run.smithi138.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.027 INFO:teuthology.orchestra.run.smithi138.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.027 INFO:teuthology.orchestra.run.smithi138.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.027 INFO:teuthology.orchestra.run.smithi138.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.027 INFO:teuthology.orchestra.run.smithi138.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.027 INFO:teuthology.orchestra.run.smithi138.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T05:24:54.028 INFO:teuthology.orchestra.run.smithi138.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T05:24:54.028 INFO:teuthology.orchestra.run.smithi138.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T05:24:54.028 INFO:teuthology.orchestra.run.smithi138.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T05:24:54.028 INFO:teuthology.orchestra.run.smithi138.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.028 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-11-15T05:24:54.029 INFO:teuthology.orchestra.run.smithi138.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.029 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.029 INFO:teuthology.orchestra.run.smithi138.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.029 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.029 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.030 INFO:teuthology.orchestra.run.smithi138.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.030 INFO:teuthology.orchestra.run.smithi138.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T05:24:54.030 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:24:54.030 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-15T05:24:54.219 DEBUG:teuthology.parallel:result is None 2023-11-15T05:24:54.857 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-11-15T05:24:54.961 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:54.962 INFO:teuthology.orchestra.run.smithi142.stdout:Downgraded: 2023-11-15T05:24:54.962 INFO:teuthology.orchestra.run.smithi142.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.962 INFO:teuthology.orchestra.run.smithi142.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T05:24:54.962 INFO:teuthology.orchestra.run.smithi142.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.963 INFO:teuthology.orchestra.run.smithi142.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.963 INFO:teuthology.orchestra.run.smithi142.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.963 INFO:teuthology.orchestra.run.smithi142.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.963 INFO:teuthology.orchestra.run.smithi142.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.963 INFO:teuthology.orchestra.run.smithi142.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T05:24:54.964 INFO:teuthology.orchestra.run.smithi142.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T05:24:54.964 INFO:teuthology.orchestra.run.smithi142.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T05:24:54.964 INFO:teuthology.orchestra.run.smithi142.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T05:24:54.964 INFO:teuthology.orchestra.run.smithi142.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.964 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-11-15T05:24:54.965 INFO:teuthology.orchestra.run.smithi142.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.965 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.965 INFO:teuthology.orchestra.run.smithi142.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.965 INFO:teuthology.orchestra.run.smithi142.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T05:24:54.965 INFO:teuthology.orchestra.run.smithi142.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.966 INFO:teuthology.orchestra.run.smithi142.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T05:24:54.966 INFO:teuthology.orchestra.run.smithi142.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T05:24:54.966 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:24:54.966 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-15T05:24:55.149 DEBUG:teuthology.parallel:result is None 2023-11-15T05:24:55.149 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T05:24:55.160 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T05:24:55.161 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:24:55.161 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:24:55.178 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:24:55.178 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2023-11-15T05:24:55.234 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:24:55.234 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:55.234 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 222571 Links: 1 2023-11-15T05:24:55.234 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:55.235 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:55.235 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:24:46.268731321 +0000 2023-11-15T05:24:55.235 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:23:27.813897823 +0000 2023-11-15T05:24:55.235 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:23:27.813897823 +0000 2023-11-15T05:24:55.235 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:24:55.236 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:24:55.299 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:24:55.299 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:24:55.300 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000246895 s, 2.1 MB/s 2023-11-15T05:24:55.301 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:24:55.357 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2023-11-15T05:24:55.413 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:24:55.413 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:55.414 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 221919 Links: 1 2023-11-15T05:24:55.414 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:55.414 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:55.414 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:24:46.268731321 +0000 2023-11-15T05:24:55.414 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:23:28.337886386 +0000 2023-11-15T05:24:55.415 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:23:28.337886386 +0000 2023-11-15T05:24:55.415 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:24:55.415 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:24:55.477 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:24:55.477 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:24:55.477 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000232799 s, 2.2 MB/s 2023-11-15T05:24:55.478 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:24:55.535 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2023-11-15T05:24:55.591 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:24:55.591 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:55.591 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 223352 Links: 1 2023-11-15T05:24:55.591 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:55.592 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:55.592 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:24:46.268731321 +0000 2023-11-15T05:24:55.592 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:23:28.905873988 +0000 2023-11-15T05:24:55.592 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:23:28.905873988 +0000 2023-11-15T05:24:55.592 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:24:55.593 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:24:55.654 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:24:55.654 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:24:55.654 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00027888 s, 1.8 MB/s 2023-11-15T05:24:55.655 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:24:55.711 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2023-11-15T05:24:55.765 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:24:55.766 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:55.766 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 220557 Links: 1 2023-11-15T05:24:55.766 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:55.766 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:55.766 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:24:46.268731321 +0000 2023-11-15T05:24:55.767 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:23:29.456861962 +0000 2023-11-15T05:24:55.767 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:23:29.456861962 +0000 2023-11-15T05:24:55.767 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:24:55.767 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:24:55.828 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:24:55.829 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:24:55.829 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000226524 s, 2.3 MB/s 2023-11-15T05:24:55.830 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:24:55.886 DEBUG:teuthology.orchestra.run.smithi138:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:24:56.001 INFO:teuthology.orchestra.run.smithi138.stdout:loop 2023-11-15T05:24:56.002 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_1... 2023-11-15T05:24:56.002 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:24:56.035 INFO:teuthology.orchestra.run.smithi138.stdout:1 2023-11-15T05:24:56.070 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:24:56.109 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_2... 2023-11-15T05:24:56.110 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:24:56.187 INFO:teuthology.orchestra.run.smithi138.stdout:1 2023-11-15T05:24:56.221 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:24:56.259 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_3... 2023-11-15T05:24:56.259 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:24:56.334 INFO:teuthology.orchestra.run.smithi138.stdout:1 2023-11-15T05:24:56.367 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:24:56.405 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_4... 2023-11-15T05:24:56.406 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:24:56.483 INFO:teuthology.orchestra.run.smithi138.stdout:1 2023-11-15T05:24:56.517 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:24:56.555 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:24:56.555 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:24:56.610 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme list 2023-11-15T05:24:56.673 INFO:teuthology.orchestra.run.smithi138.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:24:56.673 INFO:teuthology.orchestra.run.smithi138.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:24:56.673 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme0n1 CVFT6161003C400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:24:56.674 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme1n1 8b03b3115a456fd4634c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:56.674 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme2n1 d003f8d2db70efcf7c57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:56.674 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme3n1 55c3ee9df66fe711a36b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:56.674 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme4n1 d58f8b32931a33e6a7be Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:56.675 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:24:56.675 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:24:56.676 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/scratch_devs 2023-11-15T05:24:56.739 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:24:56.740 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:24:56.756 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:24:56.756 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_1 2023-11-15T05:24:56.812 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:24:56.812 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:56.813 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 218045 Links: 1 2023-11-15T05:24:56.813 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:56.813 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:56.813 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:24:45.925715366 +0000 2023-11-15T05:24:56.814 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:23:27.686171478 +0000 2023-11-15T05:24:56.814 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:23:27.686171478 +0000 2023-11-15T05:24:56.814 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:24:56.814 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:24:56.876 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:24:56.877 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:24:56.877 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000245093 s, 2.1 MB/s 2023-11-15T05:24:56.878 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:24:56.934 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_2 2023-11-15T05:24:56.991 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:24:56.991 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 225344 Links: 1 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:24:45.925715366 +0000 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:23:28.211161456 +0000 2023-11-15T05:24:56.992 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:23:28.211161456 +0000 2023-11-15T05:24:56.993 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:24:56.993 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:24:57.054 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:24:57.055 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:24:57.055 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000230375 s, 2.2 MB/s 2023-11-15T05:24:57.056 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:24:57.112 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_3 2023-11-15T05:24:57.168 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:24:57.168 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:57.168 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 220867 Links: 1 2023-11-15T05:24:57.168 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:57.169 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:57.169 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:24:45.926715347 +0000 2023-11-15T05:24:57.169 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:23:28.745151262 +0000 2023-11-15T05:24:57.169 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:23:28.745151262 +0000 2023-11-15T05:24:57.170 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:24:57.170 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:24:57.231 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:24:57.231 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:24:57.232 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000270128 s, 1.9 MB/s 2023-11-15T05:24:57.233 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:24:57.289 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_4 2023-11-15T05:24:57.344 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:24:57.344 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:24:57.344 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 225500 Links: 1 2023-11-15T05:24:57.345 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:24:57.345 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:24:57.345 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:24:45.926715347 +0000 2023-11-15T05:24:57.345 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:23:29.329140114 +0000 2023-11-15T05:24:57.345 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:23:29.329140114 +0000 2023-11-15T05:24:57.346 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:24:57.346 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:24:57.407 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:24:57.407 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:24:57.408 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000216118 s, 2.4 MB/s 2023-11-15T05:24:57.409 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:24:57.465 DEBUG:teuthology.orchestra.run.smithi142:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:24:57.584 INFO:teuthology.orchestra.run.smithi142.stdout:loop 2023-11-15T05:24:57.585 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2023-11-15T05:24:57.585 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:24:57.618 INFO:teuthology.orchestra.run.smithi142.stdout:1 2023-11-15T05:24:57.653 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:24:57.692 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2023-11-15T05:24:57.693 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:24:57.764 INFO:teuthology.orchestra.run.smithi142.stdout:1 2023-11-15T05:24:57.798 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:24:57.836 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2023-11-15T05:24:57.837 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:24:57.910 INFO:teuthology.orchestra.run.smithi142.stdout:1 2023-11-15T05:24:57.944 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:24:57.982 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2023-11-15T05:24:57.982 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:24:58.057 INFO:teuthology.orchestra.run.smithi142.stdout:1 2023-11-15T05:24:58.091 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:24:58.129 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:24:58.129 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:24:58.184 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme list 2023-11-15T05:24:58.247 INFO:teuthology.orchestra.run.smithi142.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:24:58.247 INFO:teuthology.orchestra.run.smithi142.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:24:58.248 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme0n1 CVFT6303009Y400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:24:58.248 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme1n1 1eb4d5d3c87f74a9df98 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:58.248 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme2n1 ab7fd83604ac4fec99a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:58.248 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme3n1 2cb10a8055b576edbc87 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:58.249 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme4n1 429ec900de8207335b9e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:24:58.249 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:24:58.250 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:24:58.250 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2023-11-15T05:24:58.313 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T05:24:58.402 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T05:24:58.403 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:24:58.403 INFO:tasks.cephadm:Cluster fsid is 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:24:58.404 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T05:24:58.404 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T05:24:58.404 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi138': '172.21.15.138', 'mon.smithi142': '172.21.15.142'} 2023-11-15T05:24:58.405 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T05:24:58.405 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2023-11-15T05:24:58.434 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2023-11-15T05:24:58.459 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T05:24:58.460 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.703 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:24 /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.704 DEBUG:teuthology.orchestra.run.smithi142:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.861 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:24 /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.861 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.881 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:24:58.906 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2023-11-15T05:24:58.949 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /etc/ceph 2023-11-15T05:24:58.974 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2023-11-15T05:24:59.017 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 777 /etc/ceph 2023-11-15T05:24:59.041 INFO:tasks.cephadm:Writing seed config... 2023-11-15T05:24:59.042 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T05:24:59.043 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T05:24:59.043 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T05:24:59.043 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T05:24:59.044 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T05:24:59.046 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T05:24:59.046 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T05:24:59.047 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T05:24:59.048 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:24:59.048 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T05:24:59.074 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 = 5156892a-8377-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T05:24:59.074 DEBUG:teuthology.orchestra.run.smithi138:mon.smithi138> sudo journalctl -f -n 0 -u ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service 2023-11-15T05:24:59.116 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T05:24:59.116 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 --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.138 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:24:59.142 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:-- Logs begin at Wed 2023-11-15 05:13:57 UTC. -- 2023-11-15T05:24:59.475 INFO:teuthology.orchestra.run.smithi138.stderr:-------------------------------------------------------------------------------- 2023-11-15T05:24:59.476 INFO:teuthology.orchestra.run.smithi138.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '5156892a-8377-11ee-8dbe-212e2dc638e7', '--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.138', '--skip-admin-label'] 2023-11-15T05:25:00.873 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 3.0.1 2023-11-15T05:25:00.886 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying podman|docker is present... 2023-11-15T05:25:00.940 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 3.0.1 2023-11-15T05:25:00.962 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying lvm2 is present... 2023-11-15T05:25:00.963 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying time synchronization is in place... 2023-11-15T05:25:00.969 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:25:00.975 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:25:00.982 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: enabled 2023-11-15T05:25:00.988 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: active 2023-11-15T05:25:00.989 INFO:teuthology.orchestra.run.smithi138.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:25:00.989 INFO:teuthology.orchestra.run.smithi138.stderr:Repeating the final host check... 2023-11-15T05:25:01.035 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: 3.0.1 2023-11-15T05:25:01.048 INFO:teuthology.orchestra.run.smithi138.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-15T05:25:01.048 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl is present 2023-11-15T05:25:01.049 INFO:teuthology.orchestra.run.smithi138.stderr:lvcreate is present 2023-11-15T05:25:01.054 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:25:01.059 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:25:01.065 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: enabled 2023-11-15T05:25:01.071 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: active 2023-11-15T05:25:01.072 INFO:teuthology.orchestra.run.smithi138.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:25:01.072 INFO:teuthology.orchestra.run.smithi138.stderr:Host looks OK 2023-11-15T05:25:01.072 INFO:teuthology.orchestra.run.smithi138.stderr:Cluster fsid: 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:01.072 INFO:teuthology.orchestra.run.smithi138.stderr:Acquiring lock 140466207273088 on /run/cephadm/5156892a-8377-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:25:01.073 INFO:teuthology.orchestra.run.smithi138.stderr:Lock 140466207273088 acquired on /run/cephadm/5156892a-8377-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:25:01.073 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying IP 172.21.15.138 port 3300 ... 2023-11-15T05:25:01.074 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying IP 172.21.15.138 port 6789 ... 2023-11-15T05:25:01.074 INFO:teuthology.orchestra.run.smithi138.stderr:Base mon IP(s) is [172.21.15.138:3300, 172.21.15.138:6789], mon addrv is [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2023-11-15T05:25:01.075 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T05:25:01.075 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2023-11-15T05:25:01.077 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T05:25:01.078 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T05:25:01.078 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-11-15T05:25:01.080 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T05:25:01.080 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T05:25:01.081 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:25:01.081 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T05:25:01.081 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6f71/64 scope link 2023-11-15T05:25:01.082 INFO:teuthology.orchestra.run.smithi138.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:25:01.083 INFO:teuthology.orchestra.run.smithi138.stderr:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2023-11-15T05:25:01.083 INFO:teuthology.orchestra.run.smithi138.stderr:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2023-11-15T05:25:01.083 INFO:teuthology.orchestra.run.smithi138.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T05:25:01.083 INFO:teuthology.orchestra.run.smithi138.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T05:25:01.084 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:25:01.159 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:25:01.266 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Getting image source signatures 2023-11-15T05:25:01.385 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-15T05:25:01.835 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying blob sha256:9ed66b813839402af6169f56a47e2708c68f9b594b29345f067cd20c366c9492 2023-11-15T05:25:17.058 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Copying config sha256:d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:25:17.124 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T05:25:17.124 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: Storing signatures 2023-11-15T05:25:27.800 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:25:28.408 INFO:teuthology.orchestra.run.smithi138.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:25:39.543 INFO:teuthology.orchestra.run.smithi138.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:25:39.543 INFO:teuthology.orchestra.run.smithi138.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T05:25:39.954 INFO:teuthology.orchestra.run.smithi138.stderr:stat: 167 167 2023-11-15T05:25:40.378 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial keys... 2023-11-15T05:25:40.802 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQBUVlRl3IVDLBAA6iYgWTsMlCu0wfWYu4tidQ== 2023-11-15T05:25:41.666 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQBVVlRlqoh6JhAA6SatQqjOzlIN0217Wdc3hw== 2023-11-15T05:25:42.524 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-authtool: AQBWVlRlsEXdHRAAy4zcROaGUOLd/3ykd86LVQ== 2023-11-15T05:25:42.978 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial monmap... 2023-11-15T05:25:43.400 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:25:43.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:43.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:25:43.886 INFO:teuthology.orchestra.run.smithi138.stderr:monmaptool for smithi138 [v2:172.21.15.138:3300,v1:172.21.15.138:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:25:43.890 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: set fsid to 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:43.890 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:25:43.890 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:25:43.891 INFO:teuthology.orchestra.run.smithi138.stderr:Creating mon... 2023-11-15T05:25:44.344 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.294+0000 7f071e33d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:25:44.345 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 1 imported monmap: 2023-11-15T05:25:44.345 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T05:25:44.345 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:44.345 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T05:25:43.372266+0000 2023-11-15T05:25:44.346 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: created 2023-11-15T05:25:43.372266+0000 2023-11-15T05:25:44.346 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T05:25:44.346 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T05:25:44.346 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2023-11-15T05:25:44.346 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 0 /usr/bin/ceph-mon: set fsid to 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:25:44.347 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: DB SUMMARY 2023-11-15T05:25:44.348 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.348 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 0, files: 2023-11-15T05:25:44.348 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.348 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 2023-11-15T05:25:44.348 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.349 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:25:44.349 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T05:25:44.349 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:25:44.349 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.env: 0x55c1b5e33080 2023-11-15T05:25:44.349 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:25:44.350 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.info_log: 0x55c1b82f5380 2023-11-15T05:25:44.350 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:25:44.350 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:25:44.350 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:25:44.350 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:25:44.351 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:25:44.351 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:25:44.351 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:25:44.351 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:25:44.351 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:25:44.352 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:25:44.353 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2023-11-15T05:25:44.353 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:25:44.353 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:25:44.353 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:25:44.353 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:25:44.354 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:25:44.354 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:25:44.354 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:25:44.354 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:25:44.354 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.write_buffer_manager: 0x55c1b82fb980 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:25:44.355 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:25:44.356 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:25:44.356 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:25:44.356 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:25:44.356 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:25:44.356 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:25:44.357 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:25:44.357 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:25:44.357 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:25:44.357 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:25:44.357 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:25:44.358 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.row_cache: None 2023-11-15T05:25:44.358 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:25:44.358 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:25:44.358 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:25:44.358 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:25:44.359 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:25:44.360 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:25:44.360 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:25:44.360 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:25:44.360 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:25:44.360 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:25:44.361 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:25:44.361 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:25:44.361 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:25:44.361 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:25:44.361 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:25:44.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:25:44.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:25:44.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:25:44.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:25:44.362 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:25:44.363 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:25:44.364 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:25:44.364 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:25:44.364 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:25:44.364 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:25:44.364 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.295+0000 7f071e33d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000001 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.365 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:25:44.366 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.366 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:25:44.366 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.merge_operator: 2023-11-15T05:25:44.366 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:25:44.366 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:25:44.367 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:25:44.367 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:25:44.367 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c1b8205d30) 2023-11-15T05:25:44.367 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T05:25:44.367 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:25:44.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:25:44.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T05:25:44.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T05:25:44.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T05:25:44.368 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T05:25:44.369 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:25:44.369 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T05:25:44.369 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T05:25:44.369 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T05:25:44.369 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache: 0x55c1b823ed10 2023-11-15T05:25:44.370 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T05:25:44.370 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T05:25:44.370 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T05:25:44.370 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T05:25:44.370 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T05:25:44.371 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T05:25:44.372 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T05:25:44.372 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T05:25:44.372 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T05:25:44.373 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T05:25:44.374 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T05:25:44.374 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T05:25:44.374 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.374 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:25:44.374 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:25:44.375 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:25:44.375 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:25:44.375 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:25:44.375 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:25:44.375 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:25:44.376 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:25:44.376 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:25:44.376 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:25:44.376 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:25:44.376 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:25:44.377 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:25:44.377 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:25:44.377 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:25:44.377 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:25:44.377 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:25:44.378 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:25:44.379 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:25:44.379 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:25:44.379 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:25:44.379 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:25:44.379 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:25:44.380 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:25:44.381 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:25:44.381 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:25:44.381 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:25:44.381 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:25:44.381 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:25:44.382 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:25:44.382 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:25:44.382 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:25:44.382 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:25:44.382 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:25:44.383 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:25:44.383 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:25:44.384 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:25:44.384 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:25:44.384 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.296+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:25:44.384 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:25:44.385 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:25:44.385 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:25:44.385 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:25:44.385 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:25:44.385 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:25:44.386 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:25:44.386 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:25:44.386 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:25:44.386 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:25:44.386 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:25:44.387 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:25:44.387 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:25:44.387 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:25:44.387 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:25:44.387 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:25:44.388 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:25:44.389 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:25:44.389 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:25:44.389 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:25:44.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.297+0000 7f071e33d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:25:44.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.298+0000 7f071e33d880 4 rocksdb: DB pointer 0x55c1b8309800 2023-11-15T05:25:44.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.298+0000 7f07071c3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:25:44.391 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.298+0000 7f07071c3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:25:44.391 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T05:25:44.391 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:44.391 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:25:44.391 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:25:44.392 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:25:44.392 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:25:44.392 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:25:44.392 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:25:44.392 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.393 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:25:44.393 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:44.393 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:44.393 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:25:44.394 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:25:44.394 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.394 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:25:44.394 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:44.395 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:44.395 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:44.395 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:44.395 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:44.395 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:25:44.396 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:25:44.396 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:25:44.396 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:44.396 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:44.396 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:25:44.397 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.397 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:25:44.397 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.398 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:25:44.399 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:44.399 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:44.401 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:25:44.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:25:44.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:25:44.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:44.402 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:44.403 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:44.403 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:44.403 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:44.403 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:25:44.403 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:25:44.404 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:25:44.404 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:44.404 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:44.404 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:25:44.404 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.405 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:25:44.405 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: 2023-11-15T05:25:44.405 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.299+0000 7f071e33d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T05:25:44.405 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.299+0000 7f071e33d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T05:25:44.405 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:25:44.299+0000 7f071e33d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi138 for mon.smithi138 2023-11-15T05:25:44.817 INFO:teuthology.orchestra.run.smithi138.stderr:create mon.smithi138 on 2023-11-15T05:25:44.925 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T05:25:45.025 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:25:45.025 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:25:45.242 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to reset failed state of unit ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service: Unit ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service not loaded. 2023-11-15T05:25:45.249 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target.wants/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service → /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:25:45.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 systemd[1]: Starting Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:25:45.956 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2023-11-15T05:25:45.963 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:25:45.964 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2023-11-15T05:25:45.964 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:25:45.965 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mon to start... 2023-11-15T05:25:45.965 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mon... 2023-11-15T05:25:46.199 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 bash[83363]: 42a0aee03c01a12033830b4dd4023e7df94d8989a2f3589859353805be6c3cc6 2023-11-15T05:25:46.199 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 systemd[1]: Started Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7. 2023-11-15T05:25:46.200 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.958610+0000 mon.smithi138 (mon.0) 0 : [INF] mkfs 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:46.200 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45 2023-11-15T05:25:46.200 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:45 smithi138 conmon[83404]: .940716+0000 mon.smithi138 (mon.0) 1 : cluster [INF] mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2023-11-15T05:25:46.505 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: cluster: 2023-11-15T05:25:46.506 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: id: 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:46.506 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T05:25:46.506 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:46.506 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: services: 2023-11-15T05:25:46.507 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi138 (age 0.546647s) 2023-11-15T05:25:46.507 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T05:25:46.507 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T05:25:46.507 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:46.507 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: data: 2023-11-15T05:25:46.508 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T05:25:46.508 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T05:25:46.508 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T05:25:46.508 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: pgs: 2023-11-15T05:25:46.508 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:47.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.957360+0000 mon.smithi138 (mon.0 2023-11-15T05:25:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: ) 2 : cluster [INF] mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2023-11-15T05:25:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.957600+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} 2023-11-15T05:25:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.960078+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T05:25:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.963327+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:25:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: cluster 2023-11-15T05:25:45.963911+0000 mon.smithi138 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:25:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:46 smithi138 conmon[83404]: audit 2023-11-15T05:25:46.503942+0000 mon.smithi138 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.138:0/1542527299' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T05:25:47.293 INFO:teuthology.orchestra.run.smithi138.stderr:mon is available 2023-11-15T05:25:47.293 INFO:teuthology.orchestra.run.smithi138.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T05:25:47.874 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:47.874 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [global] 2023-11-15T05:25:47.874 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: fsid = 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:47.874 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2023-11-15T05:25:47.875 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:25:47.875 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:25:47.875 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:25:47.875 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:25:47.875 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:25:47.876 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:25:48.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:47 smithi138 conmon[83404]: audit 2023-11-15T05:25:47.869275+0000 mon.smithi138 (mon 2023-11-15T05:25:48.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:47 smithi138 conmon[83404]: .0) 8 : audit [INF] from='client.? 172.21.15.138:0/1047908584' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:25:48.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:47 smithi138 conmon[83404]: audit 2023-11-15T05:25:47.871918+0000 mon.smithi138 (mon.0) 9 : audit [INF] from='client.? 172.21.15.138:0/1047908584' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:25:48.417 INFO:teuthology.orchestra.run.smithi138.stderr:Generating new minimal ceph.conf... 2023-11-15T05:25:49.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:48 smithi138 conmon[83404]: audit 2023-11-15T05:25:48.942757+0000 mon.smithi138 ( 2023-11-15T05:25:49.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:48 smithi138 conmon[83404]: mon.0) 10 : audit [DBG] from='client.? 172.21.15.138:0/2339355828' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:25:49.476 INFO:teuthology.orchestra.run.smithi138.stderr:Restarting the monitor... 2023-11-15T05:25:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:49 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:25:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:49 smithi138 bash[83905]: Error: no container with name or ID ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-mon.smithi138 found: no such container 2023-11-15T05:25:50.129 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:49 smithi138 conmon[83404]: debug 2023-11-15T05:25:49.800+0000 7f2c59ce3700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:25:50.130 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:49 smithi138 conmon[83404]: debug 2023-11-15T05:25:49.800+0000 7f2c59ce3700 -1 mon.smithi138@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:25:50.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:50 smithi138 bash[84021]: 42a0aee03c01a12033830b4dd4023e7df94d8989a2f3589859353805be6c3cc6 2023-11-15T05:25:50.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:50 smithi138 systemd[1]: ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service: Succeeded. 2023-11-15T05:25:50.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:50 smithi138 systemd[1]: Stopped Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7. 2023-11-15T05:25:50.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:50 smithi138 systemd[1]: Starting Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:25:51.114 INFO:teuthology.orchestra.run.smithi138.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T05:25:51.352 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.093+0000 7f0989096880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:25:51.352 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.093+0000 7f0989096880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:25:51.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.093+0000 7f0989096880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:25:51.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.097+0000 7f0989096880 0 load: jerasure load: lrc load: isa 2023-11-15T05:25:51.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:25:51.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:25:51.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:25:51.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: DB SUMMARY 2023-11-15T05:25:51.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:25:51.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:25:51.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T05:25:51.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T05:25:51.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000006.log size: 86535 ; 2023-11-15T05:25:51.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.357 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:25:51.357 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:25:51.357 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:25:51.357 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.env: 0x5565f165b080 2023-11-15T05:25:51.357 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:25:51.358 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.info_log: 0x5565f2431d20 2023-11-15T05:25:51.358 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:25:51.359 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:25:51.359 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:25:51.360 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:25:51.360 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:25:51.360 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:25:51.360 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:25:51.361 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:25:51.361 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:25:51.361 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:25:51.361 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:25:51.361 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:25:51.362 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:25:51.362 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:25:51.362 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:25:51.362 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi138/store.db 2023-11-15T05:25:51.363 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:25:51.363 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:25:51.363 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:25:51.364 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:25:51.364 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:25:51.364 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:25:51.364 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:25:51.364 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:25:51.365 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:25:51.365 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:25:51.365 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.write_buffer_manager: 0x5565f312e420 2023-11-15T05:25:51.365 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:25:51.365 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:25:51.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:25:51.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:25:51.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:25:51.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:25:51.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:25:51.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:25:51.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:25:51.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:25:51.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:25:51.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:25:51.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:25:51.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:25:51.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.row_cache: None 2023-11-15T05:25:51.369 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:25:51.370 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:25:51.371 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:25:51.371 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:25:51.371 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:25:51.371 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:25:51.371 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:25:51.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:25:51.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:25:51.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:25:51.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:25:51.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:25:51.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:25:51.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:25:51.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:25:51.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:25:51.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:25:51.374 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:25:51.374 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:25:51.374 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:25:51.374 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:25:51.374 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:25:51.375 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:25:51.375 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:25:51.375 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:25:51.375 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:25:51.375 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:25:51.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:25:51.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:25:51.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:25:51.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:25:51.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:25:51.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:25:51.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:25:51.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:25:51.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:25:51.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:25:51.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 2023-11-15T05:25:51.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:25:51.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:25:51.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.merge_operator: 2023-11-15T05:25:51.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:25:51.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:25:51.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:25:51.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:25:51.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5565f23dbd28) 2023-11-15T05:25:51.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: cache_index_and_filter_blocks: 1 2023-11-15T05:25:51.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:25:51.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:25:51.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: pin_top_level_index_and_filter: 1 2023-11-15T05:25:51.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: index_type: 0 2023-11-15T05:25:51.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: data_block_index_type: 0 2023-11-15T05:25:51.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: index_shortening: 1 2023-11-15T05:25:51.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:25:51.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: hash_index_allow_collision: 1 2023-11-15T05:25:51.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: checksum: 1 2023-11-15T05:25:51.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: no_block_cache: 0 2023-11-15T05:25:51.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_cache: 0x5565f2414f10 2023-11-15T05:25:51.384 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_cache_name: BinnedLRUCache 2023-11-15T05:25:51.385 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_cache_options: 2023-11-15T05:25:51.385 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: capacity : 536870912 2023-11-15T05:25:51.385 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: num_shard_bits : 4 2023-11-15T05:25:51.385 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: strict_capacity_limit : 0 2023-11-15T05:25:51.385 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: high_pri_pool_ratio: 0.000 2023-11-15T05:25:51.386 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_cache_compressed: (nil) 2023-11-15T05:25:51.386 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: persistent_cache: (nil) 2023-11-15T05:25:51.386 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_size: 4096 2023-11-15T05:25:51.386 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_size_deviation: 10 2023-11-15T05:25:51.386 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_restart_interval: 16 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: index_block_restart_interval: 1 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: metadata_block_size: 4096 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: partition_filters: 0 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: use_delta_encoding: 1 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:25:51.387 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: whole_key_filtering: 1 2023-11-15T05:25:51.388 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: verify_compression: 0 2023-11-15T05:25:51.388 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: read_amp_bytes_per_bit: 0 2023-11-15T05:25:51.388 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: format_version: 2 2023-11-15T05:25:51.388 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: enable_index_compression: 1 2023-11-15T05:25:51.388 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: block_align: 0 2023-11-15T05:25:51.389 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.389 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:25:51.389 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:25:51.389 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:25:51.390 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:25:51.390 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:25:51.390 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:25:51.390 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:25:51.391 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:25:51.392 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:25:51.392 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:25:51.392 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:25:51.393 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:25:51.393 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:25:51.394 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:25:51.394 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:25:51.394 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:25:51.394 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:25:51.394 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:25:51.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:25:51.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:25:51.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:25:51.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:25:51.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:25:51.396 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:25:51.396 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:25:51.396 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:25:51.396 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:25:51.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:25:51.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:25:51.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:25:51.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:25:51.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:25:51.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:25:51.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:25:51.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:25:51.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:25:51.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:25:51.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:25:51.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:25:51.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:25:51.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:25:51.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:25:51.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:25:51.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:25:51.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:25:51.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:25:51.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:25:51.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:25:51.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:25:51.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:25:51.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:25:51.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:25:51.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:25:51.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:25:51.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:25:51.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:25:51.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:25:51.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:25:51.405 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:25:51.405 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:25:51.405 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:25:51.406 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:25:51.406 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:25:51.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:25:51.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:25:51.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:25:51.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:25:51.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.098+0000 7f0989096880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:25:51.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.099+0000 7f0989096880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:25:51.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.099+0000 7f0989096880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T05:25:51.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.099+0000 7f0989096880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025951100194, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T05:25:51.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.099+0000 7f0989096880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T05:25:51.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.099+0000 7f0989096880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T05:25:51.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.100+0000 7f0989096880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025951100988, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83408, "table_properties": {"data_size": 81675, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76187, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700025951, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:25:51.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.100+0000 7f0989096880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T05:25:51.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.100+0000 7f0989096880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025951101377, "job": 1, "event": "recovery_finished"} 2023-11-15T05:25:51.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.101+0000 7f0989096880 4 rocksdb: DB pointer 0x5565f24df800 2023-11-15T05:25:51.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.101+0000 7f096fe9b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:25:51.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.101+0000 7f096fe9b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:25:51.413 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** DB Stats ** 2023-11-15T05:25:51.414 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 bash[84352]: 99486f83359bdfe7e604a555bda6731d9ce678c75f21597af4954899b46c83c9 2023-11-15T05:25:51.414 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:51.414 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:25:51.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:25:51.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:25:51.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:25:51.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** Compaction Stats [default] ** 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:51.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** Compaction Stats [default] ** 2023-11-15T05:25:51.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:51.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:51.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:51.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:51.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:51.424 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:25:51.424 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:25:51.424 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:25:51.424 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Cumulative compaction: 0.00 GB write, 30.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:51.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Interval compaction: 0.00 GB write, 30.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:51.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:25:51.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:25:51.426 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.426 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** Compaction Stats [default] ** 2023-11-15T05:25:51.426 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:51.426 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:51.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:25:51.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.427 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** Compaction Stats [default] ** 2023-11-15T05:25:51.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:25:51.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:25:51.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.0 0.00 0.00 1 0.001 0 0 2023-11-15T05:25:51.428 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:25:51.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:51.429 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:25:51.430 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:25:51.430 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:25:51.430 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:25:51.430 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Cumulative compaction: 0.00 GB write, 30.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:51.430 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:25:51.431 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:25:51.431 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.431 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:25:51.432 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.433 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.101+0000 7f0989096880 0 starting mon.smithi138 rank 0 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:51.433 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.102+0000 7f0989096880 1 mon.smithi138@-1(???) e1 preinit fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:25:51.433 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.102+0000 7f0989096880 0 mon.smithi138@-1(???).mds e1 new map 2023-11-15T05:25:51.433 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.102+0000 7f0989096880 0 mon.smithi138@-1(???).mds e1 print_map 2023-11-15T05:25:51.433 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: e1 2023-11-15T05:25:51.434 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:25:51.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T05:25:51.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: legacy client fscid: -1 2023-11-15T05:25:51.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: No filesystems configured 2023-11-15T05:25:51.436 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:51.436 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.103+0000 7f0989096880 0 mon.smithi138@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:25:51.436 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.103+0000 7f0989096880 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:25:51.436 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.103+0000 7f0989096880 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:25:51.437 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.103+0000 7f0989096880 0 mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:25:51.437 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: audit 2023-11-15T05:25:51.437 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: 2023-11-15T05:25:48.942757 2023-11-15T05:25:51.437 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 10 : audit 2023-11-15T05:25:51.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: [DBG] from='client.? 172.21.15.138:0/2339355828' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:25:51.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 conmon[84393]: debug 2023-11-15T05:25:51.103+0000 7f0989096880 1 mon.smithi138@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T05:25:51.438 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:51 smithi138 systemd[1]: Started Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7. 2023-11-15T05:25:52.267 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T05:25:52.267 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:25:52.268 INFO:teuthology.orchestra.run.smithi138.stderr:Creating mgr... 2023-11-15T05:25:52.268 INFO:teuthology.orchestra.run.smithi138.stderr:Verifying port 9283 ... 2023-11-15T05:25:52.395 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Failed to reset failed state of unit ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mgr.smithi138.outlvz.service: Unit ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mgr.smithi138.outlvz.service not loaded. 2023-11-15T05:25:52.402 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7.target.wants/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mgr.smithi138.outlvz.service → /etc/systemd/system/ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:25:52.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: cluster 2023-11-15T05:25:51.118619+0000 mon.smithi138 (mon.0) 1 : cluster [INF] mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2023-11-15T05:25:52.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: cluster 2023-11-15T05:25:51.118716+0000 mon.smithi138 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0]} removed_ranks: {} 2023-11-15T05:25:52.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: cluster 2023-11-15T05:25:51.119193+0000 mon.smithi138 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T05:25:52.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: cluster 2023-11-15T05:25:51.119252+0000 mon.smithi138 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:25:52.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: cluster 2023-11-15T05:25:51.119738+0000 mon.smithi138 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:25:52.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:52 smithi138 conmon[84393]: audit 2023-11-15T05:25:51.671478+0000 mon.smithi138 (mon.0) 6 : audit [INF] from='client.? 172.21.15.138:0/4132816463' entity='client.admin' 2023-11-15T05:25:53.121 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2023-11-15T05:25:53.128 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:25:53.129 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2023-11-15T05:25:53.129 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:25:53.137 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2023-11-15T05:25:53.144 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:25:53.145 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2023-11-15T05:25:53.145 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T05:25:53.146 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr to start... 2023-11-15T05:25:53.146 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr... 2023-11-15T05:25:53.715 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:53.715 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:25:53.716 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "5156892a-8377-11ee-8dbe-212e2dc638e7", 2023-11-15T05:25:53.716 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:25:53.716 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:25:53.717 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:25:53.717 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:25:53.717 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.718 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:25:53.718 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:25:53.718 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2023-11-15T05:25:53.718 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:53.718 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:25:53.719 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2023-11-15T05:25:53.719 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:53.719 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T05:25:53.719 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:25:53.719 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:53.720 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:25:53.720 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:25:53.720 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.720 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:25:53.720 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:25:53.721 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:25:53.722 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.722 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:25:53.722 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:25:53.722 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:25:53.722 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:25:53.723 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:25:53.723 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:25:53.723 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:25:53.723 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:25:53.723 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:25:53.724 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.724 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:25:53.724 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:53.724 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:25:53.725 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:25:53.725 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.725 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:25:53.725 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:25:53.726 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:25:53.726 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:25:53.726 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:25:53.726 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:25:53.727 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:25:53.728 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:53.728 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:25:53.728 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.729 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:25:53.729 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:53.729 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:25:45.959051+0000", 2023-11-15T05:25:53.729 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:25:53.730 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:53.730 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:25:53.730 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:25:54.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:53 smithi138 conmon[84393]: audit 2023-11-15T05:25:53.709035+0000 mon.smithi138 (mon.0) 7 : audit 2023-11-15T05:25:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:53 smithi138 conmon[84393]: [DBG] from='client.? 172.21.15.138:0/258399367' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:25:54.391 INFO:teuthology.orchestra.run.smithi138.stderr:mgr not available, waiting (1/15)... 2023-11-15T05:25:56.990 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:25:56.990 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:25:56.990 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "5156892a-8377-11ee-8dbe-212e2dc638e7", 2023-11-15T05:25:56.991 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:25:56.991 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:25:56.991 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:25:56.991 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:25:56.992 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:56.992 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:25:56.992 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:25:56.992 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2023-11-15T05:25:56.992 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:56.993 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:25:56.993 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2023-11-15T05:25:56.993 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:56.993 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-15T05:25:56.994 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:25:56.994 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:56.994 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:25:56.994 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:25:56.994 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:56.995 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:25:56.995 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:56.995 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:25:56.995 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:25:56.995 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:25:56.996 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:25:56.996 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:25:56.996 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:25:56.996 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:56.996 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:25:56.997 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:25:56.997 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:25:56.997 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:25:56.997 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:25:56.997 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:25:56.998 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:25:56.998 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:25:56.998 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:25:56.998 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:56.998 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:25:56.999 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:56.999 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:25:56.999 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:25:56.999 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:56.999 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:25:57.000 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:25:57.000 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:25:57.000 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:25:57.000 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:25:57.000 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:25:57.001 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:25:57.001 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:25:57.001 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:25:57.001 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:57.001 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:25:57.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:25:57.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:25:45.959051+0000", 2023-11-15T05:25:57.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:25:57.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:25:57.002 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:25:57.003 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:25:57.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:57 smithi138 conmon[84393]: audit 2023-11-15T05:25:56.982424+0000 mon.smithi138 (mon.0) 8 : 2023-11-15T05:25:57.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:57 smithi138 conmon[84393]: audit [DBG] from='client.? 172.21.15.138:0/4138973399' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:25:57.541 INFO:teuthology.orchestra.run.smithi138.stderr:mgr not available, waiting (2/15)... 2023-11-15T05:25:59.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: cluster 2023-11-15T05:25:58.650033+0000 mon.smithi138 (mon.0) 9 2023-11-15T05:25:59.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: : cluster [INF] Activating manager daemon smithi138.outlvz 2023-11-15T05:25:59.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: cluster 2023-11-15T05:25:58.652820+0000 mon.smithi138 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi138.outlvz(active, starting, since 0.00289051s) 2023-11-15T05:25:59.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:25:59.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: T05:25:58.653757+0000 mon.smithi138 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:25:59.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25:58 2023-11-15T05:25:59.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: .653919+0000 mon.smithi138 (mon.0) 12 : audit 2023-11-15T05:25:59.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: [DBG] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:25:59.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25:59.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 2023-11-15T05:25:58.654120+0000 mon.smithi138 (mon. 2023-11-15T05:25:59.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 0) 13 : audit [DBG] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:25:59.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:25:59.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 05:25:58.654319+0000 mon.smithi138 (mon.0 2023-11-15T05:25:59.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: ) 14 : audit [DBG] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:25:59.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:25:59.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 05:25:58.654594+0000 mon.smithi138 (mon.0 2023-11-15T05:25:59.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: ) 15 : audit [DBG] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi138.outlvz", "id": "smithi138.outlvz"}]: dispatch 2023-11-15T05:25:59.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: cluster 2023-11-15T05: 2023-11-15T05:25:59.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 25:58.668351+0000 mon.smithi138 (mon.0) 16 2023-11-15T05:25:59.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: : cluster [INF] Manager daemon smithi138.outlvz is now available 2023-11-15T05:25:59.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25 2023-11-15T05:25:59.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: :58.679439+0000 mon.smithi138 (mon.0) 17 : 2023-11-15T05:25:59.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit [INF] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' 2023-11-15T05:25:59.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25: 2023-11-15T05:25:59.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 58.681054+0000 mon.smithi138 (mon.0) 18 : audit 2023-11-15T05:25:59.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: [INF] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:25:59.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25: 2023-11-15T05:25:59.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 58.683792+0000 mon.smithi138 (mon.0) 19 : audit 2023-11-15T05:25:59.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: [INF] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/trash_purge_schedule"}]: dispatch 2023-11-15T05:25:59.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25:58 2023-11-15T05:25:59.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: .686674+0000 mon.smithi138 (mon.0) 20 : audit 2023-11-15T05:25:59.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: [INF] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' 2023-11-15T05:25:59.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: audit 2023-11-15T05:25:59.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: 2023-11-15T05:25:58.691793+0000 mon.smithi138 ( 2023-11-15T05:25:59.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:25:58 smithi138 conmon[84393]: mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.138:0/788326009' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:00.268 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:26:00.269 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:26:00.269 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsid": "5156892a-8377-11ee-8dbe-212e2dc638e7", 2023-11-15T05:26:00.269 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:26:00.269 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:26:00.270 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:26:00.270 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:26:00.270 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.270 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:26:00.270 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:26:00.272 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 0 2023-11-15T05:26:00.272 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:26:00.272 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:26:00.272 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "smithi138" 2023-11-15T05:26:00.273 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:26:00.273 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-11-15T05:26:00.273 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:26:00.274 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:26:00.274 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:26:00.274 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:26:00.274 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.274 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:26:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:26:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:26:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:26:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:26:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:26:00.276 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:26:00.276 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:26:00.276 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.276 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:26:00.276 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:26:00.277 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:26:00.277 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:26:00.277 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:26:00.277 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:26:00.277 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:26:00.278 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:26:00.278 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:26:00.278 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.278 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:26:00.278 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:26:00.279 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:26:00.280 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:26:00.280 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:26:00.280 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:26:00.280 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:26:00.280 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ], 2023-11-15T05:26:00.281 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:26:00.281 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.281 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:26:00.281 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:26:00.281 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:25:45.959051+0000", 2023-11-15T05:26:00.282 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:26:00.284 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: }, 2023-11-15T05:26:00.284 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:26:00.287 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:26:00.912 INFO:teuthology.orchestra.run.smithi138.stderr:mgr is available 2023-11-15T05:26:00.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:00 smithi138 conmon[84393]: cluster 2023-11-15T05:25:59.655332+0000 mon.smithi138 (mon 2023-11-15T05:26:00.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:00 smithi138 conmon[84393]: .0) 22 : cluster [DBG] mgrmap e3: smithi138.outlvz(active, since 1.0054s) 2023-11-15T05:26:00.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:00 smithi138 conmon[84393]: audit 2023-11-15T05:26:00.263124+0000 mon.smithi138 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.138:0/2660791764' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:26:01.553 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:26:01.553 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [global] 2023-11-15T05:26:01.553 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: fsid = 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:26:01.554 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:26:01.554 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:26:01.554 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:26:01.554 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:26:01.554 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:26:01.555 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:26:01.556 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:26:01.556 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 2023-11-15T05:26:01.556 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:26:01.556 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:26:01.556 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:26:02.148 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling cephadm module... 2023-11-15T05:26:02.372 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:02 smithi138 conmon[84393]: audit 2023-11-15T05:26:01.551130+0000 mon.smithi138 (mon. 2023-11-15T05:26:02.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:02 smithi138 conmon[84393]: 0) 24 : audit [INF] from='client.? 172.21.15.138:0/1932920573' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:26:02.373 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:02 smithi138 conmon[84393]: cluster 2023-11-15T05:26:01.655550+0000 mon.smithi138 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi138.outlvz(active, since 3s) 2023-11-15T05:26:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:03 smithi138 conmon[84393]: audit 2023-11-15T05:26:02.857190+0000 mon.smithi138 (mon.0) 26 : audit [INF] from='client.? 172.21.15.138:0/1629447077' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T05:26:04.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:04 smithi138 conmon[84393]: audit 2023-11-15T05:26:03.115413+0000 mon.smithi138 (mon 2023-11-15T05:26:04.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:04 smithi138 conmon[84393]: .0) 27 : audit [INF] from='client.? 172.21.15.138:0/1629447077' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T05:26:04.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:04 smithi138 conmon[84393]: cluster 2023-11-15T05:26:03.115476+0000 mon.smithi138 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi138.outlvz(active, since 4s) 2023-11-15T05:26:04.428 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:26:04.428 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T05:26:04.429 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:26:04.429 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "active_name": "smithi138.outlvz", 2023-11-15T05:26:04.429 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:26:04.429 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:26:05.010 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for the mgr to restart... 2023-11-15T05:26:05.010 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr epoch 5... 2023-11-15T05:26:05.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:05 smithi138 conmon[84393]: audit 2023-11-15T05:26:04.427222+0000 mon.smithi138 (mon.0 2023-11-15T05:26:05.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:05 smithi138 conmon[84393]: ) 29 : audit [DBG] from='client.? 172.21.15.138:0/1313421742' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:26:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster 2023-11-15T05:26:08 2023-11-15T05:26:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: .550828+0000 mon.smithi138 (mon.0) 30 : cluster [INF] Active manager daemon smithi138.outlvz restarted 2023-11-15T05:26:08.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster 2023-11-15T05:26:08.551114+0000 mon.smithi138 (mon.0) 31 : cluster [INF] Activating manager daemon smithi138.outlvz 2023-11-15T05:26:08.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster 2023-11-15T05:26:08.554001+0000 2023-11-15T05:26:08.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: mon.smithi138 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T05:26:08.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster 2023-11-15T05:26: 2023-11-15T05:26:08.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 08.554132+0000 mon.smithi138 (mon.0) 33 : 2023-11-15T05:26:08.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster [DBG] mgrmap e6: smithi138.outlvz(active, starting, since 0.00312857s) 2023-11-15T05:26:08.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:26:08.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 05:26:08.554931+0000 mon.smithi138 (mon. 2023-11-15T05:26:08.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 0) 34 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:26:08.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:26:08.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 11-15T05:26:08.555511+0000 2023-11-15T05:26:08.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: mon.smithi138 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi138.outlvz", "id": "smithi138.outlvz"}]: dispatch 2023-11-15T05:26:08.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 2023-11-15T05:26:08.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023-11-15T05:26:08 2023-11-15T05:26:08.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: .556145+0000 mon.smithi138 (mon.0) 36 : audit 2023-11-15T05:26:08.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:26:08.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:26:08.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 26:08.556315+0000 mon.smithi138 (mon.0) 2023-11-15T05:26:08.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 37 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:26:08.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:26:08.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 15T05:26:08.556444+0000 mon.smithi138 (mon 2023-11-15T05:26:08.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: .0) 38 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:26:08.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: cluster 2023-11-15T05:26:08.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 2023-11-15T05:26:08.571299+0000 2023-11-15T05:26:08.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: mon.smithi138 (mon.0) 39 : cluster [INF] 2023-11-15T05:26:08.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: Manager daemon smithi138.outlvz is now available 2023-11-15T05:26:08.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:26:08.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 26:08.584425+0000 mon.smithi138 (mon. 2023-11-15T05:26:08.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:08 smithi138 conmon[84393]: 0) 40 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:09.562 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:26:09.563 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T05:26:09.563 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:26:09.563 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:26:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:08.581796+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:26:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: .14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T05:26:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11-15T05:26:08.671208+0000 mon.smithi138 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:26:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: 15T05:26:08.672180+0000 2023-11-15T05:26:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: mon.smithi138 (mon.0) 42 : audit [DBG] 2023-11-15T05:26:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: :26:08.673162+0000 mon.smithi138 (mon.0) 43 : audit 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: T05:26:08.674834+0000 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: mon.smithi138 (mon.0) 44 : 2023-11-15T05:26:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:26:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: 15T05:26:08.687866+0000 mon.smithi138 2023-11-15T05:26:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: (mon.0) 45 : audit 2023-11-15T05:26:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:26:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:26:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: -15T05:26:08.690260 2023-11-15T05:26:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 46 2023-11-15T05:26:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/trash_purge_schedule"}]: dispatch 2023-11-15T05:26:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: cluster 2023- 2023-11-15T05:26:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: 11-15T05:26:09.555960 2023-11-15T05:26:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 47 : 2023-11-15T05:26:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:09 smithi138 conmon[84393]: cluster [DBG] mgrmap e7: smithi138.outlvz(active, since 1.00496s) 2023-11-15T05:26:10.164 INFO:teuthology.orchestra.run.smithi138.stderr:mgr epoch 5 is available 2023-11-15T05:26:10.165 INFO:teuthology.orchestra.run.smithi138.stderr:Setting orchestrator backend to cephadm... 2023-11-15T05:26:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:10 smithi138 conmon[84393]: audit 2023-11-15T05:26:09.555307+0000 2023-11-15T05:26:10.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:10 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:26:10.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:10 smithi138 conmon[84393]: audit 2023-11-15T05:26:09.561559+0000 mgr.smithi138.outlvz (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:26:12.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:11 smithi138 conmon[84393]: cluster 2023-11-15T05:26:10.675164+0000 mon.smithi138 (mon.0) 2023-11-15T05:26:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:11 smithi138 conmon[84393]: 48 : cluster [DBG] mgrmap e8: smithi138.outlvz(active, since 2s) 2023-11-15T05:26:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:11 smithi138 conmon[84393]: audit 2023-11-15T05:26:10.856357+0000 mgr.smithi138.outlvz (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:11 smithi138 conmon[84393]: audit 2023-11-15T05:26:10.860659+0000 mon.smithi138 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:11 smithi138 conmon[84393]: audit 2023-11-15T05:26:10.898520+0000 mon.smithi138 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:12.057 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: value unchanged 2023-11-15T05:26:12.673 INFO:teuthology.orchestra.run.smithi138.stderr:Generating ssh key... 2023-11-15T05:26:12.925 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:12 smithi138 conmon[84393]: audit 2023-11-15T05:26 2023-11-15T05:26:12.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:12 smithi138 conmon[84393]: :12.056560+0000 mgr.smithi138.outlvz (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: audit 2023-11-15T05:26:13. 2023-11-15T05:26:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: 293424+0000 mgr.smithi138.outlvz (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: cephadm 2023-11-15T 2023-11-15T05:26:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: 05:26:13.293655+0000 mgr.smithi138.outlvz (mgr.14116) 7 : cephadm 2023-11-15T05:26:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: [INF] Generating ssh key... 2023-11-15T05:26:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:26:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: 11-15T05:26:13.363817 2023-11-15T05:26:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 51 2023-11-15T05:26:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: audit 2023 2023-11-15T05:26:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: -11-15T05:26:13 2023-11-15T05:26:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: .365631+0000 mon.smithi138 (mon.0 2023-11-15T05:26:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:14 smithi138 conmon[84393]: ) 52 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:14.600 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiJQiVIgQ72BksBufJhaj5yCiI37d/0KgIZDepogPBVQE8e13HwtjngJ+wUhsKgGR8ioF+uUwkEsS/kDEcEZ+bgKRWJIRmhA3qGnJmIVg/7v497tu3XIXpev6/7a92z1eWZM3IEuSDypvAwbi3WCivCi4PM5tbKeJJdU3R7L34GaojtE5KQEvwz6JzkzZUuQGjQ3pHId4H3CEH/h7uSZqUmKodx1zD6V4IAhPQc/59Dbu/Mi6peVtbiRwJdxipqQn+JvMGh4xF+U/1x3s74XhVEDxGRf/trhhLCfsjyN6J4/su1PT3fRz/Rnd8UaThUdr7DLMlrUNzQ3DJbjADY5GpXoLEJ5TRrsUIKM/1Ckwf1LuEDPIGRuO/q0O6NAsq+Jk9VsultcXN/KImeKPocc/7uhP3gsheJ/Anz/3GgBB8blDa0Dr7MQg81N399WkyGKcZTf14SS8eeHyyJ1FA7gPu7um/R3t9kUlks0YfPNZXXC+an33MvmFUCZzgkfmPfn0= ceph-5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:26:15.130 INFO:teuthology.orchestra.run.smithi138.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:26:15.131 INFO:teuthology.orchestra.run.smithi138.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T05:26:15.131 INFO:teuthology.orchestra.run.smithi138.stderr:Adding host smithi138... 2023-11-15T05:26:15.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:15 smithi138 conmon[84393]: audit 2023-11-15T05:26:14.600004+0000 mgr.smithi138.outlvz (mgr.14116) 2023-11-15T05:26:15.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:15 smithi138 conmon[84393]: 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:16.393 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Added host 'smithi138' with addr '172.21.15.138' 2023-11-15T05:26:17.083 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying mon service with default placement... 2023-11-15T05:26:17.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:17 smithi138 conmon[84393]: audit 2023-11-15T05:26:15.761380+0000 mgr.smithi138.outlvz (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "addr": "172.21.15.138", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:17.337 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:17 smithi138 conmon[84393]: audit 2023-11-15T05:26:16.390138+0000 mon.smithi138 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:17.338 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:17 smithi138 conmon[84393]: audit 2023-11-15T05:26:16.426523+0000 mon.smithi138 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:17.836 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T05:26:18.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:18 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:16.390426+0000 mgr.smithi138.outlvz (mgr.14116) 10 2023-11-15T05:26:18.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:18 smithi138 conmon[84393]: : cephadm [INF] Added host smithi138 2023-11-15T05:26:18.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:18 smithi138 conmon[84393]: audit 2023-11-15T05:26:17.835612+0000 mon.smithi138 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:18.810 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying mgr service with default placement... 2023-11-15T05:26:19.247 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:19 smithi138 conmon[84393]: audit 2023-11-15T05:26:17.831595+0000 mgr.smithi138.outlvz (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:19.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:19 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:17.832813+0000 mgr.smithi138.outlvz (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T05:26:19.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:19 smithi138 conmon[84393]: audit 2023-11-15T05:26:18 2023-11-15T05:26:19.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:19 smithi138 conmon[84393]: .994175+0000 mon.smithi138 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:19.686 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T05:26:20.387 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying crash service with default placement... 2023-11-15T05:26:20.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:20 smithi138 conmon[84393]: audit 2023-11-15T05:26:19.264513+0000 mon.smithi138 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:20.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:20 smithi138 conmon[84393]: audit 2023-11-15T05:26:19.682234+0000 mgr.smithi138.outlvz (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:20.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:19.683065+0000 mgr.smithi138.outlvz (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T05:26:20.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:20 smithi138 conmon[84393]: audit 2023-11-15T05:26:19.685447+0000 mon.smithi138 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:21.195 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T05:26:21.880 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying prometheus service with default placement... 2023-11-15T05:26:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:21 smithi138 conmon[84393]: audit 2023-11-15T05:26:20.656136+0000 mon.smithi138 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:21 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:26:22.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:21 smithi138 conmon[84393]: 05:26:21.195096+0000 mon.smithi138 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:22.829 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T05:26:23.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:22 smithi138 conmon[84393]: audit 2023-11-15T05:26:21.191861+0000 mgr.smithi138.outlvz (mgr.14116) 15 : audit 2023-11-15T05:26:23.027 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:22 smithi138 conmon[84393]: [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:23.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:22 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:21.192810+0000 mgr.smithi138.outlvz (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T05:26:23.387 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying grafana service with default placement... 2023-11-15T05:26:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: audit 2023-11-15T05:26:22.822123+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:26:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: 14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:24.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:22.823011+0000 mgr.smithi138.outlvz (mgr.14116) 18 : cephadm 2023-11-15T05:26:24.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: [INF] Saving service prometheus spec with placement count:1 2023-11-15T05:26:24.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: audit 2023 2023-11-15T05:26:24.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: -11-15T05:26:22.826000+0000 mon.smithi138 (mon.0) 61 : audit 2023-11-15T05:26:24.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:23 smithi138 conmon[84393]: [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:24.101 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T05:26:24.712 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying node-exporter service with default placement... 2023-11-15T05:26:25.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:25 smithi138 conmon[84393]: audit 2023-11-15T05:26:24.096890+0000 mgr.smithi138.outlvz (mgr.14116) 2023-11-15T05:26:25.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:25 smithi138 conmon[84393]: 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:25.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:25 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:24.097735+0000 mgr.smithi138.outlvz (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T05:26:25.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:25 smithi138 conmon[84393]: audit 2023-11-15T05:26:24.100762+0000 mon.smithi138 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:25.390 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T05:26:26.003 INFO:teuthology.orchestra.run.smithi138.stderr:Deploying alertmanager service with default placement... 2023-11-15T05:26:26.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:26 smithi138 conmon[84393]: audit 2023-11-15T05:26:25.386386+0000 2023-11-15T05:26:26.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:26 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:26.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:26 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:25.387293+0000 mgr.smithi138.outlvz (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T05:26:26.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:26 smithi138 conmon[84393]: audit 2023-11-15T05:26:25.389592+0000 mon.smithi138 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:26.662 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T05:26:27.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: audit 2023-11-15T05:26:26.658939+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:26:27.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: .14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:27.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:26.659733+0000 mgr.smithi138.outlvz (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T05:26:27.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: audit 2023-11-15T05:26:26 2023-11-15T05:26:27.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: .662016+0000 mon.smithi138 (mon.0) 64 : audit 2023-11-15T05:26:27.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:27 smithi138 conmon[84393]: [INF] from='mgr.14116 172.21.15.138:0/2053839576' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:29.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:28 smithi138 conmon[84393]: audit 2023-11-15T05:26:27.911840+0000 mon.smithi138 (mon.0) 65 : audit [INF] from='client.? 172.21.15.138:0/2566159359' entity='client.admin' 2023-11-15T05:26:29.703 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling the dashboard module... 2023-11-15T05:26:30.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:30 smithi138 conmon[84393]: cluster 2023-11-15T05:26:28.557332+0000 mgr.smithi138.outlvz (mgr.14116) 2023-11-15T05:26:30.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:30 smithi138 conmon[84393]: 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:26:30.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:30 smithi138 conmon[84393]: audit 2023-11-15T05:26:29.122960+0000 mon.smithi138 (mon.0) 66 : audit [INF] from='client.? 172.21.15.138:0/1555982922' entity='client.admin' 2023-11-15T05:26:31.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:31 smithi138 conmon[84393]: audit 2023-11-15T05:26:30.394192+0000 mon.smithi138 (mon.0) 67 : audit [INF] from='client.? 172.21.15.138:0/1357467712' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T05:26:31.383 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:31 smithi138 conmon[84393]: 2023-11-15T05:26:32.440 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:26:32.440 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T05:26:32.440 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:26:32.441 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "active_name": "smithi138.outlvz", 2023-11-15T05:26:32.441 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:26:32.441 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:26:32.468 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:32 smithi138 conmon[84393]: audit 2023-11-15T05:26:31.126837+0000 mon.smithi138 (mon.0) 68 : audit 2023-11-15T05:26:32.468 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:32 smithi138 conmon[84393]: [INF] from='client.? 172.21.15.138:0/1357467712' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T05:26:32.468 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:32 smithi138 conmon[84393]: cluster 2023-11-15T05:26:31.126893+0000 mon.smithi138 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi138.outlvz(active, since 22s) 2023-11-15T05:26:33.020 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for the mgr to restart... 2023-11-15T05:26:33.020 INFO:teuthology.orchestra.run.smithi138.stderr:Waiting for mgr epoch 9... 2023-11-15T05:26:33.260 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:33 smithi138 conmon[84393]: audit 2023-11-15T05:26:32.439268+0000 mon.smithi138 (mon 2023-11-15T05:26:33.261 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:33 smithi138 conmon[84393]: .0) 70 : audit [DBG] from='client.? 172.21.15.138:0/371176247' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:26:37.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: cluster 2023-11-15T05:26:36.601914+0000 mon.smithi138 (mon.0) 71 : cluster [INF] Active manager daemon smithi138.outlvz restarted 2023-11-15T05:26:37.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: cluster 2023-11-15T05:26:36.602155+0000 mon.smithi138 (mon.0) 72 : cluster [INF] Activating manager daemon smithi138.outlvz 2023-11-15T05:26:37.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: cluster 2023-11-15T05:26:36.607207+0000 mon.smithi138 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T05:26:37.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: cluster 2023-11-15T05:26:36.607316+0000 mon.smithi138 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi138.outlvz(active, starting, since 0.00525322s) 2023-11-15T05:26:37.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:36.608313+0000 mon.smithi138 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:26:37.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:36.608962+0000 mon.smithi138 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi138.outlvz", "id": "smithi138.outlvz"}]: dispatch 2023-11-15T05:26:37.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:36.609842+0000 mon.smithi138 ( 2023-11-15T05:26:37.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:26:37.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:36.610025+0000 mon.smithi138 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:26:37.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:36.610168+0000 mon.smithi138 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:26:37.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: cluster 2023-11-15T05:26:36.623488+0000 mon.smithi138 (mon.0) 80 : cluster [INF] Manager daemon smithi138.outlvz is now available 2023-11-15T05:26:37.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:26:37.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: T05:26:36.717159+0000 mon.smithi138 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:37.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:37.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: 2023-11-15T05:26:36.718677+0000 mon.smithi138 (mon.0) 82 2023-11-15T05:26:37.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:26:37.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11-15T05:26:37.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: 2023-11-15T05:26:36.741188 2023-11-15T05:26:37.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 83 : audit [INF] 2023-11-15T05:26:37.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:26:37.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:26:37.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: 15T05:26:36.744098+0000 mon.smithi138 (mon. 2023-11-15T05:26:37.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:37 smithi138 conmon[84393]: 0) 84 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/trash_purge_schedule"}]: dispatch 2023-11-15T05:26:37.616 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: { 2023-11-15T05:26:37.616 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T05:26:37.617 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:26:37.617 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: } 2023-11-15T05:26:38.401 INFO:teuthology.orchestra.run.smithi138.stderr:mgr epoch 9 is available 2023-11-15T05:26:38.401 INFO:teuthology.orchestra.run.smithi138.stderr:Generating a dashboard self-signed certificate... 2023-11-15T05:26:38.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:38 smithi138 conmon[84393]: audit 2023-11-15T05:26:37.608667+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:26:38.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:38 smithi138 conmon[84393]: 14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:26:38.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:38 smithi138 conmon[84393]: cluster 2023-11-15T05:26:37.609468+0000 mon.smithi138 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi138.outlvz(active, since 1.0074s) 2023-11-15T05:26:38.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:38 smithi138 conmon[84393]: audit 2023-11-15T05:26:37.615444+0000 mgr.smithi138.outlvz (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:26:38.662 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:38 smithi138 conmon[84393]: audit 2023-11-15T05:26:38.349797+0000 mon.smithi138 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:39.140 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T05:26:40.157 INFO:teuthology.orchestra.run.smithi138.stderr:Creating initial admin user... 2023-11-15T05:26:40.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:40 smithi138 conmon[84393]: audit 2023-11-15T05:26:39.091000+0000 2023-11-15T05:26:40.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:40 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:40.366 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:40 smithi138 conmon[84393]: audit 2023-11-15T05:26:39.137360+0000 mon.smithi138 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:40.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:40 smithi138 conmon[84393]: audit 2023-11-15T05:26:39.139763+0000 mon.smithi138 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:40.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:40 smithi138 conmon[84393]: cluster 2023-11-15T05:26:39.351465+0000 mon.smithi138 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi138.outlvz(active, since 2s) 2023-11-15T05:26:41.058 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Poxwxeaez9AXWikT9JDCie3gboc3GocprLtewW2aVx/mrAW7jjziG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700026001, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T05:26:41.667 INFO:teuthology.orchestra.run.smithi138.stderr:Fetching dashboard port number... 2023-11-15T05:26:42.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:42 smithi138 conmon[84393]: audit 2023-11-15T05:26:40.840287+0000 mgr.smithi138.outlvz (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:42.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:42 smithi138 conmon[84393]: audit 2023-11-15T05:26:41.057569+0000 mon.smithi138 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:42.303 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: 8443 2023-11-15T05:26:42.953 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: disabled 2023-11-15T05:26:42.961 INFO:teuthology.orchestra.run.smithi138.stderr:systemctl: inactive 2023-11-15T05:26:42.961 INFO:teuthology.orchestra.run.smithi138.stderr:firewalld.service is not enabled 2023-11-15T05:26:42.962 INFO:teuthology.orchestra.run.smithi138.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T05:26:42.964 INFO:teuthology.orchestra.run.smithi138.stderr:Ceph Dashboard is now available at: 2023-11-15T05:26:42.964 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:42.965 INFO:teuthology.orchestra.run.smithi138.stderr: URL: https://smithi138.front.sepia.ceph.com:8443/ 2023-11-15T05:26:42.965 INFO:teuthology.orchestra.run.smithi138.stderr: User: admin 2023-11-15T05:26:42.965 INFO:teuthology.orchestra.run.smithi138.stderr: Password: mczcg5q0og 2023-11-15T05:26:42.965 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:42.965 INFO:teuthology.orchestra.run.smithi138.stderr:Enabling autotune for osd_memory_target 2023-11-15T05:26:43.204 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:43 smithi138 conmon[84393]: audit 2023-11-15T05:26:42.302975+0000 mon.smithi138 (mon. 2023-11-15T05:26:43.204 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:43 smithi138 conmon[84393]: 0) 91 : audit [DBG] from='client.? 172.21.15.138:0/3887413446' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T05:26:44.465 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:44 smithi138 conmon[84393]: cluster 2023-11-15T05:26:43.059598+0000 mon.smithi138 (mon.0) 2023-11-15T05:26:44.466 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:44 smithi138 conmon[84393]: 92 : cluster [DBG] mgrmap e13: smithi138.outlvz(active, since 6s) 2023-11-15T05:26:45.018 INFO:teuthology.orchestra.run.smithi138.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T05:26:45.625 INFO:teuthology.orchestra.run.smithi138.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T05:26:45.626 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.626 INFO:teuthology.orchestra.run.smithi138.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:26:45.626 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.626 INFO:teuthology.orchestra.run.smithi138.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T05:26:45.626 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.627 INFO:teuthology.orchestra.run.smithi138.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T05:26:45.627 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.627 INFO:teuthology.orchestra.run.smithi138.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T05:26:45.627 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.627 INFO:teuthology.orchestra.run.smithi138.stderr: ceph telemetry on 2023-11-15T05:26:45.628 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.628 INFO:teuthology.orchestra.run.smithi138.stderr:For more information see: 2023-11-15T05:26:45.628 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.628 INFO:teuthology.orchestra.run.smithi138.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T05:26:45.628 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:26:45.629 INFO:teuthology.orchestra.run.smithi138.stderr:Bootstrap complete. 2023-11-15T05:26:45.664 INFO:tasks.cephadm:Fetching config... 2023-11-15T05:26:45.665 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:26:45.665 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T05:26:45.681 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T05:26:45.681 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:26:45.682 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T05:26:45.736 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T05:26:45.737 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:26:45.737 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/keyring of=/dev/stdout 2023-11-15T05:26:45.801 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T05:26:45.802 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:26:45.802 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T05:26:45.856 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T05:26:45.856 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiJQiVIgQ72BksBufJhaj5yCiI37d/0KgIZDepogPBVQE8e13HwtjngJ+wUhsKgGR8ioF+uUwkEsS/kDEcEZ+bgKRWJIRmhA3qGnJmIVg/7v497tu3XIXpev6/7a92z1eWZM3IEuSDypvAwbi3WCivCi4PM5tbKeJJdU3R7L34GaojtE5KQEvwz6JzkzZUuQGjQ3pHId4H3CEH/h7uSZqUmKodx1zD6V4IAhPQc/59Dbu/Mi6peVtbiRwJdxipqQn+JvMGh4xF+U/1x3s74XhVEDxGRf/trhhLCfsjyN6J4/su1PT3fRz/Rnd8UaThUdr7DLMlrUNzQ3DJbjADY5GpXoLEJ5TRrsUIKM/1Ckwf1LuEDPIGRuO/q0O6NAsq+Jk9VsultcXN/KImeKPocc/7uhP3gsheJ/Anz/3GgBB8blDa0Dr7MQg81N399WkyGKcZTf14SS8eeHyyJ1FA7gPu7um/R3t9kUlks0YfPNZXXC+an33MvmFUCZzgkfmPfn0= ceph-5156892a-8377-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:26:45.936 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiJQiVIgQ72BksBufJhaj5yCiI37d/0KgIZDepogPBVQE8e13HwtjngJ+wUhsKgGR8ioF+uUwkEsS/kDEcEZ+bgKRWJIRmhA3qGnJmIVg/7v497tu3XIXpev6/7a92z1eWZM3IEuSDypvAwbi3WCivCi4PM5tbKeJJdU3R7L34GaojtE5KQEvwz6JzkzZUuQGjQ3pHId4H3CEH/h7uSZqUmKodx1zD6V4IAhPQc/59Dbu/Mi6peVtbiRwJdxipqQn+JvMGh4xF+U/1x3s74XhVEDxGRf/trhhLCfsjyN6J4/su1PT3fRz/Rnd8UaThUdr7DLMlrUNzQ3DJbjADY5GpXoLEJ5TRrsUIKM/1Ckwf1LuEDPIGRuO/q0O6NAsq+Jk9VsultcXN/KImeKPocc/7uhP3gsheJ/Anz/3GgBB8blDa0Dr7MQg81N399WkyGKcZTf14SS8eeHyyJ1FA7gPu7um/R3t9kUlks0YfPNZXXC+an33MvmFUCZzgkfmPfn0= ceph-5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:26:45.948 DEBUG:teuthology.orchestra.run.smithi142:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiJQiVIgQ72BksBufJhaj5yCiI37d/0KgIZDepogPBVQE8e13HwtjngJ+wUhsKgGR8ioF+uUwkEsS/kDEcEZ+bgKRWJIRmhA3qGnJmIVg/7v497tu3XIXpev6/7a92z1eWZM3IEuSDypvAwbi3WCivCi4PM5tbKeJJdU3R7L34GaojtE5KQEvwz6JzkzZUuQGjQ3pHId4H3CEH/h7uSZqUmKodx1zD6V4IAhPQc/59Dbu/Mi6peVtbiRwJdxipqQn+JvMGh4xF+U/1x3s74XhVEDxGRf/trhhLCfsjyN6J4/su1PT3fRz/Rnd8UaThUdr7DLMlrUNzQ3DJbjADY5GpXoLEJ5TRrsUIKM/1Ckwf1LuEDPIGRuO/q0O6NAsq+Jk9VsultcXN/KImeKPocc/7uhP3gsheJ/Anz/3GgBB8blDa0Dr7MQg81N399WkyGKcZTf14SS8eeHyyJ1FA7gPu7um/R3t9kUlks0YfPNZXXC+an33MvmFUCZzgkfmPfn0= ceph-5156892a-8377-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:26:45.990 INFO:teuthology.orchestra.run.smithi142.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiJQiVIgQ72BksBufJhaj5yCiI37d/0KgIZDepogPBVQE8e13HwtjngJ+wUhsKgGR8ioF+uUwkEsS/kDEcEZ+bgKRWJIRmhA3qGnJmIVg/7v497tu3XIXpev6/7a92z1eWZM3IEuSDypvAwbi3WCivCi4PM5tbKeJJdU3R7L34GaojtE5KQEvwz6JzkzZUuQGjQ3pHId4H3CEH/h7uSZqUmKodx1zD6V4IAhPQc/59Dbu/Mi6peVtbiRwJdxipqQn+JvMGh4xF+U/1x3s74XhVEDxGRf/trhhLCfsjyN6J4/su1PT3fRz/Rnd8UaThUdr7DLMlrUNzQ3DJbjADY5GpXoLEJ5TRrsUIKM/1Ckwf1LuEDPIGRuO/q0O6NAsq+Jk9VsultcXN/KImeKPocc/7uhP3gsheJ/Anz/3GgBB8blDa0Dr7MQg81N399WkyGKcZTf14SS8eeHyyJ1FA7gPu7um/R3t9kUlks0YfPNZXXC+an33MvmFUCZzgkfmPfn0= ceph-5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:26:46.002 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T05:26:46.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:46 smithi138 conmon[84393]: audit 2023-11-15T05:26:45.015475+0000 mon.smithi138 (mon.0) 93 : audit [INF] from='client.? 172.21.15.138:0/2074338436' entity='client.admin' 2023-11-15T05:26:49.184 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T05:26:49.185 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T05:26:49.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:49 smithi138 conmon[84393]: audit 2023-11-15T05:26:48.017274+0000 mon.smithi138 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:49.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:49 smithi138 conmon[84393]: audit 2023-11-15T05:26:48.374571+0000 mon.smithi138 (mon.0) 95 : audit [INF] from='client.? 172.21.15.138:0/3777543718' entity='client.admin' 2023-11-15T05:26:49.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:49 smithi138 conmon[84393]: audit 2023-11-15T05:26:48.397921+0000 mon.smithi138 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:26:49.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:49 smithi138 conmon[84393]: audit 2023-11-15T05:26:48.405433+0000 mon.smithi138 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:50.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:50 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:48.416932+0000 mgr.smithi138.outlvz 2023-11-15T05:26:50.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:50 smithi138 conmon[84393]: (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi138 on smithi138 2023-11-15T05:26:52.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:52 smithi138 conmon[84393]: audit 2023-11-15T05:26:51.191989+0000 mgr.smithi138.outlvz (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:26:52.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:52 smithi138 conmon[84393]: audit 2023-11-15T05:26:51.194341+0000 mon.smithi138 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:53.233 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi142 2023-11-15T05:26:53.234 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:26:53.234 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.conf 2023-11-15T05:26:53.249 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:26:53.250 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:26:53.304 INFO:tasks.cephadm:Adding host smithi142 to orchestrator... 2023-11-15T05:26:53.304 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi142 2023-11-15T05:26:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: cluster 2023-11-15T05:26:56.611102+0000 mgr.smithi138.outlvz (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:26:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: audit 2023-11-15T05:26:56.974404+0000 mon.smithi138 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:26:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: audit 2023-11-15T05:26:56.976170+0000 mon.smithi138 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:26:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: audit 2023-11-15T05:26:56.978701+0000 mon.smithi138 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:26:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: audit 2023-11-15T05:26:56.979324+0000 mon.smithi138 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:26:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:56.979867+0000 mgr.smithi138.outlvz (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi138 on smithi138 2023-11-15T05:27:00.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: cluster 2023-11-15T05:26:58.611392+0000 mgr.smithi138.outlvz (mgr.14156 2023-11-15T05:27:00.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: ) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:00.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: audit 2023-11-15T05:26:59.269919+0000 mon.smithi138 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:00.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: audit 2023-11-15T05:26:59.429056+0000 mon.smithi138 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:00.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: audit 2023-11-15T05:26:59.433835+0000 mon.smithi138 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:00.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: audit 2023-11-15T05:26:59.435763+0000 mon.smithi138 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:27:00.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: audit 2023-11-15T05:26:59.438567+0000 mon.smithi138 (mon.0) 107 : audit [INF] 2023-11-15T05:27:00.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:26:59 smithi138 conmon[84393]: from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:01.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:00 smithi138 conmon[84393]: audit 2023-11-15T05:26:59. 2023-11-15T05:27:01.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:00 smithi138 conmon[84393]: 436098+0000 mgr.smithi138.outlvz (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:27:01.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:00 smithi138 conmon[84393]: cephadm 2023-11-15T05:26:59.445262+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:27:01.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:00 smithi138 conmon[84393]: .14156) 11 : cephadm [INF] Deploying daemon grafana.smithi138 on smithi138 2023-11-15T05:27:02.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:02 smithi138 conmon[84393]: cluster 2023-11-15T05:27:00.611606+0000 mgr.smithi138.outlvz (mgr.14156) 2023-11-15T05:27:02.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:02 smithi138 conmon[84393]: 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:02.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:02 smithi138 conmon[84393]: audit 2023-11-15T05:27:01.744195+0000 mon.smithi138 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:04.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:04 smithi138 conmon[84393]: cluster 2023-11-15T05:27:02.611828+0000 mgr.smithi138.outlvz (mgr.14156) 13 : cluster 2023-11-15T05:27:04.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:04 smithi138 conmon[84393]: [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:06.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:06 smithi138 conmon[84393]: cluster 2023-11-15T05:27:04.612022 2023-11-15T05:27:06.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:06 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:08.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:08 smithi138 conmon[84393]: cluster 2023-11-15T05:27:06.612235+0000 2023-11-15T05:27:08.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:08 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:10.443 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:10 smithi138 conmon[84393]: cluster 2023-11-15T05:27:08.612485+0000 mgr.smithi138.outlvz (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:12.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:12 smithi138 conmon[84393]: cluster 2023-11-15T05:27:10.612856+0000 mgr.smithi138.outlvz (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:12.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:12 smithi138 conmon[84393]: 2023-11-15T05:27:14.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:14 smithi138 conmon[84393]: cluster 2023-11-15T05:27:12.613214+0000 mgr.smithi138.outlvz (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:16.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:16 smithi138 conmon[84393]: cluster 2023-11-15T05:27:14.613564+0000 mgr.smithi138.outlvz (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:16.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:16 smithi138 conmon[84393]: 2023-11-15T05:27:18.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:18 smithi138 conmon[84393]: cluster 2023-11-15T05:27:16.613987+0000 mgr.smithi138.outlvz ( 2023-11-15T05:27:18.269 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:18 smithi138 conmon[84393]: mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:19.319 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: audit 2023-11-15T05:27:18.188215+0000 2023-11-15T05:27:19.319 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: mon.smithi138 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:19.319 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:18.190310+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:27:19.320 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: .14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi138 on smithi138 2023-11-15T05:27:19.320 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: cluster 2023-11-15T05:27:19.320 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: 2023-11-15T05:27:18.614197+0000 mgr.smithi138.outlvz (mgr.14156 2023-11-15T05:27:19.320 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:19 smithi138 conmon[84393]: ) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:22.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: cluster 2023-11-15T05:27:20.614490+0000 2023-11-15T05:27:22.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:22.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:27:22.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: 05:27:21.635365+0000 mon.smithi138 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:22.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:27:22.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: 11-15T05:27:21.637636+0000 mon.smithi138 ( 2023-11-15T05:27:22.381 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T05:27:22.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:27:22.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: 15T05:27:21.748691+0000 mon.smithi138 (mon. 2023-11-15T05:27:22.382 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:22 smithi138 conmon[84393]: 0) 112 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:23.716 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:23 smithi138 conmon[84393]: audit 2023-11-15T05:27:22.636804+0000 mon.smithi138 (mon 2023-11-15T05:27:23.716 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:23 smithi138 conmon[84393]: .0) 113 : audit [INF] from='mgr.14156 172.21.15.138:0/765454741' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T05:27:23.716 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:23 smithi138 conmon[84393]: cluster 2023-11-15T05:27:22.636868+0000 mon.smithi138 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi138.outlvz(active, since 46s) 2023-11-15T05:27:28.270 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster 2023-11-15T05:27:28.069861+0000 mon.smithi138 (mon.0) 115 : cluster [INF] Active manager daemon smithi138.outlvz restarted 2023-11-15T05:27:28.270 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster 2023-11-15T05:27:28.070102+0000 mon.smithi138 (mon.0) 116 : cluster [INF] Activating manager daemon smithi138.outlvz 2023-11-15T05:27:28.271 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster 2023 2023-11-15T05:27:28.271 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: -11-15T05:27:28.073412 2023-11-15T05:27:28.271 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 117 2023-11-15T05:27:28.271 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T05:27:28.271 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster 2023-11 2023-11-15T05:27:28.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: -15T05:27:28.073524 2023-11-15T05:27:28.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 118 2023-11-15T05:27:28.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: : cluster [DBG] mgrmap e15: smithi138.outlvz(active, starting, since 0.00351495s) 2023-11-15T05:27:28.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: audit 2023 2023-11-15T05:27:28.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: -11-15T05:27:28 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: .074710+0000 mon.smithi138 (mon. 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 0) 119 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: audit 2023 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: -11-15T05:27:28 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: .075294+0000 mon.smithi138 (mon. 2023-11-15T05:27:28.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 0) 120 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi138.outlvz", "id": "smithi138.outlvz"}]: dispatch 2023-11-15T05:27:28.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 2023-11-15T05:27:28.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: audit 2023 2023-11-15T05:27:28.274 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: -11-15T05:27 2023-11-15T05:27:28.275 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: :28.075915+0000 mon.smithi138 (mon 2023-11-15T05:27:28.275 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: .0) 121 : audit [DBG] 2023-11-15T05:27:28.275 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:27:28.275 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: audit 2023-11-15T05:27:28.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 2023-11-15T05:27 2023-11-15T05:27:28.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: :28.076124+0000 mon.smithi138 ( 2023-11-15T05:27:28.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: mon.0) 122 : audit [DBG] 2023-11-15T05:27:28.276 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:27:28.277 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: audit 2023-11-15T05:27:28.277 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 2023-11-15T05: 2023-11-15T05:27:28.277 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 27:28.076305+0000 mon.smithi138 ( 2023-11-15T05:27:28.277 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: mon.0) 123 : audit 2023-11-15T05:27:28.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:27:28.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster 2023-11-15T05:27:28. 2023-11-15T05:27:28.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: 090353+0000 mon.smithi138 (mon.0) 124 : 2023-11-15T05:27:28.282 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:28 smithi138 conmon[84393]: cluster [INF] Manager daemon smithi138.outlvz is now available 2023-11-15T05:27:29.376 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: audit 2023-11-15T05:27:28.188179+0000 mon.smithi138 (mon.0) 125 2023-11-15T05:27:29.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:27:29.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: audit 2023-11-15T05:27:28.189599+0000 mon.smithi138 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:27:29.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:27:29.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 11-15T05:27:28.205271+0000 mon.smithi138 (mon.0) 127 : audit [INF] 2023-11-15T05:27:29.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:29.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: audit 2023-11-15T05:27:29.378 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 2023-11-15T05:27:28.220944+0000 mon.smithi138 (mon. 2023-11-15T05:27:29.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 0) 128 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:27:29.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:27:29.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: :27:28.225966+0000 mon.smithi138 (mon.0) 129 2023-11-15T05:27:29.379 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.outlvz/trash_purge_schedule"}]: dispatch 2023-11-15T05:27:29.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: cluster 2023- 2023-11-15T05:27:29.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 11-15T05:27:29. 2023-11-15T05:27:29.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 074905+0000 mon.smithi138 (mon.0) 2023-11-15T05:27:29.380 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:29 smithi138 conmon[84393]: 130 : cluster [DBG] mgrmap e16: smithi138.outlvz(active, since 1.00488s) 2023-11-15T05:27:31.395 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:31 smithi138 conmon[84393]: cluster 2023-11-15T05:27:30.125285+0000 mon.smithi138 (mon.0 2023-11-15T05:27:31.396 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:31 smithi138 conmon[84393]: ) 131 : cluster [DBG] mgrmap e17: smithi138.outlvz(active, since 2s) 2023-11-15T05:27:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:31.438783+0000 mon.smithi138 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:31.759684+0000 mon.smithi138 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:27:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:31.760521+0000 mon.smithi138 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:27:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:31.761104+0000 mon.smithi138 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:27:32.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:31.807297+0000 mon.smithi138 (mon.0) 136 2023-11-15T05:27:32.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:32.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: audit 2023-11-15T05:27:32.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: 2023-11-15T05:27:31.813210+0000 mon.smithi138 (mon 2023-11-15T05:27:32.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:32 smithi138 conmon[84393]: .0) 137 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:33.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:33 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:31.762123+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:27:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:33 smithi138 conmon[84393]: .14180) 1 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2023-11-15T05:27:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:33 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:31.778663+0000 mgr.smithi138.outlvz (mgr.14180) 2 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:27:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:33 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:31.825156+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:27:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:33 smithi138 conmon[84393]: 14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi138 on smithi138 2023-11-15T05:27:35.618 INFO:teuthology.orchestra.run.smithi142.stdout:Added host 'smithi142' with addr '172.21.15.142' 2023-11-15T05:27:36.218 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T05:27:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: audit 2023-11-15T05:27:34.977277+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:27:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: ) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:27:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: audit 2023-11-15T05:27:35.616314+0000 mon.smithi138 (mon.0) 138 : audit 2023-11-15T05:27:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: 2023-11-15T05:27:35 2023-11-15T05:27:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: .616680+0000 mgr.smithi138.outlvz (mgr.14180) 5 : cephadm 2023-11-15T05:27:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:36 smithi138 conmon[84393]: [INF] Added host smithi142 2023-11-15T05:27:38.148 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:27:38.148 INFO:teuthology.orchestra.run.smithi142.stdout:[{"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}] 2023-11-15T05:27:38.728 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T05:27:38.728 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T05:27:39.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:38 smithi138 conmon[84393]: audit 2023-11-15T05:27:38.146802+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:27:39.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:38 smithi138 conmon[84393]: ) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:42.648 INFO:teuthology.orchestra.run.smithi138.stderr:adjusted tunables profile to default 2023-11-15T05:27:43.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:42 smithi138 conmon[84393]: audit 2023-11-15T05:27:42.591876+0000 mon.smithi138 (mon.0) 139 : audit [INF] from='client.? 172.21.15.138:0/2977610045' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T05:27:43.653 INFO:tasks.cephadm:Adding mon.smithi138 on smithi138 2023-11-15T05:27:43.653 INFO:tasks.cephadm:Adding mon.smithi142 on smithi142 2023-11-15T05:27:43.654 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi138:172.21.15.138=smithi138;smithi142:172.21.15.142=smithi142' 2023-11-15T05:27:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: audit 2023-11-15T05:27:42.644310+0000 2023-11-15T05:27:44.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: mon.smithi138 (mon.0) 140 : audit [INF] from='client.? 172.21.15.138:0/2977610045' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T05:27:44.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: cluster 2023-11-15T05:27:42.644372+0000 mon.smithi138 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:27:44.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: audit 2023-11-15T05:27:43.070644+0000 mon.smithi138 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:44.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: audit 2023-11-15T05:27:43.071784+0000 mon.smithi138 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:27:44.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: audit 2023-11-15T05:27:43.208460+0000 mon.smithi138 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:44.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:27:44.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:43 smithi138 conmon[84393]: 15T05:27:43.549288+0000 mon.smithi138 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:45.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:44 smithi138 conmon[84393]: audit 2023-11-15T05:27:43.925612+0000 mon.smithi138 (mon.0) 2023-11-15T05:27:45.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:44 smithi138 conmon[84393]: 146 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:45.765 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled mon update... 2023-11-15T05:27:46.683 DEBUG:teuthology.orchestra.run.smithi142:mon.smithi142> sudo journalctl -f -n 0 -u ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi142.service 2023-11-15T05:27:46.686 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:27:46.687 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:27:46.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:-- Logs begin at Wed 2023-11-15 05:14:00 UTC. -- 2023-11-15T05:27:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: audit 2023-11-15T05:27:45.760347+0000 mgr.smithi138.outlvz (mgr.14180) 7 : audit 2023-11-15T05:27:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi138:172.21.15.138=smithi138;smithi142:172.21.15.142=smithi142", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:27:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:45.762361+0000 mgr.smithi138.outlvz (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi138:172.21.15.138=smithi138;smithi142:172.21.15.142=smithi142;count:2 2023-11-15T05:27:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: audit 2023-11-15T05:27:45.764625+0000 2023-11-15T05:27:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: mon.smithi138 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: audit 2023-11-15T05:27:46.459398+0000 mon.smithi138 2023-11-15T05:27:47.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:46 smithi138 conmon[84393]: (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:49.212 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:27:49.213 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:25:43.372266Z","created":"2023-11-15T05:25:43.372266Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:27:49.215 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2023-11-15T05:27:49.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:49 smithi138 conmon[84393]: cluster 2023-11-15T05:27:48.077561+0000 mgr.smithi138.outlvz (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:50.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.146124+0000 mon.smithi138 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:50.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.211989+0000 mon.smithi138 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.142:0/3151419291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:27:50.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.815644+0000 mon.smithi138 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:50.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: -11-15T05:27:49.816483+0000 mon.smithi138 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: :27:49.817464+0000 mon.smithi138 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.818243+0000 mon.smithi138 (mon.0) 154 : audit 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:27:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:27:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: -15T05:27:49.910795+0000 mon.smithi138 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.914172+0000 mon.smithi138 (mon 2023-11-15T05:27:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: .0) 156 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023 2023-11-15T05:27:50.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: -11-15T05:27:49.915934+0000 mon.smithi138 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:27:50.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49.918842+0000 mon.smithi138 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:27:50.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: audit 2023-11-15T05:27:49. 2023-11-15T05:27:50.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:50 smithi138 conmon[84393]: 919629+0000 mon.smithi138 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:27:50.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:27:50.885 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:27:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:51 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:49.819390+0000 mgr.smithi138.outlvz (mgr.14180) 10 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2023-11-15T05:27:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:51 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:49.851421+0000 mgr.smithi138.outlvz (mgr.14180) 11 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:27:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:51 smithi138 conmon[84393]: cephadm 2023-11-15T05:27:49.920273+0000 mgr.smithi138.outlvz (mgr.14180) 12 : cephadm [INF] Deploying daemon crash.smithi142 on smithi142 2023-11-15T05:27:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:51 smithi138 conmon[84393]: cluster 2023-11-15T05:27:50.077970+0000 mgr.smithi138.outlvz (mgr.14180) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:53.394 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:27:53.395 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:25:43.372266Z","created":"2023-11-15T05:25:43.372266Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:27:53.396 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2023-11-15T05:27:53.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:53 smithi138 conmon[84393]: cluster 2023-11-15T05:27:52.078280+0000 mgr.smithi138.outlvz (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:54.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.256314+0000 mon.smithi138 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:54.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.258539+0000 mon.smithi138 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.hyrzmk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:27:54.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.260538+0000 mon.smithi138 (mon.0) 162 : audit 2023-11-15T05:27:54.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.hyrzmk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T05:27:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.261394+0000 mon.smithi138 (mon.0) 163 : audit 2023-11-15T05:27:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:27:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.262317+0000 2023-11-15T05:27:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: mon.smithi138 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:27:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: cephadm 2023-11-15 2023-11-15T05:27:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: T05:27:53.263012+0000 mgr.smithi138.outlvz (mgr.14180) 15 : cephadm [INF] Deploying daemon mgr.smithi142.hyrzmk on smithi142 2023-11-15T05:27:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: audit 2023-11-15T05:27:53.394015+0000 mon.smithi138 (mon.0) 2023-11-15T05:27:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:54 smithi138 conmon[84393]: 165 : audit [DBG] from='client.? 172.21.15.142:0/2087344771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:27:55.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:27:55.150 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:27:55.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:55 smithi138 conmon[84393]: cluster 2023-11-15T05:27:54.078665+0000 mgr.smithi138.outlvz (mgr.14180) 16 2023-11-15T05:27:55.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:55 smithi138 conmon[84393]: : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:57.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: cluster 2023-11-15T05:27:56.079014+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:27:57.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: .14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:57.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: audit 2023-11-15T05:27:56.172369+0000 mon.smithi138 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:57.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: audit 2023-11-15T05:27:56.174516+0000 mon.smithi138 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:27:57.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: audit 2023-11-15T05:27:56.175400+0000 mon.smithi138 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:27:57.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: cephadm 2023-11 2023-11-15T05:27:57.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:57 smithi138 conmon[84393]: -15T05:27:56.176083+0000 mgr.smithi138.outlvz (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi142 on smithi142 2023-11-15T05:27:57.571 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:27:57.571 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:25:43.372266Z","created":"2023-11-15T05:25:43.372266Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:27:57.571 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2023-11-15T05:27:58.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:58 smithi138 conmon[84393]: audit 2023-11-15T05:27:57.567825+0000 mon.smithi138 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.142:0/2018995896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:27:59.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:59 smithi138 conmon[84393]: cluster 2023-11-15T05:27:58.079382+0000 mgr.smithi138.outlvz (mgr.14180) 19 : cluster [DBG] 2023-11-15T05:27:59.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:59 smithi138 conmon[84393]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:27:59.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:27:59 smithi138 conmon[84393]: audit 2023-11-15T05:27:58.212828+0000 mon.smithi138 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:27:59.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:27:59.667 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:27:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:27:59 smithi142 systemd[1]: Starting Ceph mon.smithi142 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:28:00.589 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.514+0000 7fbe6cb10880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:28:00.590 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.514+0000 7fbe6cb10880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:28:00.590 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.514+0000 7fbe6cb10880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:28:00.590 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.518+0000 7fbe6cb10880 0 load: jerasure load: lrc load: isa 2023-11-15T05:28:00.590 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:28:00.590 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:28:00.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:28:00.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: DB SUMMARY 2023-11-15T05:28:00.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:28:00.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:28:00.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T05:28:00.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi142/store.db dir, Total Num: 0, files: 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi142/store.db: 000003.log size: 511 ; 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:28:00.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:28:00.594 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:28:00.594 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.env: 0x55ae31922080 2023-11-15T05:28:00.594 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:28:00.594 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.info_log: 0x55ae33c65d20 2023-11-15T05:28:00.594 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:28:00.595 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:28:00.597 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:28:00.597 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:28:00.598 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:28:00.598 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:28:00.598 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:28:00.598 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:28:00.599 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:28:00.599 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:28:00.599 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:28:00.599 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:28:00.599 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:28:00.600 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:28:00.600 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:28:00.600 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi142/store.db 2023-11-15T05:28:00.600 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:28:00.601 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:28:00.601 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:28:00.601 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:28:00.601 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:28:00.602 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:28:00.602 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:28:00.602 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:28:00.602 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:28:00.602 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:28:00.603 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.write_buffer_manager: 0x55ae34962420 2023-11-15T05:28:00.603 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:28:00.603 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:28:00.603 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:28:00.603 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:28:00.604 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:28:00.605 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:28:00.606 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:28:00.606 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:28:00.606 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:28:00.606 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:28:00.607 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:28:00.607 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:28:00.607 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:28:00.607 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:28:00.608 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.row_cache: None 2023-11-15T05:28:00.608 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:28:00.608 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:28:00.608 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:28:00.609 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:28:00.609 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:28:00.609 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:28:00.609 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:28:00.609 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:28:00.610 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:28:00.610 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:28:00.610 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:28:00.610 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:28:00.610 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:28:00.611 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:28:00.611 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:28:00.611 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:28:00.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:28:00.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:28:00.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:28:00.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:28:00.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:28:00.613 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:28:00.613 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:28:00.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:28:00.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:28:00.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:28:00.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:28:00.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:28:00.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:28:00.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:28:00.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:28:00.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:28:00.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:28:00.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:28:00.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:28:00.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:28:00.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:28:00.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi142/store.db/MANIFEST-000001 2023-11-15T05:28:00.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:28:00.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:28:00.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.merge_operator: 2023-11-15T05:28:00.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:28:00.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:28:00.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:28:00.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:28:00.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ae33c0fd28) 2023-11-15T05:28:00.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: cache_index_and_filter_blocks: 1 2023-11-15T05:28:00.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:28:00.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:28:00.623 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: pin_top_level_index_and_filter: 1 2023-11-15T05:28:00.623 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: index_type: 0 2023-11-15T05:28:00.624 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: data_block_index_type: 0 2023-11-15T05:28:00.624 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: index_shortening: 1 2023-11-15T05:28:00.624 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:28:00.624 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: hash_index_allow_collision: 1 2023-11-15T05:28:00.624 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: checksum: 1 2023-11-15T05:28:00.625 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: no_block_cache: 0 2023-11-15T05:28:00.625 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_cache: 0x55ae33c48f10 2023-11-15T05:28:00.625 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_cache_name: BinnedLRUCache 2023-11-15T05:28:00.625 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_cache_options: 2023-11-15T05:28:00.625 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: capacity : 536870912 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: num_shard_bits : 4 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: strict_capacity_limit : 0 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: high_pri_pool_ratio: 0.000 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_cache_compressed: (nil) 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: persistent_cache: (nil) 2023-11-15T05:28:00.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_size: 4096 2023-11-15T05:28:00.627 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_size_deviation: 10 2023-11-15T05:28:00.627 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_restart_interval: 16 2023-11-15T05:28:00.627 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: index_block_restart_interval: 1 2023-11-15T05:28:00.627 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: metadata_block_size: 4096 2023-11-15T05:28:00.628 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: partition_filters: 0 2023-11-15T05:28:00.628 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: use_delta_encoding: 1 2023-11-15T05:28:00.628 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:28:00.628 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: whole_key_filtering: 1 2023-11-15T05:28:00.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: verify_compression: 0 2023-11-15T05:28:00.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: read_amp_bytes_per_bit: 0 2023-11-15T05:28:00.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: format_version: 2 2023-11-15T05:28:00.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: enable_index_compression: 1 2023-11-15T05:28:00.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: block_align: 0 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:28:00.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:28:00.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:28:00.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:28:00.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:28:00.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:28:00.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:28:00.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:28:00.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:28:00.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:28:00.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:28:00.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:28:00.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:28:00.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:28:00.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:28:00.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:28:00.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:28:00.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:28:00.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:28:00.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:28:00.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:28:00.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:28:00.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:28:00.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:28:00.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:28:00.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:28:00.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:28:00.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:28:00.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:28:00.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:28:00.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:28:00.638 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:28:00.638 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:28:00.638 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:28:00.639 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:28:00.639 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:28:00.639 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:28:00.639 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:28:00.639 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:28:00.640 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:28:00.640 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:28:00.640 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:28:00.640 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:28:00.640 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:28:00.641 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:28:00.642 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:28:00.642 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:28:00.642 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:28:00.642 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:28:00.642 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:28:00.643 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:28:00.643 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:28:00.643 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:28:00.643 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:28:00.643 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.519+0000 7fbe6cb10880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.520+0000 7fbe6cb10880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi142/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.520+0000 7fbe6cb10880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.520+0000 7fbe6cb10880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026080522366, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T05:28:00.644 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.520+0000 7fbe6cb10880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T05:28:00.645 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.520+0000 7fbe6cb10880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T05:28:00.645 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.521+0000 7fbe6cb10880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026080523062, "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": 1700026080, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:28:00.645 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.521+0000 7fbe6cb10880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T05:28:00.645 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.645 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.521+0000 7fbe6cb10880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026080523582, "job": 1, "event": "recovery_finished"} 2023-11-15T05:28:00.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.522+0000 7fbe6cb10880 4 rocksdb: DB pointer 0x55ae33d13800 2023-11-15T05:28:00.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.523+0000 7fbe53915700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:28:00.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.523+0000 7fbe53915700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:28:00.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** DB Stats ** 2023-11-15T05:28:00.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:28:00.647 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:28:00.647 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:28:00.647 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:28:00.647 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:28:00.648 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:28:00.649 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:28:00.649 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.649 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** Compaction Stats [default] ** 2023-11-15T05:28:00.649 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:28:00.649 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:28:00.650 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.650 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.650 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.650 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.650 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** Compaction Stats [default] ** 2023-11-15T05:28:00.651 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:28:00.651 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:28:00.651 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.651 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:28:00.651 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:28:00.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:28:00.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:28:00.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:28:00.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:28:00.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** Compaction Stats [default] ** 2023-11-15T05:28:00.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:28:00.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:28:00.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:28:00.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** Compaction Stats [default] ** 2023-11-15T05:28:00.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:28:00.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:28:00.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-15T05:28:00.656 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:28:00.656 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:28:00.656 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:28:00.656 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:28:00.656 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:28:00.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.523+0000 7fbe6cb10880 0 mon.smithi142 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T05:28:00.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.523+0000 7fbe6cb10880 0 using public_addr v2:172.21.15.142:0/0 -> [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] 2023-11-15T05:28:00.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.524+0000 7fbe6cb10880 0 starting mon.smithi142 rank -1 at public addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] at bind addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi142 fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:28:00.659 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.525+0000 7fbe6cb10880 1 mon.smithi142@-1(???) e0 preinit fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:28:00.659 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.551+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).mds e1 new map 2023-11-15T05:28:00.659 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.551+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).mds e1 print_map 2023-11-15T05:28:00.659 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: e1 2023-11-15T05:28:00.660 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:28:00.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T05:28:00.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: legacy client fscid: -1 2023-11-15T05:28:00.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: No filesystems configured 2023-11-15T05:28:00.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05:28:00.662 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.551+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T05:28:00.662 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T05:28:00.662 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T05:28:00.662 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T05:28:00.662 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.552+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.554+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.554+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.554+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:28:00.663 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.554+0000 7fbe5611a700 0 mon.smithi142@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:28:00.664 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: cluster 2023-11-15T05:28:00.664 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: 2023-11-15T05 2023-11-15T05:28:00.664 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: :27:58.079382+0000 2023-11-15T05:28:00.664 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 19 : 2023-11-15T05:28:00.664 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:00.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: audit 2023 2023-11-15T05:28:00.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: -11-15T05:27:58 2023-11-15T05:28:00.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: .212828+0000 mon.smithi138 (mon.0 2023-11-15T05:28:00.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: ) 170 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:00.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 conmon[89206]: debug 2023-11-15T05:28:00.554+0000 7fbe5611a700 1 mon.smithi142@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T05:28:00.666 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 bash[89118]: cef6206133a651e175f161820eb7b4509ff4b18118df2a1e1d62dbc4dad802fa 2023-11-15T05:28:00.666 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:00 smithi142 systemd[1]: Started Ceph mon.smithi142 for 5156892a-8377-11ee-8dbe-212e2dc638e7. 2023-11-15T05:28:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:00.079719+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: ) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:00.561122+0000 mon.smithi138 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:00.563575+0000 mon.smithi138 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:28:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:00.563748+0000 mon.smithi138 (mon.0) 173 : cluster [INF] mon.smithi138 calling monitor election 2023-11-15T05:28:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:00.577023+0000 mon.smithi138 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:01.560333+0000 mon.smithi138 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:01.840890+0000 mon.smithi138 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.hyrzmk/crt"}]: dispatch 2023-11-15T05:28:05.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:02.080073+0000 mgr.smithi138.outlvz (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:05.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:02.560654+0000 mon.smithi138 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:02.561618+0000 mon.smithi142 (mon.1) 1 : cluster [INF] mon.smithi142 calling monitor election 2023-11-15T05:28:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:03.560368+0000 mon.smithi138 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:04.080370+0000 mgr.smithi138.outlvz (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:04.560958+0000 mon.smithi138 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:05.560894+0000 mon.smithi138 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:05.590768+0000 mon.smithi138 (mon.0) 181 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi142 in quorum (ranks 0,1) 2023-11-15T05:28:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:05.596454+0000 mon.smithi138 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2023-11-15T05:28:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:05.608360+0000 mon.smithi138 (mon.0) 183 : cluster [DBG] fsmap 2023-11-15T05:28:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T 2023-11-15T05:28:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 05:28:05.608408+0000 mon.smithi138 (mon. 2023-11-15T05:28:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: -11-15T05:28:05. 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 608669+0000 mon.smithi138 (mon.0) 185 : cluster [DBG] 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: mgrmap e17: smithi138.outlvz(active, since 37s) 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11-15T05:28:05.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:28:05.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 28:05.609572+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:05.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 186 : cluster [DBG] Standby manager daemon smithi142.hyrzmk started 2023-11-15T05:28:05.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:28:05.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 11-15T05:28:05.610791+0000 mon.smithi138 (mon.0 2023-11-15T05:28:05.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: ) 187 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:28:05.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: cluster 2023-11- 2023-11-15T05:28:05.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 15T05:28:05.612358+0000 mon.smithi138 2023-11-15T05:28:05.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-11-15T05:28:05.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T05:28:05.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 2023-11-15T05:28:05 2023-11-15T05:28:05.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: .612840+0000 mon.smithi138 (mon.0) 189 : audit 2023-11-15T05:28:05.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.hyrzmk/key"}]: dispatch 2023-11-15T05:28:05.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:05.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 05:28:05.613290+0000 2023-11-15T05:28:05.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: mon.smithi138 (mon.0) 190 : audit [DBG] 2023-11-15T05:28:05.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:28:05.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:05.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: 05:28:05.616927+0000 mon.smithi138 (mon 2023-11-15T05:28:05.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:05 smithi142 conmon[89206]: .0) 191 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:00.079719+0000 mgr.smithi138.outlvz (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:00.561122+0000 mon.smithi138 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:00.563575+0000 mon.smithi138 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2023-11-15T05:28:06.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:00.563748+0000 mon.smithi138 (mon.0) 173 : cluster [INF] mon.smithi138 calling monitor election 2023-11-15T05:28:06.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:00.577023+0000 mon.smithi138 (mon.0) 174 : 2023-11-15T05:28:06.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:28:06.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 28:01.560333+0000 mon.smithi138 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:06.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 2023-11-15T05:28:01.840890+0000 mon.smithi138 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.hyrzmk/crt"}]: dispatch 2023-11-15T05:28:06.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:02.080073+0000 2023-11-15T05:28:06.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:06.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:02.560654+0000 mon.smithi138 (mon. 2023-11-15T05:28:06.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 0) 177 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:06.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 2023-11-15T05:28:02.561618+0000 mon.smithi142 (mon.1) 1 : cluster [INF] mon.smithi142 calling monitor election 2023-11-15T05:28:06.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:03.560368+0000 2023-11-15T05:28:06.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: mon.smithi138 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:04.080370+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:06.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: ) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:06.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:06.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 2023-11-15T05:28:04.560958+0000 mon.smithi138 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:05. 2023-11-15T05:28:06.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 560894+0000 mon.smithi138 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:06.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:05.590768+0000 mon.smithi138 2023-11-15T05:28:06.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: (mon.0) 181 : cluster [INF] mon.smithi138 is new leader, mons smithi138,smithi142 in quorum (ranks 0,1) 2023-11-15T05:28:06.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:05.596454+0000 mon.smithi138 (mon. 2023-11-15T05:28:06.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi138=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2023-11-15T05:28:06.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:06.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 2023-11-15T05:28:05.608360+0000 mon.smithi138 (mon.0) 183 : cluster [DBG] fsmap 2023-11-15T05:28:06.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11- 2023-11-15T05:28:06.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 15T05:28:05.608408+0000 mon.smithi138 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: T05:28:05.608669+0000 mon.smithi138 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi138.outlvz(active, since 37s) 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28:05.609572+0000 mon.smithi138 (mon.0) 186 : cluster 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: [DBG] Standby manager daemon smithi142.hyrzmk started 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023 2023-11-15T05:28:06.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: -11-15T05:28:05.610791+0000 mon.smithi138 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:28:06.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: cluster 2023-11-15T05:28: 2023-11-15T05:28:06.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 05.612358+0000 mon.smithi138 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-11-15T05:28:06.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:05.612840+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:06.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 189 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.hyrzmk/key"}]: dispatch 2023-11-15T05:28:06.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:28:06.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: 11-15T05:28:05.613290+0000 mon.smithi138 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.142:0/4208265418' entity='mgr.smithi142.hyrzmk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:28:06.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: audit 2023-11-15T05:28:05.616927+0000 mon.smithi138 (mon.0) 191 : audit 2023-11-15T05:28:06.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:05 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:06.261 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-15T05:28:06.262 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":2,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:28:00.560691Z","created":"2023-11-15T05:25:43.372266Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi142","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T05:28:06.262 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 2 2023-11-15T05:28:06.850 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T05:28:06.850 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T05:28:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:06 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:05.618960+0000 mgr.smithi138.outlvz (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2023-11-15T05:28:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:06 smithi142 conmon[89206]: cluster 2023-11-15T05:28:05.672144+0000 mon.smithi138 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi138.outlvz(active, since 37s), standbys: smithi142.hyrzmk 2023-11-15T05:28:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:06 smithi142 conmon[89206]: audit 2023-11-15T05:28:05.672358+0000 mon.smithi138 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi142.hyrzmk", "id": "smithi142.hyrzmk"}]: dispatch 2023-11-15T05:28:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:06 smithi142 conmon[89206]: audit 2023-11-15T05:28:06.259378+0000 mon.smithi138 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.142:0/3128030550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:28:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:06 smithi142 conmon[89206]: audit 2023-11-15T05:28:06.560998+0000 mon.smithi138 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:05.618960+0000 mgr.smithi138.outlvz (mgr.14180) 23 2023-11-15T05:28:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2023-11-15T05:28:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: cluster 2023-11-15T05:28:05.672144+0000 mon.smithi138 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi138.outlvz(active, since 37s), standbys: smithi142.hyrzmk 2023-11-15T05:28:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: audit 2023-11-15T05:28: 2023-11-15T05:28:07.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: 05.672358+0000 mon.smithi138 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr metadata", "who": "smithi142.hyrzmk", "id": "smithi142.hyrzmk"}]: dispatch 2023-11-15T05:28:07.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:28:07.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: 05:28:06.259378+0000 mon.smithi138 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.142:0/3128030550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:28:07.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: audit 2023 2023-11-15T05:28:07.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: -11-15T05:28:06.560998+0000 mon.smithi138 2023-11-15T05:28:07.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:06 smithi138 conmon[84393]: (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2023-11-15T05:28:07.890 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:07 smithi142 conmon[89206]: cluster 2023-11-15T05:28:06.080683+0000 2023-11-15T05:28:07.891 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:07 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:08.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:07 smithi138 conmon[84393]: cluster 2023-11-15T05:28:06.080683+0000 mgr.smithi138.outlvz (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:08.699 INFO:teuthology.orchestra.run.smithi138.stdout:# minimal ceph.conf for 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:28:08.699 INFO:teuthology.orchestra.run.smithi138.stdout:[global] 2023-11-15T05:28:08.699 INFO:teuthology.orchestra.run.smithi138.stdout: fsid = 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:28:08.699 INFO:teuthology.orchestra.run.smithi138.stdout: mon_host = [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] 2023-11-15T05:28:09.184 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T05:28:09.184 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:28:09.185 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:28:09.213 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:28:09.213 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:28:09.277 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:28:09.278 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:28:09.307 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:28:09.308 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:28:09.369 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:09 smithi142 conmon[89206]: cluster 2023-11-15T05:28:08.080958+0000 mgr.smithi138.outlvz (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:09.369 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:09 smithi142 conmon[89206]: audit 2023-11-15T05:28:08.217612+0000 mon.smithi138 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:09.370 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:09 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:28:09.370 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:09 smithi142 conmon[89206]: 15T05:28:08.698343+0000 mon.smithi138 (mon.0 2023-11-15T05:28:09.370 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:09 smithi142 conmon[89206]: ) 197 : audit [DBG] from='client.? 172.21.15.138:0/1905225968' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:09.373 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T05:28:09.373 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:28:09.374 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:28:09.389 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:28:09.389 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme1n1 2023-11-15T05:28:09.445 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme1n1 2023-11-15T05:28:09.446 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:09.446 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 240367 Links: 1 Device type: 103,1 2023-11-15T05:28:09.446 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:09.447 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:09.447 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:26:48.472064587 +0000 2023-11-15T05:28:09.447 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:26:48.405066048 +0000 2023-11-15T05:28:09.447 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:26:48.405066048 +0000 2023-11-15T05:28:09.447 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:28:09.448 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:28:09.507 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:09 smithi138 conmon[84393]: cluster 2023-11-15T05:28:08.080958+0000 mgr.smithi138.outlvz (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:09.508 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:09 smithi138 conmon[84393]: audit 2023-11-15T05:28:08.217612+0000 mon.smithi138 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:09.508 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:09 smithi138 conmon[84393]: audit 2023-11-15T05:28:08.698343+0000 mon.smithi138 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.138:0/1905225968' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:09.509 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:28:09.509 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:28:09.509 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000227015 s, 2.3 MB/s 2023-11-15T05:28:09.510 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:28:09.566 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme2n1 2023-11-15T05:28:09.621 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme2n1 2023-11-15T05:28:09.622 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:09.622 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 245962 Links: 1 Device type: 103,2 2023-11-15T05:28:09.622 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:09.622 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:09.622 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:26:48.483064347 +0000 2023-11-15T05:28:09.623 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:26:48.413065874 +0000 2023-11-15T05:28:09.623 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:26:48.413065874 +0000 2023-11-15T05:28:09.623 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:28:09.623 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:28:09.684 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:28:09.685 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:28:09.685 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000222922 s, 2.3 MB/s 2023-11-15T05:28:09.687 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:28:09.743 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme3n1 2023-11-15T05:28:09.798 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme3n1 2023-11-15T05:28:09.799 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:09.799 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 245967 Links: 1 Device type: 103,3 2023-11-15T05:28:09.799 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:09.799 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:09.800 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:26:48.494064108 +0000 2023-11-15T05:28:09.800 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:26:48.410065939 +0000 2023-11-15T05:28:09.800 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:26:48.410065939 +0000 2023-11-15T05:28:09.800 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:28:09.800 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:28:09.861 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:28:09.862 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:28:09.862 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000359505 s, 1.4 MB/s 2023-11-15T05:28:09.863 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:28:09.919 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme4n1 2023-11-15T05:28:09.974 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme4n1 2023-11-15T05:28:09.975 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:09.975 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 246077 Links: 1 Device type: 103,4 2023-11-15T05:28:09.975 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:09.975 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:09.975 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-11-15 05:26:48.507063824 +0000 2023-11-15T05:28:09.976 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-11-15 05:26:48.413065874 +0000 2023-11-15T05:28:09.976 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-11-15 05:26:48.413065874 +0000 2023-11-15T05:28:09.976 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-11-15T05:28:09.976 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:28:10.037 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-11-15T05:28:10.038 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-11-15T05:28:10.038 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00022018 s, 2.3 MB/s 2023-11-15T05:28:10.039 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:28:10.095 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:28:10.095 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:28:10.114 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:28:10.115 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme1n1 2023-11-15T05:28:10.170 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme1n1 2023-11-15T05:28:10.171 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:10.171 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 246938 Links: 1 Device type: 103,1 2023-11-15T05:28:10.171 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:10.171 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:10.172 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:27:47.324245737 +0000 2023-11-15T05:28:10.172 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:27:47.258247005 +0000 2023-11-15T05:28:10.172 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:27:47.258247005 +0000 2023-11-15T05:28:10.172 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:28:10.173 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:28:10.236 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:28:10.237 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:28:10.237 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000261219 s, 2.0 MB/s 2023-11-15T05:28:10.238 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:28:10.296 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme2n1 2023-11-15T05:28:10.352 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme2n1 2023-11-15T05:28:10.352 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:10.352 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 247091 Links: 1 Device type: 103,2 2023-11-15T05:28:10.352 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:10.353 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:10.353 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:27:47.334245545 +0000 2023-11-15T05:28:10.353 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:27:47.260246967 +0000 2023-11-15T05:28:10.353 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:27:47.260246967 +0000 2023-11-15T05:28:10.353 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:28:10.354 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:28:10.416 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:28:10.417 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:28:10.417 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.00022871 s, 2.2 MB/s 2023-11-15T05:28:10.418 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:28:10.475 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme3n1 2023-11-15T05:28:10.530 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme3n1 2023-11-15T05:28:10.531 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:10.531 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 238439 Links: 1 Device type: 103,3 2023-11-15T05:28:10.531 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:10.531 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:10.532 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:27:47.344245353 +0000 2023-11-15T05:28:10.532 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:27:47.263246909 +0000 2023-11-15T05:28:10.532 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:27:47.263246909 +0000 2023-11-15T05:28:10.532 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:28:10.533 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:28:10.591 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:10 smithi142 conmon[89206]: audit 2023-11-15T05:28:09.328349+0000 mon.smithi138 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:10.592 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:10 smithi142 conmon[89206]: audit 2023-11-15T05:28:09.329630+0000 mon.smithi138 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:28:10.594 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:28:10.594 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:28:10.594 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000254481 s, 2.0 MB/s 2023-11-15T05:28:10.595 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:28:10.651 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme4n1 2023-11-15T05:28:10.707 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme4n1 2023-11-15T05:28:10.708 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:28:10.708 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 247175 Links: 1 Device type: 103,4 2023-11-15T05:28:10.708 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:28:10.708 INFO:teuthology.orchestra.run.smithi142.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:28:10.708 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2023-11-15 05:27:47.354245161 +0000 2023-11-15T05:28:10.709 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2023-11-15 05:27:47.265246871 +0000 2023-11-15T05:28:10.709 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2023-11-15 05:27:47.265246871 +0000 2023-11-15T05:28:10.709 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2023-11-15T05:28:10.709 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:28:10.771 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2023-11-15T05:28:10.771 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2023-11-15T05:28:10.771 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000239857 s, 2.1 MB/s 2023-11-15T05:28:10.772 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:28:10.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:10 smithi138 conmon[84393]: audit 2023-11-15T05:28:09.328349+0000 mon.smithi138 (mon. 2023-11-15T05:28:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:10 smithi138 conmon[84393]: 0) 198 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:10 smithi138 conmon[84393]: audit 2023-11-15T05:28:09.329630+0000 mon.smithi138 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:28:10.828 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T05:28:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: cluster 2023-11-15T05:28:10.081271+0000 mgr.smithi138.outlvz (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.675180+0000 mon.smithi138 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.675957+0000 mon.smithi138 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.676628+0000 mon.smithi138 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:28:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:10.677690+0000 mgr.smithi138.outlvz (mgr.14180) 27 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2023-11-15T05:28:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:10.677979+0000 mgr.smithi138.outlvz (mgr.14180) 28 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2023-11-15T05:28:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.700572+0000 mon.smithi138 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.741019+0000 mon.smithi138 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.744125+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.747234+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:28:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.747844+0000 mon.smithi138 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:28:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:11 smithi142 conmon[89206]: audit 2023-11-15T05:28:10.748425+0000 mon.smithi138 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:11.971 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: cluster 2023-11-15T05:28:10.081271+0000 mgr.smithi138.outlvz (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:11.971 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.675180+0000 mon.smithi138 2023-11-15T05:28:11.971 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.971 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.675957+0000 mon.smithi138 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:11.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.676628+0000 mon.smithi138 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:28:11.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:10.677690+0000 mgr.smithi138.outlvz (mgr.14180) 27 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2023-11-15T05:28:11.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:10.677979+0000 mgr.smithi138.outlvz (mgr.14180) 28 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2023-11-15T05:28:11.972 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.700572+0000 mon.smithi138 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.741019+0000 mon.smithi138 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.974 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.744125+0000 mon.smithi138 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:11.974 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.747234+0000 mon.smithi138 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:28:11.974 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.747844+0000 mon.smithi138 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:28:11.974 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:11 smithi138 conmon[84393]: audit 2023-11-15T05:28:10.748425+0000 mon.smithi138 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:12.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:10.747001+0000 mgr.smithi138.outlvz (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi138 (unknown last config time)... 2023-11-15T05:28:12.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:10.748958+0000 mgr.smithi138.outlvz (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2023-11-15T05:28:12.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.008444+0000 mon.smithi138 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:12.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.009250+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.outlvz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:28:12.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.009860+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:28:12.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:12 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.010373+0000 mon.smithi138 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:12.880 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled osd.all-available-devices update... 2023-11-15T05:28:12.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:10.747001+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:28:12.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: 29 : cephadm [INF] Reconfiguring mon.smithi138 (unknown last config time)... 2023-11-15T05:28:12.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:10.748958+0000 mgr.smithi138.outlvz (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi138 on smithi138 2023-11-15T05:28:12.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.008444+0000 mon.smithi138 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:12.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.009250+0000 mon.smithi138 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.outlvz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:28:12.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.009860+0000 mon.smithi138 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:28:12.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:12 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.010373+0000 mon.smithi138 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:13.420 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T05:28:13.420 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:13.706 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:12.009031+0000 mgr.smithi138.outlvz (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi138.outlvz (unknown last config time)... 2023-11-15T05:28:13.706 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:12.010824+0000 mgr.smithi138.outlvz (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi138.outlvz on smithi138 2023-11-15T05:28:13.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: cluster 2023-11-15T05:28:12.081530+0000 mgr.smithi138.outlvz (mgr.14180) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:13.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.879768+0000 mon.smithi138 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:13.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: audit 2023-11-15T05:28:13.203187+0000 mon.smithi138 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:13.707 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:13 smithi138 conmon[84393]: audit 2023-11-15T05:28:13.221323+0000 mon.smithi138 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:12.009031+0000 mgr.smithi138.outlvz (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi138.outlvz (unknown last config time)... 2023-11-15T05:28:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: cephadm 2023-11-15T05:28 2023-11-15T05:28:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: :12.010824+0000 mgr.smithi138.outlvz (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi138.outlvz on smithi138 2023-11-15T05:28:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: cluster 2023-11-15T05:28:12.081530+0000 mgr.smithi138.outlvz (mgr.14180) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.879768+0000 mon.smithi138 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: audit 2023-11-15T05:28:13.203187+0000 mon.smithi138 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:13 smithi142 conmon[89206]: audit 2023-11-15T05:28:13.221323+0000 mon.smithi138 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:14.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: audit 2023-11-15T05:28:12.874553+0000 mgr.smithi138.outlvz (mgr.14180) 34 2023-11-15T05:28:14.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:28:14.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:12.875946+0000 mgr.smithi138.outlvz (mgr.14180) 35 : cephadm [INF] Marking host: smithi138 for OSDSpec preview refresh. 2023-11-15T05:28:14.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:12.876002+0000 mgr.smithi138.outlvz (mgr.14180) 36 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2023-11-15T05:28:14.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:12.876249+0000 mgr.smithi138.outlvz (mgr.14180) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:28:14.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:13.203826+0000 mgr.smithi138.outlvz (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi138 (dependencies changed)... 2023-11-15T05:28:14.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:14 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:13.210502+0000 mgr.smithi138.outlvz (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi138 on smithi138 2023-11-15T05:28:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: audit 2023-11-15T05:28:12.874553+0000 mgr.smithi138.outlvz (mgr.14180) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:28:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: cephadm 2023-11-15T 2023-11-15T05:28:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: 05:28:12.875946+0000 mgr.smithi138.outlvz (mgr.14180) 35 : cephadm [INF] Marking host: smithi138 for OSDSpec preview refresh. 2023-11-15T05:28:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:12.876002+0000 mgr.smithi138.outlvz (mgr.14180) 36 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2023-11-15T05:28:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: cephadm 2023- 2023-11-15T05:28:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: 11-15T05:28:12.876249 2023-11-15T05:28:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 37 : cephadm 2023-11-15T05:28:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:28:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: cephadm 2023-11-15 2023-11-15T05:28:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: T05:28:13.203826+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:28:14.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: 14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi138 (dependencies changed)... 2023-11-15T05:28:14.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: cephadm 2023- 2023-11-15T05:28:14.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: 11-15T05:28:13.210502+0000 2023-11-15T05:28:14.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 39 : cephadm 2023-11-15T05:28:14.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:14 smithi142 conmon[89206]: [INF] Reconfiguring daemon alertmanager.smithi138 on smithi138 2023-11-15T05:28:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:15 smithi142 conmon[89206]: cluster 2023-11-15T05:28:14.081770+0000 mgr.smithi138.outlvz (mgr.14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:16.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:15 smithi138 conmon[84393]: cluster 2023-11-15T05:28:14 2023-11-15T05:28:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:15 smithi138 conmon[84393]: .081770+0000 mgr.smithi138.outlvz (mgr.14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:16.094 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:16 smithi138 conmon[84393]: cluster 2023-11-15T05:28:16.082062+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:16 smithi138 conmon[84393]: ) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:16 smithi138 conmon[84393]: audit 2023-11-15T05:28:16.094243+0000 mon.smithi138 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.138:0/3201748642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:16.867 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:16 smithi142 conmon[89206]: cluster 2023-11-15T05:28:16.082062+0000 mgr.smithi138.outlvz (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:16 smithi142 conmon[89206]: audit 2023-11-15T05:28:16.094243+0000 mon.smithi138 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.138:0/3201748642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:17.868 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: cluster 2023-11-15T05:28:18.082350+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:28:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: 14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: audit 2023-11-15T05:28:18.542438+0000 mon.smithi138 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:18.542962+0000 mgr.smithi138.outlvz (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2023-11-15T05:28:19.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: audit 2023-11-15T05:28:18.543192+0000 mon.smithi138 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:28:19.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: audit 2023-11-15T05:28:18.543876+0000 mon.smithi138 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:19.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:19 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:18.544365+0000 mgr.smithi138.outlvz (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2023-11-15T05:28:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: cluster 2023-11-15T05:28:18.082350+0000 mgr.smithi138.outlvz (mgr.14180) 42 : cluster 2023-11-15T05:28:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: audit 2023-11-15T05:28:18.542438+0000 mon.smithi138 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 2023-11-15T05:28:18.542962+0000 mgr.smithi138.outlvz (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi138 (monmap changed)... 2023-11-15T05:28:19.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 2023-11-15T05:28:19.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: audit 2023-11-15T05:28:19.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 2023-11-15T05:28:18 2023-11-15T05:28:19.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: .543192+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:19.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 218 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:28:19.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:28:19.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 11-15T05:28:18.543876+0000 mon.smithi138 ( 2023-11-15T05:28:19.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: mon.0) 219 : audit [DBG] 2023-11-15T05:28:19.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:19.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:19.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 2023-11-15T05:28:18 2023-11-15T05:28:19.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: .544365+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:28:19.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:19 smithi142 conmon[89206]: 44 : cephadm [INF] Reconfiguring daemon crash.smithi138 on smithi138 2023-11-15T05:28:20.291 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:20.799 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:21.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: cluster 2023-11-15T05:28:20.082618+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:21.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: ) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:21.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: audit 2023-11-15T05:28:20.274431+0000 mon.smithi138 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:20.275111+0000 mgr.smithi138.outlvz (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi138 (dependencies changed)... 2023-11-15T05:28:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: audit 2023-11-15T05:28:20.291527+0000 mon.smithi138 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.138:0/3429231910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:21 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:20.307281+0000 mgr.smithi138.outlvz (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi138 on smithi138 2023-11-15T05:28:21.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: cluster 2023-11-15T05:28:20.082618+0000 mgr.smithi138.outlvz (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:21.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: audit 2023-11-15T05:28:20.274431+0000 2023-11-15T05:28:21.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: mon.smithi138 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:21.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:20.275111+0000 mgr.smithi138.outlvz (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi138 (dependencies changed)... 2023-11-15T05:28:21.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: audit 2023-11-15T05:28:20.291527+0000 mon.smithi138 (mon.0 2023-11-15T05:28:21.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: ) 221 : audit [DBG] from='client.? 172.21.15.138:0/3429231910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:21.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: cephadm 2023-11-15T 2023-11-15T05:28:21.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: 05:28:20.307281+0000 mgr.smithi138.outlvz ( 2023-11-15T05:28:21.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi138 on smithi138 2023-11-15T05:28:21.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:21 smithi142 conmon[89206]: 2023-11-15T05:28:21.800 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:23.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:23 smithi138 conmon[84393]: cluster 2023-11-15T05:28:22.082853+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:28:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:23 smithi138 conmon[84393]: .14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:23.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:23 smithi142 conmon[89206]: cluster 2023-11-15T05:28:22.082853+0000 mgr.smithi138.outlvz (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:24.203 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:24.483 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:24 smithi138 conmon[84393]: audit 2023-11-15T05:28:24.202369+0000 mon.smithi138 (mon. 2023-11-15T05:28:24.484 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:24 smithi138 conmon[84393]: 0) 222 : audit [DBG] from='client.? 172.21.15.138:0/1642012040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:24.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:24 smithi142 conmon[89206]: audit 2023-11-15T05:28:24.202369+0000 mon.smithi138 (mon 2023-11-15T05:28:24.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:24 smithi142 conmon[89206]: .0) 222 : audit [DBG] from='client.? 172.21.15.138:0/1642012040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:24.882 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:25.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:25 smithi138 conmon[84393]: cluster 2023-11-15T05:28:24.083060+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:28:25.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:25 smithi138 conmon[84393]: .14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:25.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:25 smithi142 conmon[89206]: cluster 2023-11-15T05:28:24.083060+0000 2023-11-15T05:28:25.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:25 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:25.883 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:26 smithi138 conmon[84393]: audit 2023-11-15T05:28:25 2023-11-15T05:28:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:26 smithi138 conmon[84393]: .581375+0000 mon.smithi138 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:26 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:25.582107+0000 mgr.smithi138.outlvz (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2023-11-15T05:28:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:26 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:25.585641+0000 mgr.smithi138.outlvz (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2023-11-15T05:28:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:26 smithi142 conmon[89206]: audit 2023-11-15T05:28:25.581375+0000 mon.smithi138 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:26.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:26 smithi142 conmon[89206]: cephadm 2023-11-15T05:28 2023-11-15T05:28:26.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:26 smithi142 conmon[89206]: :25.582107+0000 mgr.smithi138.outlvz (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi138 (dependencies changed)... 2023-11-15T05:28:26.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:26 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:25.585641+0000 mgr.smithi138.outlvz (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi138 on smithi138 2023-11-15T05:28:27.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:27 smithi138 conmon[84393]: cluster 2023-11-15T05:28:26.083290 2023-11-15T05:28:27.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:27 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:27 smithi142 conmon[89206]: cluster 2023-11-15T05:28:26.083290+0000 mgr.smithi138.outlvz (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:28.398 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:28.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:28 smithi138 conmon[84393]: audit 2023-11-15T05:28:28.396864+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:28 smithi138 conmon[84393]: 224 : audit [DBG] from='client.? 172.21.15.138:0/4090815522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:28 smithi142 conmon[89206]: audit 2023-11-15T05:28:28.396864+0000 mon.smithi138 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.138:0/4090815522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:29.283 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:29 smithi142 conmon[89206]: cluster 2023-11-15T05:28:28.083550+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:28:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:29 smithi142 conmon[89206]: .14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:29 smithi138 conmon[84393]: cluster 2023-11-15T05:28:28.083550+0000 mgr.smithi138.outlvz (mgr.14180) 53 : 2023-11-15T05:28:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:29 smithi138 conmon[84393]: cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:30.285 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:31.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:31 smithi142 conmon[89206]: cluster 2023-11-15T05:28:30.083819+0000 mgr.smithi138.outlvz (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:31 smithi142 conmon[89206]: audit 2023-11-15T05:28:30.960642+0000 mon.smithi138 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:31 smithi142 conmon[89206]: audit 2023-11-15T05:28:30.961440+0000 mon.smithi138 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:28:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:31 smithi142 conmon[89206]: audit 2023-11-15T05:28:30.962096+0000 mon.smithi138 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:31.878 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:31 smithi138 conmon[84393]: cluster 2023-11-15T05:28:30.083819+0000 mgr.smithi138.outlvz (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:31.879 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:31 smithi138 conmon[84393]: audit 2023-11-15T05:28:30.960642+0000 mon.smithi138 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:31.879 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:31 smithi138 conmon[84393]: audit 2023-11-15T05:28:30.961440+0000 mon.smithi138 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:28:31.879 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:31 smithi138 conmon[84393]: audit 2023-11-15T05:28:30.962096+0000 mon.smithi138 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:32.226 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:32.789 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:30.961193+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:28:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: .14180) 55 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2023-11-15T05:28:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:30.962558+0000 mgr.smithi138.outlvz (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2023-11-15T05:28:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: audit 2023-11-15T05:28:32.221944+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: audit 2023-11-15T05:28:32.222737+0000 mon.smithi138 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.hyrzmk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:28:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: audit 2023-11-15T05:28:32.223411+0000 mon.smithi138 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:28:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: 05:28:32.223955+0000 mon.smithi138 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:32.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:32 smithi142 conmon[89206]: audit 2023-11-15T05:28:32.226448+0000 mon.smithi138 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.138:0/1405527973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:30.961193+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: ) 55 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2023-11-15T05:28:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:30.962558+0000 mgr.smithi138.outlvz (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2023-11-15T05:28:33.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: audit 2023-11-15T05:28:32.221944+0000 mon.smithi138 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:33.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: audit 2023-11-15T05:28:32.222737+0000 mon.smithi138 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.hyrzmk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:28:33.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: audit 2023-11-15T05:28:32.223411+0000 mon.smithi138 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:28:33.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: audit 2023-11-15T05:28:32.223955+0000 mon.smithi138 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:33.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:32 smithi138 conmon[84393]: audit 2023-11-15T05:28:32.226448+0000 mon.smithi138 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.138:0/1405527973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:33.791 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:33.855 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: cluster 2023-11-15T05:28:32.084038+0000 mgr.smithi138.outlvz (mgr.14180) 57 : cluster 2023-11-15T05:28:33.856 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:33.856 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:32.222475+0000 mgr.smithi138.outlvz (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi142.hyrzmk (monmap changed)... 2023-11-15T05:28:33.856 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:32.224450+0000 mgr.smithi138.outlvz (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi142.hyrzmk on smithi142 2023-11-15T05:28:33.856 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: audit 2023-11-15T05:28:33.393960+0000 mon.smithi138 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:33.857 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: audit 2023-11-15T05:28:33.394740+0000 mon.smithi138 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:28:33.857 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:33.857 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: -15T05:28:33.395321+0000 mon.smithi138 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:28:33.857 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: audit 2023-11-15T05:28:33.395848+0000 mon.smithi138 (mon.0) 236 : audit 2023-11-15T05:28:33.857 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:33 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: cluster 2023-11-15T05:28:32.084038+0000 mgr.smithi138.outlvz (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: 2023-11-15T05:28:32.222475+0000 mgr.smithi138.outlvz (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi142.hyrzmk (monmap changed)... 2023-11-15T05:28:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:32.224450+0000 mgr.smithi138.outlvz (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi142.hyrzmk on smithi142 2023-11-15T05:28:34.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: audit 2023-11-15T05:28:33.393960+0000 mon.smithi138 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: audit 2023-11-15T05:28:33.394740+0000 mon.smithi138 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:28:34.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: 2023-11-15T05:28:33.395321+0000 mon.smithi138 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:28:34.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: audit 2023-11-15T05:28:33.395848 2023-11-15T05:28:34.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:33 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:33.394503+0000 mgr.smithi138.outlvz (mgr.14180) 60 2023-11-15T05:28:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: : cephadm [INF] Reconfiguring mon.smithi142 (monmap changed)... 2023-11-15T05:28:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:33.396362+0000 mgr.smithi138.outlvz (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2023-11-15T05:28:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.512184+0000 2023-11-15T05:28:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: mon.smithi138 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 2023-11-15T05:28:34. 2023-11-15T05:28:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 514943+0000 mon.smithi138 (mon.0) 238 : 2023-11-15T05:28:34.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:28:34.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 2023-11-15T05:28 2023-11-15T05:28:34.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: :34.516009+0000 mon.smithi138 (mon.0 2023-11-15T05:28:34.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: ) 239 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:28:34.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:28:34.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 05:28:34.519556+0000 mon.smithi138 (mon.0 2023-11-15T05:28:34.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: ) 240 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 11-15T05:28:34.523786+0000 mon.smithi138 ( 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 2023-11-15T05:28 2023-11-15T05:28:34.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: :34.528004+0000 mon.smithi138 (mon. 2023-11-15T05:28:34.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 0) 242 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:28:34.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:28:34.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: -15T05:28:34.532953+0000 mon.smithi138 (mon.0) 243 2023-11-15T05:28:34.797 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023 2023-11-15T05:28:34.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: -11-15T05:28:34.536774+0000 mon.smithi138 ( 2023-11-15T05:28:34.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:28:34.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 2023-11-15T05:28 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: :34.541036+0000 mon.smithi138 (mon. 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 0) 245 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: -15T05:28:34.545797+0000 mon.smithi138 (mon. 2023-11-15T05:28:34.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 0) 246 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:28:34.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: 11-15T05:28:34.547455+0000 mon.smithi138 2023-11-15T05:28:34.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: (mon.0) 247 : audit 2023-11-15T05:28:34.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:34 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:28:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:33.394503+0000 mgr.smithi138.outlvz (mgr.14180) 60 : cephadm 2023-11-15T05:28:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: [INF] Reconfiguring mon.smithi142 (monmap changed)... 2023-11-15T05:28:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:33.396362+0000 mgr.smithi138.outlvz (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2023-11-15T05:28:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.512184+0000 mon.smithi138 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.514943+0000 mon.smithi138 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:28:34.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.516009+0000 mon.smithi138 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:28:34.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.519556+0000 mon.smithi138 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:34.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: -15T05:28:34.523786+0000 mon.smithi138 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:28:34.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.528004+0000 mon.smithi138 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:28:34.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:28:34.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: 11-15T05:28:34.532953+0000 mon.smithi138 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.536774+0000 mon.smithi138 (mon.0 2023-11-15T05:28:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: ) 244 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:28:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.541036+0000 mon.smithi138 (mon. 2023-11-15T05:28:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: 0) 245 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:28:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: 2023-11-15T05:28:34.545797+0000 mon.smithi138 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:34.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: audit 2023-11-15T05:28 2023-11-15T05:28:34.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:34 smithi142 conmon[89206]: :34.547455+0000 mon.smithi138 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:28:35.625 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: cluster 2023-11-15T05:28:34.084249+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: ) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.515257+0000 mgr.smithi138.outlvz (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:28:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.516239+0000 mgr.smithi138.outlvz (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:28:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.524164+0000 mgr.smithi138.outlvz (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:28:35.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.528302+0000 mgr.smithi138.outlvz (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:28:35.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.537141+0000 mgr.smithi138.outlvz (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:28:35.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:35 smithi142 conmon[89206]: audit 2023-11-15T05:28:34.541331+0000 mgr.smithi138.outlvz (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:28:36.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: cluster 2023-11-15T05:28:34.084249+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:28:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: 14180) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.515257+0000 mgr.smithi138.outlvz (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:28:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.516239+0000 mgr.smithi138.outlvz (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:28:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.524164+0000 mgr.smithi138.outlvz (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:28:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.528302+0000 mgr.smithi138.outlvz (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:28:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.537141+0000 mgr.smithi138.outlvz (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:28:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:35 smithi138 conmon[84393]: audit 2023-11-15T05:28:34.541331+0000 mgr.smithi138.outlvz (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:28:36.485 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:36.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:36 smithi138 conmon[84393]: audit 2023-11-15T05:28:35.624731+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:36.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:36 smithi138 conmon[84393]: 248 : audit [DBG] from='client.? 172.21.15.138:0/3032775784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:36.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:36 smithi138 conmon[84393]: audit 2023-11-15T05:28:35.948403+0000 mon.smithi138 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:36.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:36 smithi138 conmon[84393]: audit 2023-11-15T05:28:35.953664+0000 mon.smithi138 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:36 smithi142 conmon[89206]: audit 2023-11-15T05:28:35.624731+0000 mon.smithi138 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.138:0/3032775784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:36 smithi142 conmon[89206]: audit 2023-11-15T05:28:35.948403+0000 mon.smithi138 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:36.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:36 smithi142 conmon[89206]: audit 2023-11-15T05:28:35.953664+0000 mon.smithi138 (mon 2023-11-15T05:28:36.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:36 smithi142 conmon[89206]: .0) 250 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:37.486 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:37 smithi138 conmon[84393]: cluster 2023-11-15T05:28:36.084487+0000 mgr.smithi138.outlvz (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:37 smithi142 conmon[89206]: cluster 2023-11-15T05:28:36.084487+0000 mgr.smithi138.outlvz (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:39.469 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:39.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: cluster 2023-11-15T05:28:38.084863+0000 mgr.smithi138.outlvz (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:39.744 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:38.685548+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.073382+0000 mon.smithi138 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.074250+0000 mon.smithi138 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.074856+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:28:39.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.078825+0000 mon.smithi138 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.082408+0000 mon.smithi138 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:28:39.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.085491+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:28:39.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.086251+0000 mon.smithi138 (mon.0) 258 : audit 2023-11-15T05:28:39.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:28:39.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.086420+0000 mon.smithi138 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.747 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.086849+0000 mon.smithi138 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.747 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:39 smithi138 conmon[84393]: audit 2023-11-15T05:28:39.469359+0000 mon.smithi138 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.138:0/1809638397' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:39.900 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: cluster 2023-11-15T05:28:38.084863+0000 mgr.smithi138.outlvz (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:39.900 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:38.685548+0000 mon.smithi138 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.900 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.073382+0000 mon.smithi138 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.074250+0000 mon.smithi138 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.074856+0000 mon.smithi138 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:28:39.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.078825+0000 mon.smithi138 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:28:39.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.082408+0000 mon.smithi138 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:28:39.901 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.085491+0000 mon.smithi138 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:28:39.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.086251+0000 mon.smithi138 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:28:39.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: 2023-11-15T05:28:39.086420+0000 mon.smithi138 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11-15T05:28:39.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: 2023-11-15T05:28:39.086849 2023-11-15T05:28:39.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 260 : 2023-11-15T05:28:39.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:39.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:28:39.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: 15T05:28:39.469359+0000 2023-11-15T05:28:39.903 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: mon.smithi138 (mon.0) 261 : audit 2023-11-15T05:28:39.904 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:39 smithi142 conmon[89206]: [DBG] from='client.? 172.21.15.138:0/1809638397' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:40.255 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:28:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:40 smithi142 conmon[89206]: cluster 2023-11-15T05:28:40.085126+0000 mgr.smithi138.outlvz ( 2023-11-15T05:28:40.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:40 smithi142 conmon[89206]: mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:40.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:40 smithi138 conmon[84393]: cluster 2023-11-15T05:28:40.085126+0000 mgr.smithi138.outlvz (mgr.14180) 71 : cluster 2023-11-15T05:28:40.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:40 smithi138 conmon[84393]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:41.257 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:42.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:41.591427+0000 mon.smithi142 (mon.1) 2 : audit [INF] from='client.? 172.21.15.142:0/3790936231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]: dispatch 2023-11-15T05:28:42.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:41.591844+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]: dispatch 2023-11-15T05:28:42.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:41.597294+0000 mon.smithi138 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]': finished 2023-11-15T05:28:42.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: cluster 2023-11-15T05:28:41.597345+0000 mon.smithi138 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:28:42.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:41.597462+0000 mon.smithi138 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:42.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:42.050981+0000 mon.smithi138 (mon.0) 266 : audit [INF] from='client.? 172.21.15.138:0/67144834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e02a6d20-1f3c-4ac3-b6bd-e06b37354b62"}]: dispatch 2023-11-15T05:28:42.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:42.059108+0000 mon.smithi138 (mon.0) 267 : audit [INF] from='client.? 172.21.15.138:0/67144834' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e02a6d20-1f3c-4ac3-b6bd-e06b37354b62"}]': finished 2023-11-15T05:28:42.404 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: cluster 2023-11-15T05:28:42.059150+0000 mon.smithi138 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:28:42.405 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:42.059237+0000 mon.smithi138 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:42.405 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:42 smithi138 conmon[84393]: audit 2023-11-15T05:28:42.059494+0000 mon.smithi138 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:42.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:41.591427+0000 mon.smithi142 (mon 2023-11-15T05:28:42.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: .1) 2 : audit [INF] from='client.? 172.21.15.142:0/3790936231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]: dispatch 2023-11-15T05:28:42.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:41.591844+0000 mon.smithi138 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]: dispatch 2023-11-15T05:28:42.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:41.597294+0000 mon.smithi138 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8070bdad-5411-4cc2-9b6c-14d65b416102"}]': finished 2023-11-15T05:28:42.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: cluster 2023-11-15T05:28:41.597345+0000 mon.smithi138 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:28:42.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:41.597462+0000 mon.smithi138 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:42.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:42.050981+0000 mon.smithi138 (mon.0) 266 : audit [INF] from='client.? 172.21.15.138:0/67144834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e02a6d20-1f3c-4ac3-b6bd-e06b37354b62"}]: dispatch 2023-11-15T05:28:42.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:42.059108+0000 mon.smithi138 (mon.0) 267 : audit [INF] from='client.? 172.21.15.138:0/67144834' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e02a6d20-1f3c-4ac3-b6bd-e06b37354b62"}]': finished 2023-11-15T05:28:42.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: cluster 2023-11-15T05:28:42.059150+0000 mon.smithi138 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:28:42.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:42.059237+0000 mon.smithi138 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:42.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:42 smithi142 conmon[89206]: audit 2023-11-15T05:28:42.059494+0000 mon.smithi138 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:43 smithi138 conmon[84393]: cluster 2023-11-15T05:28:42.085351+0000 mgr.smithi138.outlvz (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:43 smithi138 conmon[84393]: audit 2023-11-15T05:28:42.751815+0000 mon.smithi142 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.142:0/3138167100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:43.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:43.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:43 smithi142 conmon[89206]: cluster 2023-11-15T05:28:42.085351+0000 mgr.smithi138.outlvz (mgr.14180) 72 : 2023-11-15T05:28:43.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:43 smithi142 conmon[89206]: cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:43.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:43 smithi142 conmon[89206]: audit 2023-11-15T05:28:42.751815+0000 mon.smithi142 (mon.1) 3 : audit [DBG] 2023-11-15T05:28:43.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:43 smithi142 conmon[89206]: from='client.? 172.21.15.142:0/3138167100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:44.042 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700026122,"num_remapped_pgs":0} 2023-11-15T05:28:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:44 smithi138 conmon[84393]: audit 2023-11-15T05:28:43.392832+0000 mon.smithi138 (mon.0 2023-11-15T05:28:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:44 smithi138 conmon[84393]: ) 271 : audit [DBG] from='client.? 172.21.15.138:0/1287067102' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:44 smithi138 conmon[84393]: audit 2023-11-15T05:28:43.658283+0000 mon.smithi138 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.138:0/3135098259' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:44.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:44 smithi142 conmon[89206]: audit 2023-11-15T05:28:43.392832+0000 mon.smithi138 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.138:0/1287067102' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:44.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:44 smithi142 conmon[89206]: audit 2023-11-15T05:28:43.658283+0000 mon.smithi138 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.138:0/3135098259' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:45.044 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:45.459 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:45 smithi142 conmon[89206]: cluster 2023-11-15T05:28:44.085739+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:45.459 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:45 smithi142 conmon[89206]: ) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:45.489 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:45 smithi138 conmon[84393]: cluster 2023-11-15T05:28:44.085739+0000 mgr.smithi138.outlvz (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:46.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023-11-15T05:28:45. 2023-11-15T05:28:46.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: 265622+0000 mon.smithi142 (mon.1) 4 : audit [INF] from='client.? 172.21.15.142:0/2343158417' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]: dispatch 2023-11-15T05:28:46.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023-11-15T05:28:45.266009+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]: dispatch 2023-11-15T05:28:46.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023-11-15T05:28:45.270315+0000 mon.smithi138 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]': finished 2023-11-15T05:28:46.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: cluster 2023-11-15T05:28:45.270386+0000 mon.smithi138 (mon.0) 275 : cluster [DBG] 2023-11-15T05:28:46.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:28:46.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023-11-15T05:28:46.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:28:46.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: 28:45.270500+0000 mon.smithi138 (mon 2023-11-15T05:28:46.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: .0) 276 : audit [DBG] 2023-11-15T05:28:46.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:46.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023 2023-11-15T05:28:46.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: -11-15T05:28:45.270790+0000 2023-11-15T05:28:46.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: mon.smithi138 (mon.0) 277 : audit 2023-11-15T05:28:46.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:46.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: audit 2023-11-15T05:28:46.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: 2023-11-15 2023-11-15T05:28:46.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: T05:28:45.270931+0000 2023-11-15T05:28:46.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: mon.smithi138 (mon.0) 278 : audit 2023-11-15T05:28:46.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:46 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:46.469 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28:45.265622+0000 mon.smithi142 (mon.1) 4 : audit [INF] from='client.? 172.21.15.142:0/2343158417' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]: dispatch 2023-11-15T05:28:46.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28 2023-11-15T05:28:46.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: :45.266009+0000 mon.smithi138 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]: dispatch 2023-11-15T05:28:46.471 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28:45.270315+0000 mon.smithi138 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "740d63af-be8c-4fd7-82f2-26c33aa8d010"}]': finished 2023-11-15T05:28:46.471 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: cluster 2023-11-15T05:28:45.270386+0000 mon.smithi138 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:28:46.471 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28:45.270500+0000 mon.smithi138 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:46.471 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28:45.270790+0000 mon.smithi138 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:46.472 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:46 smithi138 conmon[84393]: audit 2023-11-15T05:28:45.270931+0000 mon.smithi138 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:47.035 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:47.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: cluster 2023-11-15T05:28:46.086002+0000 mgr.smithi138.outlvz (mgr.14180) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:47.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.336000+0000 mon.smithi138 (mon.0) 279 : audit [INF] from='client.? 172.21.15.138:0/400555359' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae1b5c23-c327-427d-91d6-64fe6946ca66"}]: dispatch 2023-11-15T05:28:47.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.341600+0000 mon.smithi138 (mon.0) 280 : audit [INF] from='client.? 172.21.15.138:0/400555359' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae1b5c23-c327-427d-91d6-64fe6946ca66"}]': finished 2023-11-15T05:28:47.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: cluster 2023-11-15T05:28:46.341655+0000 mon.smithi138 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:28:47.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.341761+0000 mon.smithi138 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:47.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.342058+0000 mon.smithi138 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:47.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.342212+0000 mon.smithi138 (mon. 2023-11-15T05:28:47.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: 0) 284 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:47.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.342361+0000 mon.smithi138 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:47.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:46.439302+0000 mon.smithi142 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.142:0/3266821730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:47.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:47 smithi138 conmon[84393]: audit 2023-11-15T05:28:47.034829+0000 mon.smithi138 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.138:0/1977943198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:47.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: cluster 2023-11-15T05:28:46.086002+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:28:47.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:47.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11-15T05:28:46.336000+0000 mon.smithi138 (mon.0) 279 : audit [INF] from='client.? 172.21.15.138:0/400555359' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae1b5c23-c327-427d-91d6-64fe6946ca66"}]: dispatch 2023-11-15T05:28:47.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11-15T05:28:47.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 2023-11-15T05:28:46.341600+0000 mon.smithi138 (mon.0) 280 : audit [INF] from='client.? 172.21.15.138:0/400555359' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae1b5c23-c327-427d-91d6-64fe6946ca66"}]': finished 2023-11-15T05:28:47.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: cluster 2023-11- 2023-11-15T05:28:47.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 15T05:28:46.341655+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:47.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:28:47.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023 2023-11-15T05:28:47.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: -11-15T05:28:46.341761+0000 mon.smithi138 (mon. 2023-11-15T05:28:47.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 0) 282 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:47.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11-15T05:28:47.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:28:47.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 28:46.342058+0000 mon.smithi138 (mon. 2023-11-15T05:28:47.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 0) 283 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:47.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:47.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: -15T05:28:46.342212+0000 mon.smithi138 (mon.0 2023-11-15T05:28:47.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: ) 284 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:47.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:47.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: -15T05:28:46.342361+0000 mon.smithi138 (mon. 2023-11-15T05:28:47.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 0) 285 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:47.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:47.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: -15T05:28:46.439302+0000 mon.smithi142 (mon. 2023-11-15T05:28:47.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 1) 5 : audit [DBG] from='client.? 172.21.15.142:0/3266821730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:47.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:47.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: -15T05:28:47.034829+0000 mon.smithi138 (mon. 2023-11-15T05:28:47.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:47 smithi142 conmon[89206]: 0) 286 : audit [DBG] from='client.? 172.21.15.138:0/1977943198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:47.720 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700026126,"num_remapped_pgs":0} 2023-11-15T05:28:48.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:48 smithi138 conmon[84393]: audit 2023-11-15T05:28:47.567456+0000 mon.smithi138 (mon. 2023-11-15T05:28:48.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:48 smithi138 conmon[84393]: 0) 287 : audit [DBG] from='client.? 172.21.15.138:0/897952469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:48.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:48 smithi142 conmon[89206]: audit 2023-11-15T05:28:47.567456+0000 mon.smithi138 (mon.0) 287 2023-11-15T05:28:48.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:48 smithi142 conmon[89206]: : audit [DBG] from='client.? 172.21.15.138:0/897952469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:48.721 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:49.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: cluster 2023-11-15T05:28:48.086319+0000 2023-11-15T05:28:49.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:49.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:49.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 05:28:48.935646+0000 mon.smithi142 (mon.1) 6 : audit [INF] from='client.? 172.21.15.142:0/3772784613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]: dispatch 2023-11-15T05:28:49.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:28:49.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 11-15T05:28:48.936050+0000 mon.smithi138 2023-11-15T05:28:49.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]: dispatch 2023-11-15T05:28:49.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:28:49.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 15T05:28:48.940045+0000 mon.smithi138 (mon 2023-11-15T05:28:49.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: .0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]': finished 2023-11-15T05:28:49.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: cluster 2023-11-15T05: 2023-11-15T05:28:49.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 28:48.940114+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:49.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:28:49.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:28:49.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 28:48.940229+0000 mon.smithi138 (mon.0) 291 2023-11-15T05:28:49.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:49.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15T05:28:48 2023-11-15T05:28:49.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: .940482+0000 mon.smithi138 (mon.0) 292 : audit 2023-11-15T05:28:49.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:49.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15T05:28:49.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 2023-11-15T05:28:48.940659+0000 mon.smithi138 (mon 2023-11-15T05:28:49.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: .0) 293 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:49.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:28:49.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: T05:28:48.940810+0000 mon.smithi138 (mon 2023-11-15T05:28:49.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: .0) 294 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:49.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:49.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 05:28:48.940963+0000 mon.smithi138 (mon. 2023-11-15T05:28:49.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:49 smithi142 conmon[89206]: 0) 295 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:49.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: cluster 2023-11-15T05:28:48.086319+0000 mgr.smithi138.outlvz (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:49.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.935646+0000 mon.smithi142 (mon.1) 6 : audit [INF] from='client.? 172.21.15.142:0/3772784613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]: dispatch 2023-11-15T05:28:49.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.936050+0000 mon.smithi138 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]: dispatch 2023-11-15T05:28:49.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940045+0000 mon.smithi138 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f834eedc-bf1f-4dcf-9eab-859600aea48f"}]': finished 2023-11-15T05:28:49.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: cluster 2023-11-15T05:28:48.940114+0000 mon.smithi138 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:28:49.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940229+0000 mon.smithi138 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:49.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940482+0000 mon.smithi138 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:49.506 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: 2023-11-15T05:28:49.506 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940659+0000 mon.smithi138 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:49.506 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940810+0000 mon.smithi138 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:49.506 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:49 smithi138 conmon[84393]: audit 2023-11-15T05:28:48.940963+0000 mon.smithi138 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.128327+0000 mon.smithi138 (mon.0) 296 : audit [INF] from='client.? 172.21.15.138:0/2263929069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8490fb8-2412-4c53-b271-59e9c8b446b9"}]: dispatch 2023-11-15T05:28:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.132492+0000 mon.smithi138 (mon.0) 297 : audit [INF] from='client.? 172.21.15.138:0/2263929069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8490fb8-2412-4c53-b271-59e9c8b446b9"}]': finished 2023-11-15T05:28:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: cluster 2023-11- 2023-11-15T05:28:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 15T05:28:50.132535+0000 mon.smithi138 (mon.0) 298 2023-11-15T05:28:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:28:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023 2023-11-15T05:28:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: -11-15T05:28:50 2023-11-15T05:28:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: .132631+0000 mon.smithi138 (mon.0) 299 : audit 2023-11-15T05:28:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:28:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 15T05:28:50.132912+0000 2023-11-15T05:28:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: mon.smithi138 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 2023-11-15T05:28:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 2023-11-15T05:28: 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 50.133044+0000 mon.smithi138 (mon.0) 301 : 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: -15T05:28:50.133218 2023-11-15T05:28:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 302 : audit [DBG] 2023-11-15T05:28:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 2023-11-15T05:28: 2023-11-15T05:28:50.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 50.133354+0000 mon.smithi138 (mon.0) 303 : audit 2023-11-15T05:28:50.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:50.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:28:50.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: T05:28:50.133513+0000 2023-11-15T05:28:50.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: mon.smithi138 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:50.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 2023-11-15T05:28:50.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 2023-11-15T05:28:50 2023-11-15T05:28:50.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: .138845+0000 mon.smithi142 (mon.1) 2023-11-15T05:28:50.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:50 smithi142 conmon[89206]: 7 : audit [DBG] from='client.? 172.21.15.142:0/788390387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:50.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.128327+0000 mon.smithi138 (mon.0) 296 : audit [INF] from='client.? 172.21.15.138:0/2263929069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8490fb8-2412-4c53-b271-59e9c8b446b9"}]: dispatch 2023-11-15T05:28:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.132492+0000 mon.smithi138 (mon.0) 297 : audit [INF] from='client.? 172.21.15.138:0/2263929069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8490fb8-2412-4c53-b271-59e9c8b446b9"}]': finished 2023-11-15T05:28:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: cluster 2023-11-15T05:28:50.132535+0000 mon.smithi138 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:28:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.132631+0000 mon.smithi138 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.132912+0000 mon.smithi138 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:50.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.133044+0000 mon.smithi138 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.133218+0000 mon.smithi138 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.133354+0000 mon.smithi138 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.133513 2023-11-15T05:28:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:50.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:50 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.138845+0000 mon.smithi142 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.142:0/788390387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:50.601 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:51.404 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700026130,"num_remapped_pgs":0} 2023-11-15T05:28:51.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:51 smithi138 conmon[84393]: cluster 2023-11-15T05:28:50.086591+0000 mgr.smithi138.outlvz 2023-11-15T05:28:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:51 smithi138 conmon[84393]: (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:51 smithi138 conmon[84393]: audit 2023-11-15T05:28:50.600480+0000 mon.smithi138 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.138:0/2667487387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:51.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:51 smithi142 conmon[89206]: cluster 2023-11-15T05:28:50.086591+0000 mgr.smithi138.outlvz (mgr.14180) 76 : cluster 2023-11-15T05:28:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:51 smithi142 conmon[89206]: [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:51 smithi142 conmon[89206]: audit 2023-11-15T05:28:50.600480+0000 mon.smithi138 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.138:0/2667487387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:52.405 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:52.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:52 smithi138 conmon[84393]: audit 2023-11-15T05:28:51.647921+0000 mon.smithi138 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.138:0/1522259759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:52.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:52 smithi142 conmon[89206]: audit 2023-11-15T05:28:51.647921+0000 mon.smithi138 (mon.0) 306 : 2023-11-15T05:28:52.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:52 smithi142 conmon[89206]: audit [DBG] from='client.? 172.21.15.138:0/1522259759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:53.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: cluster 2023-11-15T05:28:52.086880+0000 mgr.smithi138.outlvz (mgr.14180) 77 : cluster 2023-11-15T05:28:53.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:53.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.641420+0000 mon.smithi142 (mon.1) 8 : audit [INF] from='client.? 172.21.15.142:0/4153770913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]: dispatch 2023-11-15T05:28:53.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.641788+0000 mon.smithi138 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]: dispatch 2023-11-15T05:28:53.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.646884+0000 mon.smithi138 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]': finished 2023-11-15T05:28:53.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: cluster 2023-11-15T05:28:52.646973+0000 mon.smithi138 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:28:53.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.647081+0000 mon.smithi138 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:53.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.647457+0000 mon.smithi138 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:53.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.647673+0000 mon.smithi138 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:53.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.647867+0000 mon.smithi138 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:53.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.648070+0000 mon.smithi138 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:53.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.648274+0000 mon.smithi138 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:53.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:53 smithi138 conmon[84393]: audit 2023-11-15T05:28:52.648447+0000 mon.smithi138 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:28:53.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: cluster 2023-11-15T05:28:52.086880+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:28:53.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: ) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:53.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:52.641420+0000 mon.smithi142 (mon.1) 8 : audit [INF] from='client.? 172.21.15.142:0/4153770913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]: dispatch 2023-11-15T05:28:53.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:52.641788+0000 mon.smithi138 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]: dispatch 2023-11-15T05:28:53.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28: 2023-11-15T05:28:53.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: 52.646884+0000 mon.smithi138 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46fd6355-1468-407e-9e3a-3572cf5298f1"}]': finished 2023-11-15T05:28:53.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: cluster 2023-11-15T05:28:52.646973+0000 mon.smithi138 (mon.0) 309 2023-11-15T05:28:53.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:28:53.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:53.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: 05:28:52.647081+0000 mon.smithi138 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:53.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:52.647457+0000 2023-11-15T05:28:53.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: mon.smithi138 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:53.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:52.647673+0000 mon.smithi138 (mon 2023-11-15T05:28:53.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: .0) 312 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:53.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:52.647867+0000 mon.smithi138 (mon.0) 313 2023-11-15T05:28:53.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:53.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28:53.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: 2023-11-15T05:28:52.648070+0000 mon.smithi138 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:53.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: 2023-11-15T05:28:53.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:28:53.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: T05:28:52.648274+0000 mon.smithi138 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:53.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: audit 2023-11-15T05:28: 2023-11-15T05:28:53.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:53 smithi142 conmon[89206]: 52.648447+0000 mon.smithi138 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:28:54.429 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:54.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:53.832820+0000 mon.smithi142 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.142:0/860234791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.186922+0000 mon.smithi138 (mon.0) 317 : audit [INF] from='client.? 172.21.15.138:0/3007048076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f363bc45-7a1c-4603-b459-27e29433d308"}]: dispatch 2023-11-15T05:28:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.190541+0000 mon.smithi138 (mon.0) 318 : audit [INF] from='client.? 172.21.15.138:0/3007048076' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f363bc45-7a1c-4603-b459-27e29433d308"}]': finished 2023-11-15T05:28:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: cluster 2023-11-15T05:28:54.190584+0000 mon.smithi138 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:28:54.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.190704+0000 mon.smithi138 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.191028+0000 mon.smithi138 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:28:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: 28:54.191227+0000 mon.smithi138 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.191425+0000 mon.smithi138 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:54.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.191630+0000 mon.smithi138 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:54.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.191836+0000 mon.smithi138 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:54.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.192061+0000 mon.smithi138 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:28:54.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:54 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.192272+0000 mon.smithi138 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:28:54.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05:28:53.832820+0000 mon.smithi142 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.142:0/860234791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:54.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:28:54.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 28:54.186922+0000 mon.smithi138 (mon.0) 317 : audit [INF] from='client.? 172.21.15.138:0/3007048076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f363bc45-7a1c-4603-b459-27e29433d308"}]: dispatch 2023-11-15T05:28:54.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05:28:54.190541+0000 mon.smithi138 (mon.0) 318 : audit [INF] from='client.? 172.21.15.138:0/3007048076' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f363bc45-7a1c-4603-b459-27e29433d308"}]': finished 2023-11-15T05:28:54.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: cluster 2023-11-15T05:28:54 2023-11-15T05:28:54.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: .190584+0000 mon.smithi138 (mon.0) 319 : cluster 2023-11-15T05:28:54.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:28:54.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:28:54.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 28:54.190704+0000 mon.smithi138 (mon.0) 320 2023-11-15T05:28:54.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:28:54.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05:28:54 2023-11-15T05:28:54.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: .191028+0000 mon.smithi138 (mon.0) 321 : audit 2023-11-15T05:28:54.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:28:54.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05:28:54 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: .191227+0000 mon.smithi138 (mon.0) 322 : audit 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 2023-11-15T05:28: 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 54.191425+0000 mon.smithi138 (mon.0) 323 : audit 2023-11-15T05:28:54.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:28:54.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:28:54.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 28:54.191630+0000 mon.smithi138 (mon.0) 2023-11-15T05:28:54.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 324 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:28:54.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:54.718 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 05:28:54.191836+0000 mon.smithi138 (mon.0 2023-11-15T05:28:54.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: ) 325 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:28:54.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:28:54.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: T05:28:54.192061+0000 mon.smithi138 (mon. 2023-11-15T05:28:54.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 0) 326 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:28:54.719 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:28:54.720 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: 05:28:54.192272+0000 mon.smithi138 (mon.0 2023-11-15T05:28:54.720 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:54 smithi142 conmon[89206]: ) 327 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:28:55.159 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:28:55.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:55 smithi138 conmon[84393]: cluster 2023-11-15T05:28:54.087315+0000 mgr.smithi138.outlvz (mgr.14180) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:55.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:55 smithi138 conmon[84393]: audit 2023-11-15T05:28:54.427832+0000 mon.smithi138 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.138:0/1839263322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:55.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:55 smithi142 conmon[89206]: cluster 2023-11-15T05:28:54.087315+0000 mgr.smithi138.outlvz (mgr.14180) 78 : cluster 2023-11-15T05:28:55.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:55 smithi142 conmon[89206]: [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:55.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:55 smithi142 conmon[89206]: audit 2023-11-15T05:28:54.427832+0000 mon.smithi138 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.138:0/1839263322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:56.160 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:28:56.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:56 smithi142 conmon[89206]: audit 2023-11-15T05:28:55.665193+0000 mon.smithi138 (mon.0) 329 2023-11-15T05:28:56.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:56 smithi142 conmon[89206]: : audit [DBG] from='client.? 172.21.15.138:0/263853909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:56 smithi138 conmon[84393]: audit 2023-11-15T05:28:55.665193+0000 mon.smithi138 2023-11-15T05:28:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:56 smithi138 conmon[84393]: (mon.0) 329 : audit [DBG] from='client.? 172.21.15.138:0/263853909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:28:57.431 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:57 smithi142 conmon[89206]: cluster 2023-11-15T05:28:56.087666+0000 mgr.smithi138.outlvz (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:57.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:57 smithi138 conmon[84393]: cluster 2023-11-15T05:28:56.087666+0000 mgr.smithi138.outlvz (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:58.053 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:28:58.622 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:58 smithi142 conmon[89206]: audit 2023-11-15T05:28:58.052624+0000 mon.smithi138 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.138:0/2386943280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:58.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:58 smithi138 conmon[84393]: audit 2023-11-15T05:28:58.052624+0000 mon.smithi138 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.138:0/2386943280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:28:58.953 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:28:59.587 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:59 smithi142 conmon[89206]: cluster 2023-11-15T05:28:58.088107+0000 mgr.smithi138.outlvz (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:59.588 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:59 smithi142 conmon[89206]: audit 2023-11-15T05:28:59.005092+0000 mon.smithi138 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:28:59.588 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:28:59 smithi142 conmon[89206]: audit 2023-11-15T05:28:59.005691+0000 mon.smithi138 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:59.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:59 smithi138 conmon[84393]: cluster 2023-11-15T05:28:58.088107+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:28:59.647 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:59 smithi138 conmon[84393]: .14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:28:59.647 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:59 smithi138 conmon[84393]: audit 2023-11-15T05:28:59.005092+0000 mon.smithi138 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:28:59.647 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:59 smithi138 conmon[84393]: audit 2023-11-15T05:28:59.005691+0000 mon.smithi138 (mon 2023-11-15T05:28:59.648 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:28:59 smithi138 conmon[84393]: .0) 332 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:28:59.954 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:00.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:00 smithi142 conmon[89206]: cephadm 2023-11-15T05:28:59.006210+0000 mgr.smithi138.outlvz (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi142 2023-11-15T05:29:00.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:00 smithi138 conmon[84393]: cephadm 2023-11-15T05:28:59.006210+0000 mgr.smithi138.outlvz (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi142 2023-11-15T05:29:01.530 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:01 smithi138 conmon[84393]: cluster 2023-11-15T05:29:00.088435+0000 mgr.smithi138.outlvz (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:01.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:01 smithi142 conmon[89206]: cluster 2023-11-15T05:29:00.088435+0000 mgr.smithi138.outlvz (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:02.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:02 smithi142 conmon[89206]: audit 2023-11-15T05:29:01.909940+0000 mon.smithi138 (mon 2023-11-15T05:29:02.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:02 smithi142 conmon[89206]: .0) 333 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:29:02.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:02 smithi142 conmon[89206]: audit 2023-11-15T05:29:01.910493+0000 mon.smithi138 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:02.479 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:02.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:02 smithi138 conmon[84393]: audit 2023-11-15T05:29:01.909940+0000 mon.smithi138 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:29:02.594 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:02 smithi138 conmon[84393]: audit 2023-11-15T05:29:01.910493+0000 mon.smithi138 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:03.476 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:03 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:01.910985+0000 mgr.smithi138.outlvz (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.1 on smithi138 2023-11-15T05:29:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:03 smithi138 conmon[84393]: cluster 2023-11- 2023-11-15T05:29:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:03 smithi138 conmon[84393]: 15T05:29:02.088722+0000 mgr.smithi138.outlvz (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:03 smithi138 conmon[84393]: audit 2023-11-15T05:29:02.479436+0000 mon.smithi138 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.138:0/3839376559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:03.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:03 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:01.910985+0000 mgr.smithi138.outlvz (mgr.14180) 83 : 2023-11-15T05:29:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:03 smithi142 conmon[89206]: cephadm [INF] Deploying daemon osd.1 on smithi138 2023-11-15T05:29:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:03 smithi142 conmon[89206]: cluster 2023-11-15T05:29:02.088722+0000 mgr.smithi138.outlvz (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:03 smithi142 conmon[89206]: audit 2023-11-15T05:29:02.479436+0000 mon.smithi138 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.138:0/3839376559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:04.477 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:05.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:05 smithi138 conmon[84393]: cluster 2023-11-15T05:29:04.088986+0000 mgr.smithi138.outlvz (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:05.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:05 smithi138 conmon[84393]: audit 2023-11-15T05:29:04.124500+0000 mon.smithi138 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:05.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:05 smithi138 conmon[84393]: audit 2023-11-15T05:29:04.125140+0000 mon.smithi138 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:29:05.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:05 smithi138 conmon[84393]: audit 2023-11-15T05:29:04.125725+0000 mon.smithi138 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:05.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:05 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:04.126219+0000 mgr.smithi138.outlvz (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi142 2023-11-15T05:29:05.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:05 smithi142 conmon[89206]: cluster 2023-11-15T05:29:04.088986+0000 mgr.smithi138.outlvz (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:05.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:05 smithi142 conmon[89206]: audit 2023-11-15T05:29:04.124500+0000 mon.smithi138 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:05.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:05 smithi142 conmon[89206]: audit 2023-11-15T05:29:04.125140+0000 mon.smithi138 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:29:05.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:05 smithi142 conmon[89206]: audit 2023-11-15T05:29:04.125725+0000 mon.smithi138 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:05.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:05 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:04.126219+0000 mgr.smithi138.outlvz (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi142 2023-11-15T05:29:06.774 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:07.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:07 smithi142 conmon[89206]: cluster 2023-11-15T05:29:06.089278+0000 mgr.smithi138.outlvz (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:07.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:07 smithi142 conmon[89206]: 2023-11-15T05:29:07.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:07 smithi142 conmon[89206]: audit 2023-11-15T05:29:06.773221+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.138:0/4027072668' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:07.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:07 smithi138 conmon[84393]: cluster 2023-11-15T05:29:06.089278+0000 mgr.smithi138.outlvz (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:07.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:07 smithi138 conmon[84393]: audit 2023-11-15T05:29:06.773221+0000 mon.smithi138 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.138:0/4027072668' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:07.727 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:08.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:08 smithi142 conmon[89206]: audit 2023-11-15T05:29:07.315015+0000 mon.smithi142 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:29:08.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:08 smithi142 conmon[89206]: audit 2023-11-15T05:29:08.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:08 smithi142 conmon[89206]: 2023-11-15T05:29:07.315338+0000 mon.smithi138 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:29:08.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:08 smithi138 conmon[84393]: audit 2023-11-15T05:29:07.315015+0000 2023-11-15T05:29:08.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:08 smithi138 conmon[84393]: mon.smithi142 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:29:08.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:08 smithi138 conmon[84393]: audit 2023-11-15T05:29:07.315338+0000 mon.smithi138 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:29:08.729 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:09.445 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: cluster 2023-11-15T05:29:08.089675+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:29:09.445 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: ) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:09.446 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:08.157783+0000 mon.smithi138 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:29:09.446 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: cluster 2023-11-15T05:29:08. 2023-11-15T05:29:09.447 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 157843+0000 mon.smithi138 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:29:09.447 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.447 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:08.157943+0000 mon.smithi138 (mon.0) 343 2023-11-15T05:29:09.447 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:09.447 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 15T05:29:08.158221+0000 mon.smithi138 (mon.0) 344 : 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 29:08.158377+0000 mon.smithi138 (mon.0) 345 : audit 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:09.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:08 2023-11-15T05:29:09.449 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: .158534+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:09.449 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:09.449 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023 2023-11-15T05:29:09.449 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: -11-15T05:29:08.158547+0000 mon.smithi142 (mon 2023-11-15T05:29:09.449 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: .1) 11 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:09.450 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:09.450 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:09.450 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: -15T05:29: 2023-11-15T05:29:09.450 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 08.158686+0000 mon.smithi138 2023-11-15T05:29:09.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: (mon.0) 347 : audit [DBG] 2023-11-15T05:29:09.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:09.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:29:09.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 29:08.158828+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:09.452 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 348 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:09.452 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:09.452 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 29:08.159095+0000 mon.smithi138 (mon.0) 349 : 2023-11-15T05:29:09.452 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:09.452 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:08.159294 2023-11-15T05:29:09.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 350 : audit [DBG] 2023-11-15T05:29:09.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:09.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:09.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: -15T05:29:08.159457+0000 2023-11-15T05:29:09.454 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: mon.smithi138 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:09.454 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:09.454 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.455 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 2023-11-15T05:29:08.342158+0000 mon.smithi138 (mon 2023-11-15T05:29:09.456 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: .0) 352 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:09.456 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:09.456 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 11-15T05:29:08.342825+0000 mon.smithi138 (mon 2023-11-15T05:29:09.457 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: .0) 353 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:29:09.457 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:09.457 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: :29:08.343374+0000 mon.smithi138 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:09.458 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: cephadm 2023-11-15T 2023-11-15T05:29:09.458 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: 05:29:08.343830+0000 mgr.smithi138.outlvz (mgr.14180) 89 : cephadm 2023-11-15T05:29:09.458 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:09 smithi142 conmon[89206]: [INF] Deploying daemon osd.3 on smithi138 2023-11-15T05:29:09.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: cluster 2023-11-15T05:29:08.089675+0000 mgr.smithi138.outlvz (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:09.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.157783+0000 mon.smithi138 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:29:09.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: cluster 2023-11-15T05:29:08.157843+0000 mon.smithi138 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:29:09.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.157943+0000 mon.smithi138 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158221+0000 mon.smithi138 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158377+0000 mon.smithi138 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158534+0000 mon.smithi138 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158547+0000 mon.smithi142 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158686+0000 mon.smithi138 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:09.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.158828+0000 mon.smithi138 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:09.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.159095+0000 mon.smithi138 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:09.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.159294+0000 mon.smithi138 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:09.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.159457+0000 mon.smithi138 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:09.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.342158+0000 mon.smithi138 (mon.0) 352 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:09.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.342825+0000 mon.smithi138 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:29:09.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: audit 2023-11-15T05:29:08.343374+0000 mon.smithi138 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:09.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:08.343830+0000 mgr.smithi138.outlvz (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.3 on smithi138 2023-11-15T05:29:10.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.157068+0000 mon.smithi138 (mon.0) 355 : audit 2023-11-15T05:29:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: cluster 2023-11-15T05:29:09.157134+0000 mon.smithi138 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:29:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.157452+0000 mon.smithi138 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.157664+0000 mon.smithi138 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:10.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.157809+0000 mon.smithi138 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:10.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.157981+0000 mon.smithi138 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:10.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.158123+0000 mon.smithi138 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:10.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.158291+0000 mon.smithi138 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:10.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.158435+0000 mon.smithi138 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:10.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.161437+0000 mon.smithi138 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:10.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.162738+0000 mon.smithi138 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:10.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.569120+0000 mon.smithi138 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:10.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.569725+0000 mon.smithi138 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:29:10.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: audit 2023-11-15T05:29:09.570253+0000 mon.smithi138 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:10.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:10 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:09.570710+0000 mgr.smithi138.outlvz (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi142 2023-11-15T05:29:10.354 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.157068+0000 mon.smithi138 ( 2023-11-15T05:29:10.355 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:10.355 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: cluster 2023-11-15T05:29:09.157134+0000 mon.smithi138 (mon.0) 356 : cluster 2023-11-15T05:29:10.355 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:29:10.355 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05:29 2023-11-15T05:29:10.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: :09.157452+0000 mon.smithi138 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:10.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:10.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: -15T05:29:09.157664+0000 mon.smithi138 ( 2023-11-15T05:29:10.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:10.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:29:10.357 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: T05:29:09.157809+0000 mon.smithi138 (mon 2023-11-15T05:29:10.357 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: .0) 359 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:10.357 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:29:10.357 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: T05:29:09.157981+0000 mon.smithi138 (mon. 2023-11-15T05:29:10.357 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 0) 360 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:10.358 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:10.358 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: :29:09.158123+0000 mon.smithi138 (mon.0 2023-11-15T05:29:10.358 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: ) 361 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:10.358 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:10.358 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: :29:09.158291+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:10.359 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 362 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:10.359 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.158435 2023-11-15T05:29:10.359 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 363 : audit [DBG] 2023-11-15T05:29:10.359 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:10.359 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:10.360 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: -15T05:29:09.161437+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:10.360 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 364 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:10.360 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:10.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 29:09.162738+0000 mon.smithi138 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:10.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023-11-15T05:29:09.569120 2023-11-15T05:29:10.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:10.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:10.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 11-15T05:29:09.569725+0000 mon.smithi138 (mon.0) 367 2023-11-15T05:29:10.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:29:10.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:10.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 11-15T05:29:09.570253+0000 mon.smithi138 (mon.0 2023-11-15T05:29:10.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: ) 368 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:10.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: cephadm 2023 2023-11-15T05:29:10.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: -11-15T05:29:09.570710+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:29:10.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:10 smithi142 conmon[89206]: 14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi142 2023-11-15T05:29:11.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: cluster 2023-11-15T05:29:08.330319+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:11.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: cluster 2023-11-15T05:29:08.330360+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:11.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: cluster 2023-11-15T05:29:10.089983+0000 mgr.smithi138.outlvz (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:11.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: cluster 2023-11-15T05:29:10.161885+0000 mon.smithi138 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848] boot 2023-11-15T05:29:11.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: cluster 2023-11-15T05:29:10.161931+0000 mon.smithi138 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:29:11.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.162284+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:11.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.162584+0000 mon.smithi138 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:11.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.162798+0000 mon.smithi138 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:11.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.162977+0000 mon.smithi138 (mon 2023-11-15T05:29:11.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: .0) 374 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:11.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.163131+0000 mon.smithi138 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:11.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.163276+0000 mon.smithi138 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:11.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.163425+0000 mon.smithi138 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:11.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:11 smithi138 conmon[84393]: audit 2023-11-15T05:29:10.163588+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:11.315 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:11.351 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: cluster 2023-11-15T05:29:08.330319+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:11.351 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: cluster 2023-11-15T05:29 2023-11-15T05:29:11.352 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: :08.330360+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:11.352 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: cluster 2023-11-15T05:29:10.089983+0000 mgr.smithi138.outlvz (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:29:11.352 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: cluster 2023-11-15T05:29:10.161885+0000 mon.smithi138 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.142:6800/2863588848,v1:172.21.15.142:6801/2863588848] boot 2023-11-15T05:29:11.352 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: cluster 2023-11-15T05:29:10.161931+0000 mon.smithi138 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:29:11.353 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.162284+0000 mon.smithi138 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:29:11.353 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.162584+0000 mon.smithi138 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:11.353 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.162798+0000 mon.smithi138 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:11.353 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.162977+0000 mon.smithi138 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:11.353 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.163131+0000 mon.smithi138 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:11.354 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.163276+0000 mon.smithi138 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:11.354 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.163425+0000 mon.smithi138 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:11.354 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:11 smithi142 conmon[89206]: audit 2023-11-15T05:29:10.163588+0000 mon.smithi138 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:12.166 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1700026150,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:12.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: cluster 2023-11-15T05:29:11.175940+0000 mon.smithi138 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:29:12.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.176088+0000 mon.smithi138 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:12.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.176400+0000 mon.smithi138 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:12.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.176609+0000 mon.smithi138 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:12.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.176803+0000 mon.smithi138 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:12.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.177016+0000 mon.smithi138 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:12.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.177210+0000 mon.smithi138 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:12.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.177419+0000 mon.smithi138 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:12.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:11.287397+0000 mon.smithi138 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.138:0/2055059950' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:12.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: audit 2023-11-15T05:29:12.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:12 smithi142 conmon[89206]: 2023-11-15T05:29:11.521019+0000 mon.smithi138 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:29:12.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: cluster 2023-11-15T05:29:11.175940+0000 mon.smithi138 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:29:12.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.176088+0000 mon.smithi138 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:12.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.176400+0000 mon.smithi138 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:12.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.176609+0000 mon.smithi138 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:12.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.176803+0000 mon.smithi138 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:12.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.177016+0000 mon.smithi138 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:12.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.177210+0000 mon.smithi138 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:12.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.177419+0000 mon.smithi138 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:12.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.287397+0000 mon.smithi138 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.138:0/2055059950' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:12.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:12 smithi138 conmon[84393]: audit 2023-11-15T05:29:11.521019+0000 mon.smithi138 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:29:13.168 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:13.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: cluster 2023-11-15T05:29:12.090284+0000 mgr.smithi138.outlvz (mgr.14180) 92 : cluster [DBG] 2023-11-15T05:29:13.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:29:13.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:12.182545+0000 mon.smithi138 (mon.0) 389 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:29:13.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: cluster 2023-11-15T05 2023-11-15T05:29:13.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: :29:12.182600+0000 mon.smithi138 (mon 2023-11-15T05:29:13.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: .0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:29:13.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29:13.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:29:13.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: T05:29:12.182893+0000 mon.smithi138 (mon 2023-11-15T05:29:13.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: .0) 391 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:13.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:12 2023-11-15T05:29:13.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: .183272+0000 mon.smithi138 (mon.0) 392 : audit 2023-11-15T05:29:13.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:13.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:13.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: -15T05:29:12.183441+0000 mon.smithi138 ( 2023-11-15T05:29:13.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:13.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29: 2023-11-15T05:29:13.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 12.183648+0000 mon.smithi138 (mon.0) 394 : 2023-11-15T05:29:13.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:13.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:13.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: -15T05:29:12.183783+0000 mon.smithi138 ( 2023-11-15T05:29:13.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:13.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:13.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: -15T05:29:12.183950+0000 mon.smithi138 2023-11-15T05:29:13.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:13.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:13.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 11-15T05:29:12.184091+0000 mon.smithi138 2023-11-15T05:29:13.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:13.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29:12.184251+0000 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: mon.smithi138 (mon.0) 398 : audit [DBG] 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29:12.743562+0000 mon.smithi142 2023-11-15T05:29:13.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:29:13.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: 2023-11-15T05:29:12.743858 2023-11-15T05:29:13.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 399 2023-11-15T05:29:13.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:13 smithi142 conmon[89206]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:29:13.474 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: cluster 2023-11-15T05:29:12.090284+0000 mgr.smithi138.outlvz 2023-11-15T05:29:13.474 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:29:13.475 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.182545+0000 mon.smithi138 (mon.0) 389 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:29:13.475 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: cluster 2023-11-15T05:29:12.182600+0000 mon.smithi138 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:29:13.475 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.182893+0000 mon.smithi138 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:13.475 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.183272+0000 mon.smithi138 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:13.475 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.183441+0000 mon.smithi138 (mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:13.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.183648+0000 mon.smithi138 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:13.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.183783+0000 mon.smithi138 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:13.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.183950+0000 mon.smithi138 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:13.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:13.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: 12.184091+0000 mon.smithi138 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:13.477 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.184251+0000 mon.smithi138 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:13.477 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:12.743562+0000 mon.smithi142 (mon 2023-11-15T05:29:13.477 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: .1) 12 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:29:13.477 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.477 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: 2023-11-15T05:29:12.743858+0000 mon.smithi138 2023-11-15T05:29:13.478 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:13 smithi138 conmon[84393]: (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:29:14.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.182295+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:14.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 400 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:14.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.182358+0000 mon.smithi138 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:29:14.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: cluster 2023-11-15T05:29:13.182417+0000 mon.smithi138 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T05:29:14.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.182867+0000 mon.smithi138 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:14.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.183260+0000 mon.smithi142 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:14.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13.183303+0000 mon.smithi138 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:14.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:14.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:29:14.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 29:13.183996+0000 mon.smithi138 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:14.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 2023-11-15T05:29:14.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:14.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 11-15T05:29:13.184275+0000 mon.smithi138 (mon 2023-11-15T05:29:14.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: .0) 406 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:14.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:14.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 11-15T05:29:13.184486 2023-11-15T05:29:14.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 407 : audit [DBG] 2023-11-15T05:29:14.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:14.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:14.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 29:13.184709+0000 mon.smithi138 (mon.0) 408 : 2023-11-15T05:29:14.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:14.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:14.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 2023-11-15T05:29:13.184909+0000 mon.smithi138 (mon.0) 409 : audit 2023-11-15T05:29:14.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:14.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:13 2023-11-15T05:29:14.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: .189174+0000 mon.smithi138 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:14.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 2023-11-15T05:29:14.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: audit 2023-11-15T05:29:14.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: 2023-11-15T05:29:13.189616+0000 mon.smithi138 (mon 2023-11-15T05:29:14.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:14 smithi142 conmon[89206]: .0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13 2023-11-15T05:29:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: .182295+0000 mon.smithi138 (mon.0) 400 : audit [INF] from='osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:14.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.182358+0000 mon.smithi138 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:29:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: cluster 2023-11-15T05:29:13.182417+0000 mon.smithi138 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T05:29:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.182867+0000 mon.smithi138 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.183260+0000 mon.smithi142 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.183303+0000 mon.smithi138 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:14.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.183996+0000 mon.smithi138 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.184275+0000 mon.smithi138 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.184486+0000 mon.smithi138 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.184709+0000 mon.smithi138 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.184909+0000 mon.smithi138 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:14.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.189174+0000 mon.smithi138 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:14.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:14 smithi138 conmon[84393]: audit 2023-11-15T05:29:13.189616+0000 mon.smithi138 (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:15.406 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster 2023-11-15T05:29:12.559657+0000 osd.1 (osd.1) 1 2023-11-15T05:29:15.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:15.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster 2023-11-15T05:29:12.559700+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:15.407 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster 2023-11-15T05:29:14.090953+0000 mgr.smithi138.outlvz 2023-11-15T05:29:15.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: (mgr.14180) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:29:15.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:14.186553 2023-11-15T05:29:15.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:15.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:14.189889 2023-11-15T05:29:15.408 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:15.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster 2023-11-15 2023-11-15T05:29:15.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: T05:29:14.190033+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:15.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 414 : cluster [INF] osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057] boot 2023-11-15T05:29:15.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster 2023-11-15T05: 2023-11-15T05:29:15.409 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 29:14.190072+0000 mon.smithi138 (mon.0) 415 : 2023-11-15T05:29:15.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:29:15.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:14 2023-11-15T05:29:15.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: .190711+0000 mon.smithi138 (mon.0) 416 : audit [DBG] 2023-11-15T05:29:15.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:15.410 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 2023-11-15T05:29:14.190935+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:15.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 417 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:15.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:14.191075 2023-11-15T05:29:15.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:15.411 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 2023-11-15T05:29:15.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:29:15.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: -15T05:29:14.191184+0000 mon.smithi138 (mon.0) 419 : audit 2023-11-15T05:29:15.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:15.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.412 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 2023-11-15T05:29:14.191308+0000 mon.smithi138 (mon.0 2023-11-15T05:29:15.413 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: ) 420 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:15.413 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:14 2023-11-15T05:29:15.413 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: .191596+0000 mon.smithi138 (mon.0) 421 : audit [DBG] 2023-11-15T05:29:15.414 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:15.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.415 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 2023-11-15T05:29:14.191769+0000 mon.smithi138 (mon.0) 422 2023-11-15T05:29:15.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:15.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 2023-11-15T05:29:14.196122+0000 mon.smithi138 (mon.0) 423 2023-11-15T05:29:15.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:15.416 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:15.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 15.074155+0000 mon.smithi138 (mon.0) 424 : audit 2023-11-15T05:29:15.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:15.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15 2023-11-15T05:29:15.417 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: .074910+0000 mon.smithi138 (mon.0) 425 : audit 2023-11-15T05:29:15.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:29:15.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:15.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 15.075548+0000 mon.smithi138 (mon.0) 426 : audit 2023-11-15T05:29:15.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:15.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15. 2023-11-15T05:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: 139841+0000 mon.smithi138 (mon.0) 427 : audit [INF] 2023-11-15T05:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15 2023-11-15T05:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: .140508+0000 mon.smithi138 (mon.0) 428 : audit 2023-11-15T05:29:15.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:29:15.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: audit 2023-11-15T05:29:15 2023-11-15T05:29:15.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: .141049+0000 mon.smithi138 (mon.0) 429 : audit 2023-11-15T05:29:15.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:15 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:15.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster 2023-11-15T05:29:12.559657+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:15.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster 2023-11-15T05:29:15.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 2023-11-15T05:29:12.559700+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:15.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster 2023-11-15T05:29:14.090953+0000 mgr.smithi138.outlvz (mgr.14180) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:29:15.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05:29:14.186553+0000 mon.smithi138 (mon.0 2023-11-15T05:29:15.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: ) 412 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:15.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:15.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: :29:14.189889+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:15.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:15.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster 2023-11-15T05:29 2023-11-15T05:29:15.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: :14.190033+0000 mon.smithi138 (mon.0) 414 : 2023-11-15T05:29:15.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster [INF] osd.1 [v2:172.21.15.138:6802/338874057,v1:172.21.15.138:6803/338874057] boot 2023-11-15T05:29:15.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster 2023-11-15T05:29: 2023-11-15T05:29:15.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 14.190072+0000 mon.smithi138 (mon.0) 415 : 2023-11-15T05:29:15.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:29:15.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:15.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 14.190711+0000 mon.smithi138 (mon.0) 416 : audit 2023-11-15T05:29:15.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:29:15.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05:29:14. 2023-11-15T05:29:15.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 190935+0000 mon.smithi138 (mon.0) 417 : audit [DBG] 2023-11-15T05:29:15.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:15.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 2023-11-15T05:29:14.191075+0000 mon.smithi138 (mon. 2023-11-15T05:29:15.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 0) 418 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:15.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:29:15.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 05:29:14.191184+0000 mon.smithi138 (mon. 2023-11-15T05:29:15.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 0) 419 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:15.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:15.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: :29:14.191308+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:15.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 420 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:15.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:15.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 29:14.191596+0000 mon.smithi138 (mon.0) 421 : audit [DBG] 2023-11-15T05:29:15.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:15.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 2023-11-15T05:29:14.191769+0000 mon.smithi138 ( 2023-11-15T05:29:15.472 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:15.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:15.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: -15T05:29:14.196122+0000 mon.smithi138 2023-11-15T05:29:15.473 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:15.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:15.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: -15T05:29:15.074155+0000 mon.smithi138 2023-11-15T05:29:15.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:15.474 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:15.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 11-15T05:29:15.074910+0000 2023-11-15T05:29:15.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: mon.smithi138 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:29:15.475 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 2023-11-15T05:29:15.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:15.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 11-15T05:29:15.075548+0000 mon.smithi138 (mon.0 2023-11-15T05:29:15.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: ) 426 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:15.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:15.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: :29:15.139841+0000 mon.smithi138 (mon.0 2023-11-15T05:29:15.477 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: ) 427 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:15.477 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:15.477 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: 15T05:29:15.140508+0000 mon.smithi138 ( 2023-11-15T05:29:15.477 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:29:15.477 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:29:15.478 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: T05:29:15.141049+0000 mon.smithi138 (mon 2023-11-15T05:29:15.478 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:15 smithi142 conmon[89206]: .0) 429 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:15.823 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:16.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cluster 2023-11-15T05:29:13 2023-11-15T05:29:16.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: .702272+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:16.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cluster 2023-11-15T05:29:13.702320+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:16.398 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:15.076079+0000 mgr.smithi138.outlvz (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi142 2023-11-15T05:29:16.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:15.141497+0000 mgr.smithi138.outlvz (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi138 2023-11-15T05:29:16.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cluster 2023-11-15T05:29:15.196785+0000 mon.smithi138 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690] boot 2023-11-15T05:29:16.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: cluster 2023-11-15T05:29:15.196840+0000 mon.smithi138 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:29:16.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.197279+0000 mon.smithi138 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:16.399 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.197716+0000 mon.smithi138 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:16.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.202097+0000 mon.smithi138 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:16.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.202252+0000 mon.smithi138 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:16.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.202407+0000 mon.smithi138 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:16.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.202550+0000 mon.smithi138 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:16.400 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.202738+0000 mon.smithi138 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:29:16.401 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:16 smithi138 conmon[84393]: audit 2023-11-15T05:29:15.822983+0000 mon.smithi138 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.138:0/1065650792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:16.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cluster 2023-11-15T05:29:13.702272+0000 osd.2 (osd.2) 2023-11-15T05:29:16.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:16.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cluster 2023-11-15T05:29:13.702320+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:16.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:15.076079+0000 mgr.smithi138.outlvz (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi142 2023-11-15T05:29:16.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:15.141497+0000 mgr.smithi138.outlvz (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi138 2023-11-15T05:29:16.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cluster 2023-11-15T05:29:15.196785+0000 mon.smithi138 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.142:6808/630635690,v1:172.21.15.142:6809/630635690] boot 2023-11-15T05:29:16.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: cluster 2023-11-15T05:29:15.196840+0000 mon.smithi138 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:29:16.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.197279+0000 mon.smithi138 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:29:16.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.197716+0000 mon.smithi138 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:16.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:16.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: 15T05:29:15.202097+0000 mon.smithi138 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:16.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.202252+0000 mon.smithi138 (mon.0) 435 : audit [DBG] 2023-11-15T05:29:16.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:16.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T05:29:15 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: .202407+0000 mon.smithi138 (mon.0) 436 : audit [DBG] 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: 05:29:15.202550+0000 mon.smithi138 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023-11-15T05:29:15.202738+0000 mon.smithi138 (mon. 2023-11-15T05:29:16.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: 0) 438 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:29:16.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:16.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: 11-15T05:29:15.822983+0000 mon.smithi138 (mon.0) 439 : audit 2023-11-15T05:29:16.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:16 smithi142 conmon[89206]: [DBG] from='client.? 172.21.15.138:0/1065650792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:17.035 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1700026155,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:17.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: cluster 2023-11-15T05:29:16.091354+0000 mgr.smithi138.outlvz (mgr.14180) 96 : 2023-11-15T05:29:17.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:29:17.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.204580+0000 mon.smithi138 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:29:17.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: cluster 2023-11-15T05:29:16.204620+0000 mon.smithi138 (mon.0) 441 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:29:17.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.204759+0000 mon.smithi138 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:17.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.205130+0000 mon.smithi138 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:17.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.205338 2023-11-15T05:29:17.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:17.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.205833+0000 mon.smithi138 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:17.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16 2023-11-15T05:29:17.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: .206072+0000 mon.smithi138 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:17.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: audit 2023-11-15T05:29:16.206525 2023-11-15T05:29:17.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:17 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:29:17.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: cluster 2023-11-15T05:29:16.091354+0000 mgr.smithi138.outlvz (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:29:17.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.204580+0000 mon.smithi138 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:29:17.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: cluster 2023-11-15T05:29:16.204620+0000 mon.smithi138 (mon.0) 441 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:29:17.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.204759+0000 mon.smithi138 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:17.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.205130+0000 mon.smithi138 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:17.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.205338+0000 mon.smithi138 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:17.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.205833+0000 mon.smithi138 (mon.0) 445 : audit [DBG] 2023-11-15T05:29:17.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:17.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.206072+0000 mon.smithi138 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:17.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:17 smithi142 conmon[89206]: audit 2023-11-15T05:29:16.206525+0000 mon.smithi138 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:29:18.036 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:18.264 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.210797+0000 mon.smithi138 (mon.0) 448 : audit [INF] 2023-11-15T05:29:18.264 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:29:18.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: cluster 2023-11-15T05:29:17.210878+0000 mon.smithi138 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:29:18.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.211097+0000 mon.smithi138 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:18.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.211370+0000 mon.smithi138 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:18.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.211535+0000 mon.smithi138 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:18.266 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.211694+0000 mon.smithi138 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:18.266 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:18 smithi142 conmon[89206]: audit 2023-11-15T05:29:17.211855+0000 mon.smithi138 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:18.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11-15T05:29:17.210797+0000 mon.smithi138 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:29:18.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: cluster 2023-11-15T05:29:17.210878+0000 mon.smithi138 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:29:18.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11-15T05:29:17.211097+0000 mon.smithi138 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:18.367 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11-15T05:29:17.211370+0000 mon.smithi138 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:18.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11-15T05:29:17.211535+0000 mon.smithi138 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:18.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11 2023-11-15T05:29:18.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: -15T05:29:17.211694+0000 mon.smithi138 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:18.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:18 smithi138 conmon[84393]: audit 2023-11-15T05:29:17.211855+0000 mon.smithi138 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: cluster 2023-11-15T05:29:18.091666+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:29:19.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:29:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: cluster 2023-11-15T05:29:18.215744+0000 mon.smithi138 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T05:29:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.216088+0000 mon.smithi138 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.216401+0000 mon.smithi138 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:19.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.216577+0000 mon.smithi138 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:19.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.216756+0000 mon.smithi138 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:19.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.216939+0000 mon.smithi138 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:19.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.282768+0000 mon.smithi142 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:29:19.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.283121+0000 mon.smithi138 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:29:19.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:19 smithi138 conmon[84393]: audit 2023-11-15T05:29:18.369568+0000 mon.smithi138 (mon.0) 462 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:29:19.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: cluster 2023-11-15T05:29:18.091666+0000 mgr.smithi138.outlvz (mgr.14180) 97 2023-11-15T05:29:19.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:29:19.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: cluster 2023-11-15T05:29:18.215744+0000 mon.smithi138 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T05:29:19.652 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:18.216088+0000 mon.smithi138 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:19.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:19.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: 11-15T05:29:18.216401+0000 mon.smithi138 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:19.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:18. 2023-11-15T05:29:19.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: 216577+0000 mon.smithi138 (mon.0) 458 : audit [DBG] 2023-11-15T05:29:19.653 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:19.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: 2023-11-15T05:29:18.216756+0000 mon.smithi138 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:19.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:19.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: -15T05:29:18.216939+0000 mon.smithi138 2023-11-15T05:29:19.654 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:19.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:18 2023-11-15T05:29:19.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: .282768+0000 mon.smithi142 (mon.1) 14 : audit 2023-11-15T05:29:19.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: [INF] from='osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:29:19.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:18 2023-11-15T05:29:19.655 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: .283121+0000 mon.smithi138 (mon.0) 461 : audit 2023-11-15T05:29:19.657 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:29:19.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: 2023-11-15T05:29:18.369568+0000 mon.smithi138 ( 2023-11-15T05:29:19.658 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:19 smithi142 conmon[89206]: mon.0) 462 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:29:20.228 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.218470+0000 mon.smithi138 ( 2023-11-15T05:29:20.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:29:20.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.218528+0000 mon.smithi138 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:29:20.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: cluster 2023-11-15T05:29:19.218559+0000 mon.smithi138 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T05:29:20.229 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.218669+0000 mon.smithi138 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:20.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.218951+0000 mon.smithi138 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:20.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219138+0000 mon.smithi138 (mon.0) 468 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:20.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219373+0000 mon.smithi138 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:20.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219509+0000 mon.smithi138 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:20.230 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219665+0000 mon.smithi138 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:20.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219769+0000 mon.smithi142 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:20.231 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:20 smithi138 conmon[84393]: audit 2023-11-15T05:29:19.219985+0000 mon.smithi138 (mon.0) 472 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:20.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:20.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.218470+0000 2023-11-15T05:29:20.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: mon.smithi138 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:29:20.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.218528+0000 mon.smithi138 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:29:20.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: cluster 2023-11-15T05:29:19.218559+0000 mon.smithi138 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T05:29:20.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.218669+0000 mon.smithi138 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:20.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.218951+0000 mon.smithi138 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:20.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.219138+0000 mon.smithi138 (mon.0) 468 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:20.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29:19.219373+0000 mon.smithi138 2023-11-15T05:29:20.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:20.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:20.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: 11-15T05:29:19.219509+0000 mon.smithi138 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:20.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:20.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: 19.219665+0000 mon.smithi138 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:20.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11-15T05:29 2023-11-15T05:29:20.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: :19.219769+0000 mon.smithi142 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:20.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:20.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: -15T05:29:19.219985+0000 mon.smithi138 (mon.0) 472 : audit 2023-11-15T05:29:20.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:20 smithi142 conmon[89206]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:21.104 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":26,"num_osds":8,"num_up_osds":3,"osd_up_since":1700026155,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: cluster 2023-11-15T05:29:20.091960+0000 mgr.smithi138.outlvz (mgr.14180) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:29:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: 2023-11-15T05:29:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.221979+0000 mon.smithi138 (mon.0) 473 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:21.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.222040+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:21.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: cluster 2023-11-15T05:29:20.222109+0000 mon.smithi138 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-11-15T05:29:21.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.222697+0000 mon.smithi138 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.223097+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.223883+0000 mon.smithi138 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:21.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.228050+0000 mon.smithi138 (mon.0) 479 : audit 2023-11-15T05:29:21.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:21.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.228317+0000 mon.smithi138 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:21.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.228720+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.228965+0000 mon.smithi138 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.545 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.392419+0000 mon.smithi138 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.138:0/692249404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:21.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:20.832061+0000 mon.smithi138 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:21.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: cluster 2023-11-15T05:29:21.153248+0000 mon.smithi138 (mon.0) 485 : cluster [INF] osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278] boot 2023-11-15T05:29:21.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: cluster 2023-11-15T05:29:21.153292+0000 mon.smithi138 (mon.0) 486 : cluster [INF] osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290] boot 2023-11-15T05:29:21.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: cluster 2023-11-15T05:29:21.153332+0000 mon.smithi138 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T05:29:21.546 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:21.153729+0000 mon.smithi138 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:21.153995+0000 mon.smithi138 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: 2023-11-15T05:29:21.155668+0000 mon.smithi138 (mon.0) 490 : 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:21.547 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023 2023-11-15T05:29:21.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: -11-15T05:29:21.155835+0000 mon.smithi138 ( 2023-11-15T05:29:21.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:21.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:29:21.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: T05:29:21.156006+0000 mon.smithi138 (mon.0) 492 2023-11-15T05:29:21.548 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:21 smithi138 conmon[84393]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:21.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: cluster 2023-11-15T05:29:20.091960+0000 mgr.smithi138.outlvz (mgr.14180) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:29:21.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.221979+0000 mon.smithi138 (mon.0) 473 : audit [INF] from='osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:21.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.222040+0000 mon.smithi138 (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:21.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: cluster 2023-11-15T05:29:20.222109+0000 mon.smithi138 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-11-15T05:29:21.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.222697+0000 mon.smithi138 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.223097+0000 mon.smithi138 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.223883+0000 mon.smithi138 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.228050+0000 mon.smithi138 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.228317+0000 mon.smithi138 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: 20.228720+0000 mon.smithi138 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.228965+0000 mon.smithi138 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.392419+0000 mon.smithi138 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.138:0/692249404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:21.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:20.832061+0000 mon.smithi138 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:21.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: cluster 2023-11-15T05:29:21.153248+0000 mon.smithi138 (mon.0) 485 : cluster [INF] osd.3 [v2:172.21.15.138:6810/3203008278,v1:172.21.15.138:6811/3203008278] boot 2023-11-15T05:29:21.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: cluster 2023-11-15T05:29:21.153292+0000 mon.smithi138 (mon.0) 486 : cluster [INF] osd.4 [v2:172.21.15.142:6816/3752043290,v1:172.21.15.142:6817/3752043290] boot 2023-11-15T05:29:21.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: cluster 2023-11-15T05:29:21.153332+0000 mon.smithi138 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: :21.153729+0000 mon.smithi138 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:21.153995+0000 mon.smithi138 (mon.0) 489 : audit [DBG] 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:21.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: 15T05:29:21.155668+0000 mon.smithi138 (mon.0) 490 : audit 2023-11-15T05:29:21.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:21.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:21 2023-11-15T05:29:21.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: .155835+0000 mon.smithi138 (mon.0) 491 : audit 2023-11-15T05:29:21.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:21.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: audit 2023-11-15T05:29:21 2023-11-15T05:29:21.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: .156006+0000 mon.smithi138 (mon.0) 492 : audit [DBG] 2023-11-15T05:29:21.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:21 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:22.106 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:22.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: cluster 2023-11-15T05:29:19.285706+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:22.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: cluster 2023-11-15T05:29:19.285768+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:22.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: cluster 2023-11-15T05:29:19.378424+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:22.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: cluster 2023-11-15T05:29:19.378459+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:22.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023-11-15T05:29:22.079353+0000 mon.smithi138 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:22.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: 2023-11-15T05:29:22.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023-11-15T05:29:22.080055+0000 mon.smithi138 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:29:22.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023-11-15T05:29:22.080569+0000 mon.smithi138 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:22.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: cluster 2023-11-15T05:29:22.157313+0000 mon.smithi138 (mon 2023-11-15T05:29:22.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: .0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T05:29:22.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:29:22.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: 15T05:29:22.157467 2023-11-15T05:29:22.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 497 : 2023-11-15T05:29:22.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:22.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:29:22.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: 11-15T05:29:22. 2023-11-15T05:29:22.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: 157779+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:22.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: 498 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:22.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: audit 2023 2023-11-15T05:29:22.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: -11-15T05:29:22 2023-11-15T05:29:22.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: .158018+0000 mon.smithi138 (mon.0 2023-11-15T05:29:22.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:22 smithi138 conmon[84393]: ) 499 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:22.613 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: cluster 2023-11-15T05:29:19.285706+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:22.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: cluster 2023-11- 2023-11-15T05:29:22.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 15T05:29:19.285768+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:22.614 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: cluster 2023-11-15T05:29:19.378424+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:22.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: cluster 2023-11-15T05:29:19.378459+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:22.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11-15T05:29:22.079353+0000 mon.smithi138 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:22.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11-15T05:29 2023-11-15T05:29:22.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: :22.080055+0000 mon.smithi138 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:29:22.615 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:29:22.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: :29:22.080569+0000 mon.smithi138 ( 2023-11-15T05:29:22.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:22.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 2023-11-15T05:29:22.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: cluster 2023-11-15T05:29:22.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 2023-11-15T 2023-11-15T05:29:22.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 05:29:22.157313+0000 mon.smithi138 ( 2023-11-15T05:29:22.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: mon.0) 496 : cluster [DBG] 2023-11-15T05:29:22.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: osdmap e28: 8 total, 5 up, 8 in 2023-11-15T05:29:22.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:22.617 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 15T05:29:22.157467+0000 2023-11-15T05:29:22.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: mon.smithi138 (mon.0) 497 : audit [DBG] 2023-11-15T05:29:22.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:22.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:22.618 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: -15T05:29:22.157779+0000 2023-11-15T05:29:22.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: mon.smithi138 (mon.0) 498 : audit 2023-11-15T05:29:22.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:22.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: audit 2023-11-15T05:29:22.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 2023-11-15T05:29: 2023-11-15T05:29:22.619 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: 22.158018+0000 mon.smithi138 (mon.0 2023-11-15T05:29:22.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:22 smithi142 conmon[89206]: ) 499 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:22.081038+0000 mgr.smithi138.outlvz (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi138 2023-11-15T05:29:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: 2023-11-15T05:29:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: cluster 2023-11-15T05:29:22.092244+0000 mgr.smithi138.outlvz (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: cluster 2023-11-15T05:29:23.156079+0000 mon.smithi138 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T05:29:23.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: audit 2023-11-15T05:29:23.156210+0000 mon.smithi138 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:23.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: audit 2023-11-15T05:29:23.156418+0000 mon.smithi138 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:23.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:23 smithi138 conmon[84393]: audit 2023-11-15T05:29:23.156664+0000 mon.smithi138 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:23.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:22.081038+0000 mgr.smithi138.outlvz (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi138 2023-11-15T05:29:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: cluster 2023-11-15T05:29:22.092244+0000 mgr.smithi138.outlvz (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: cluster 2023-11-15T05:29:23.156079+0000 mon.smithi138 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T05:29:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: audit 2023-11-15T05:29:23.156210+0000 mon.smithi138 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: audit 2023-11-15T05:29:23.156418+0000 mon.smithi138 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:23 smithi142 conmon[89206]: audit 2023-11-15T05:29:23.156664+0000 mon.smithi138 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:24.765 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:25.267 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:24 smithi138 conmon[84393]: audit 2023-11-15T05:29:23.980002+0000 mon.smithi138 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:25.268 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:24 smithi138 conmon[84393]: audit 2023-11-15T05:29:23.999968+0000 mon.smithi142 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:29:25.268 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:24 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.000220+0000 mon.smithi138 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:29:25.268 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:24 smithi138 conmon[84393]: cluster 2023-11-15T05:29:24.092560+0000 mgr.smithi138.outlvz (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:25.268 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:24 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.764089+0000 mon.smithi138 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.138:0/2861462626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:25.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: audit 2023-11-15T05:29:23.980002+0000 mon.smithi138 (mon.0) 504 : audit [INF] 2023-11-15T05:29:25.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:25.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: audit 2023-11-15T05:29:23.999968+0000 mon.smithi142 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:29:25.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: audit 2023-11-15T05:29:24 2023-11-15T05:29:25.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: .000220+0000 mon.smithi138 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:29:25.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: cluster 2023-11-15T05:29:25.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: 2023-11-15T05: 2023-11-15T05:29:25.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: 29:24.092560+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:29:25.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: ) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:25.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:25.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: 11-15T05:29:24.764089+0000 mon.smithi138 2023-11-15T05:29:25.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: (mon.0) 506 : audit [DBG] from='client.? 172.21.15.138:0/2861462626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:25.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:24 smithi142 conmon[89206]: 2023-11-15T05:29:25.964 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1700026161,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:26.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.991846+0000 mon.smithi138 (mon.0) 507 2023-11-15T05:29:26.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:29:26.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: cluster 2023-11-15T05:29:24.991937+0000 mon.smithi138 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T05:29:26.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.992076+0000 mon.smithi138 2023-11-15T05:29:26.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:26.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.992462+0000 mon.smithi138 (mon.0) 510 : audit 2023-11-15T05:29:26.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:26.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.992676+0000 mon.smithi138 (mon. 2023-11-15T05:29:26.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: 0) 511 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:26.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:29:26.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: 29:24.992680+0000 mon.smithi142 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:26.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:24.992991+0000 mon.smithi138 (mon 2023-11-15T05:29:26.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: .0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:26.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:25 smithi138 conmon[84393]: 2023-11-15T05:29:25.270469+0000 mon.smithi138 (mon.0) 513 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:29:26.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023-11-15T05:29:24.991846+0000 mon.smithi138 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:29:26.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: cluster 2023-11-15T05:29:24.991937+0000 mon.smithi138 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T05:29:26.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023-11-15T05:29:24.992076+0000 mon.smithi138 (mon.0) 509 : audit 2023-11-15T05:29:26.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:26.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023 2023-11-15T05:29:26.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: -11-15T05:29:24.992462+0000 mon.smithi138 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:26.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: 2023-11-15T05:29:26.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023-11-15T05:29:24.992676+0000 2023-11-15T05:29:26.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: mon.smithi138 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:26.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:26.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: 24.992680+0000 mon.smithi142 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:26.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023-11-15T05:29:26.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: 2023-11-15T05:29:24 2023-11-15T05:29:26.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: .992991+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:26.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2023-11-15T05:29:26.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:26.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: 11-15T05:29:25.270469+0000 2023-11-15T05:29:26.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: mon.smithi138 (mon.0) 513 : audit 2023-11-15T05:29:26.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:25 smithi142 conmon[89206]: [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:29:26.965 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:27.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:27.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 25.989401+0000 mon.smithi138 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:27.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:27.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 25.989498+0000 mon.smithi138 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:29:27.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: cluster 2023-11-15T05:29:25.989559+0000 mon.smithi138 ( 2023-11-15T05:29:27.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-15T05:29:27.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:29:27.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 15T05:29:25.989950+0000 mon.smithi138 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:27.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 2023-11-15T05:29:27.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:29:27.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 11-15T05:29:25.990197+0000 mon.smithi138 (mon.0) 518 : audit 2023-11-15T05:29:27.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:27.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11-15T05:29:25.990366+0000 2023-11-15T05:29:27.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: mon.smithi138 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:27.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:29:27.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 15T05:29:25.990566+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:27.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: 520 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:27.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: audit 2023-11-15T05:29:25.993952+0000 2023-11-15T05:29:27.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: mon.smithi138 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:27.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: cluster 2023 2023-11-15T05:29:27.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: -11-15T05:29:26.092859+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:29:27.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:26 smithi138 conmon[84393]: ) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:27.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05:29:25.989401+0000 mon.smithi138 (mon.0) 514 : audit [INF] 2023-11-15T05:29:27.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2023-11-15T05:29:27.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05:29:25.989498+0000 mon.smithi138 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:29:27.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: cluster 2023-11-15T05:29:25.989559+0000 mon.smithi138 (mon 2023-11-15T05:29:27.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: .0) 516 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-15T05:29:27.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05:29 2023-11-15T05:29:27.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: :25.989950+0000 mon.smithi138 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:27.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:29:27.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: 15T05:29:25.990197+0000 mon.smithi138 (mon 2023-11-15T05:29:27.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: .0) 518 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:27.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:27.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: 29:25.990366+0000 mon.smithi138 (mon.0) 519 2023-11-15T05:29:27.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:27.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:29:27.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: 29:25.990566+0000 mon.smithi138 (mon.0) 520 : 2023-11-15T05:29:27.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:27.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:27.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: 25.993952+0000 mon.smithi138 (mon.0) 521 : audit 2023-11-15T05:29:27.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:27.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: cluster 2023-11-15T05:29: 2023-11-15T05:29:27.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: 26.092859+0000 mgr.smithi138.outlvz (mgr.14180) 102 : cluster 2023-11-15T05:29:27.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:26 smithi142 conmon[89206]: [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:29:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: cluster 2023-11-15T05:29:24.993357+0000 osd.6 (osd.6) 1 : cluster 2023-11-15T05:29:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: [DBG] purged_snaps scrub starts 2023-11-15T05:29:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: cluster 2023-11-15T05:29:24.993408+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:28.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.990524+0000 mon.smithi138 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:28.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: cluster 2023-11-15T05:29:26.990594+0000 mon.smithi138 (mon.0) 523 : cluster [INF] osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092] boot 2023-11-15T05:29:28.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: cluster 2023-11-15T05:29:26.990630+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T05:29:28.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.990770+0000 mon.smithi138 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:28.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.991528+0000 mon.smithi138 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:28.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.992300+0000 mon.smithi138 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:28.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:26.995619+0000 mon.smithi138 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:28.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:28 smithi138 conmon[84393]: audit 2023-11-15T05:29:27.994356+0000 mon.smithi138 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:28.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: cluster 2023-11-15T05:29:24.993357+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:28.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: 2023-11-15T05:29:28.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: cluster 2023-11-15T05:29:24.993408+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:28.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T05:29:26.990524+0000 mon.smithi138 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:28.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: cluster 2023-11-15T05:29:26.990594+0000 mon.smithi138 (mon.0) 523 : cluster [INF] osd.6 [v2:172.21.15.142:6824/866931092,v1:172.21.15.142:6825/866931092] boot 2023-11-15T05:29:28.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: cluster 2023-11-15T05:29:26.990630+0000 mon.smithi138 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T05:29:28.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T05:29:26.990770+0000 mon.smithi138 (mon.0) 525 : audit [DBG] 2023-11-15T05:29:28.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:28.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T05:29:26.991528+0000 mon.smithi138 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:29:28.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T05:29:26.992300+0000 mon.smithi138 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: 05:29:26.995619+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: 528 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: audit 2023-11-15T05:29: 2023-11-15T05:29:28.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: 27.994356+0000 mon.smithi138 (mon.0) 529 : audit 2023-11-15T05:29:28.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:28 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:29.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: cluster 2023-11-15T05:29:26.297288+0000 2023-11-15T05:29:29.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:29.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: cluster 2023-11-15T05:29:26.297338+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:29.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: cluster 2023-11-15T05:29:28.003698+0000 mon.smithi138 (mon.0) 530 : cluster [INF] osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035] boot 2023-11-15T05:29:29.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: cluster 2023-11-15T05:29:28.003728+0000 mon.smithi138 (mon.0) 531 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:29:29.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: audit 2023-11-15T05:29:28.005711+0000 mon.smithi138 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:29.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: audit 2023-11-15T05:29:28.006130+0000 mon.smithi138 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:29.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: cluster 2023-11-15T05:29:28.093152+0000 mgr.smithi138.outlvz (mgr.14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:29:29.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:29 smithi138 conmon[84393]: audit 2023-11-15T05:29:28.828127+0000 mon.smithi138 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:29.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: cluster 2023-11-15T05:29:26.297288+0000 osd.5 (osd.5 2023-11-15T05:29:29.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: ) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:29.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: cluster 2023-11-15T05:29:26.297338+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:29.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: cluster 2023-11-15T 2023-11-15T05:29:29.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 05:29:28.003698+0000 mon.smithi138 (mon 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: .0) 530 : cluster [INF] osd.5 [v2:172.21.15.138:6818/1136093035,v1:172.21.15.138:6819/1136093035] boot 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: cluster 2023- 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 11-15T05:29:28.003728+0000 mon.smithi138 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: (mon.0) 531 : cluster [DBG] 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:29:29.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:29.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 11-15T05:29:28.005711 2023-11-15T05:29:29.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 532 : audit 2023-11-15T05:29:29.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:29:29.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: audit 2023-11-15T05:29:29.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 2023-11-15T05:29: 2023-11-15T05:29:29.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 28.006130+0000 mon.smithi138 (mon. 2023-11-15T05:29:29.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 0) 533 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:29.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 2023-11-15T05:29:29.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: cluster 2023-11-15T05:29:29.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 2023-11-15T05:29:28 2023-11-15T05:29:29.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: .093152+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:29:29.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:29:29.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:29.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: 11-15T05:29:28.828127+0000 2023-11-15T05:29:29.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: mon.smithi138 (mon.0) 534 : audit 2023-11-15T05:29:29.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:29 smithi142 conmon[89206]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:29.469 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:30.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:30 smithi138 conmon[84393]: cluster 2023-11-15T05:29:29.016327+0000 mon.smithi138 (mon 2023-11-15T05:29:30.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:30 smithi138 conmon[84393]: .0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T05:29:30.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:30 smithi138 conmon[84393]: audit 2023-11-15T05:29:29.016713+0000 mon.smithi138 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:30.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:30 smithi138 conmon[84393]: audit 2023-11-15T05:29:29.463696+0000 mon.smithi138 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.138:0/4073802953' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:30.448 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1700026167,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:30.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:30 smithi142 conmon[89206]: cluster 2023-11-15T05:29:29.016327+0000 mon.smithi138 (mon.0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T05:29:30.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:30 smithi142 conmon[89206]: audit 2023-11-15T05:29:29.016713 2023-11-15T05:29:30.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:30 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:30.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:30 smithi142 conmon[89206]: audit 2023-11-15T05:29:29.463696+0000 mon.smithi138 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.138:0/4073802953' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:31.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:31 smithi138 conmon[84393]: cluster 2023-11-15T05:29:30.093467+0000 mgr.smithi138.outlvz (mgr.14180) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:31.450 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:31.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:31 smithi142 conmon[89206]: cluster 2023-11-15T05:29:30.093467+0000 mgr.smithi138.outlvz (mgr.14180) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:32.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:32 smithi138 conmon[84393]: audit 2023-11-15T05:29:32.014823+0000 mon.smithi138 ( 2023-11-15T05:29:32.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:32 smithi138 conmon[84393]: mon.0) 538 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:29:32.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:32 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.014823+0000 mon.smithi138 (mon. 2023-11-15T05:29:32.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:32 smithi142 conmon[89206]: 0) 538 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:29:33.434 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: cluster 2023-11-15T05:29:32.094039+0000 mgr.smithi138.outlvz (mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:33.434 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: audit 2023-11-15T05:29:32.159432+0000 mon.smithi138 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:29:33.434 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: cluster 2023-11-15T05:29:32.159489+0000 mon.smithi138 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T05:29:33.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: audit 2023-11-15T05:29:32.159610+0000 mon.smithi138 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:33.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: audit 2023-11-15T05:29:32.159964+0000 mon.smithi138 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:33.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: audit 2023-11-15T05:29:32.251612+0000 mon.smithi138 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:33.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: audit 2023-11-15T05:29:32. 2023-11-15T05:29:33.435 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:33 smithi138 conmon[84393]: 253438+0000 mon.smithi138 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:29:33.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: cluster 2023-11-15T05:29:32.094039+0000 mgr.smithi138.outlvz (mgr.14180) 105 : 2023-11-15T05:29:33.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:33.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.159432+0000 mon.smithi138 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:29:33.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: cluster 2023-11-15T05:29:32.159489+0000 mon.smithi138 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T05:29:33.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.159610+0000 mon.smithi138 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:33.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.159964+0000 mon.smithi138 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-11-15T05:29:33.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.251612+0000 mon.smithi138 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:33.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:33 smithi142 conmon[89206]: audit 2023-11-15T05:29:32.253438+0000 mon.smithi138 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:29:33.899 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:34.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:33.162225+0000 mon.smithi138 (mon.0) 545 : audit 2023-11-15T05:29:34.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: [INF] from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:34.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: cluster 2023-11-15T05:29:33.162303+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T05:29:34.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:33.162651+0000 mon.smithi138 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:33.167447+0000 mon.smithi138 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:33.899154+0000 mon.smithi138 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.138:0/2876331774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:34.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:33.976221+0000 mon.smithi138 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:34.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: cluster 2023-11-15T05:29:34.162195+0000 mon.smithi138 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689] boot 2023-11-15T05:29:34.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: cluster 2023-11-15T05:29:34.162222+0000 mon.smithi138 (mon.0) 552 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:29:34.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:34 smithi138 conmon[84393]: audit 2023-11-15T05:29:34.162333+0000 mon.smithi138 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:33.162225+0000 mon.smithi138 (mon.0) 545 : audit [INF] 2023-11-15T05:29:34.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: from='osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-11-15T05:29:34.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: cluster 2023-11-15T05:29:33.162303+0000 mon.smithi138 (mon.0) 546 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T05:29:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:33.162651+0000 mon.smithi138 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:33.167447+0000 mon.smithi138 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:33.899154+0000 mon.smithi138 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.138:0/2876331774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:33.976221+0000 mon.smithi138 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: cluster 2023-11-15T05:29:34.162195+0000 mon.smithi138 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.138:6826/4131010689,v1:172.21.15.138:6827/4131010689] boot 2023-11-15T05:29:34.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: cluster 2023-11-15T05:29:34.162222+0000 mon.smithi138 (mon.0) 552 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:29:34.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:34 smithi142 conmon[89206]: audit 2023-11-15T05:29:34.162333+0000 mon.smithi138 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:29:34.679 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1700026167,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:35.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:35 smithi142 conmon[89206]: cluster 2023-11-15T05:29:33.026748+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:35.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:35 smithi142 conmon[89206]: cluster 2023-11-15T05:29:33.026793+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:35.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:35 smithi142 conmon[89206]: cluster 2023-11-15T05:29:34.094368+0000 mgr.smithi138.outlvz (mgr.14180) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:35.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:35 smithi142 conmon[89206]: cluster 2023-11-15T05:29:35.163502+0000 mon.smithi138 (mon.0) 554 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:29:35.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:35 smithi138 conmon[84393]: cluster 2023-11-15T05:29:33.026748+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:29:35.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:35 smithi138 conmon[84393]: cluster 2023-11-15T05:29:33.026793+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:29:35.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:35 smithi138 conmon[84393]: cluster 2023-11-15T05:29:34.094368+0000 mgr.smithi138.outlvz (mgr.14180) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:29:35.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:35 smithi138 conmon[84393]: cluster 2023-11-15T05:29:35.163502+0000 mon.smithi138 (mon.0) 554 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:29:35.681 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:29:37.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:37 smithi138 conmon[84393]: cluster 2023-11-15T05:29:36.094691+0000 mgr.smithi138.outlvz (mgr.14180) 107 : cluster 2023-11-15T05:29:37.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:37 smithi138 conmon[84393]: [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:37.368 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:37 smithi138 conmon[84393]: cluster 2023-11-15T05:29:36.173501+0000 mon.smithi138 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:29:37.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:37 smithi142 conmon[89206]: cluster 2023-11-15T05:29:36.094691+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:29:37.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:37 smithi142 conmon[89206]: 14180) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:37.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:37 smithi142 conmon[89206]: cluster 2023-11-15T05:29:36.173501+0000 mon.smithi138 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:29:37.712 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.282345+0000 mon.smithi138 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:37.547620+0000 mgr.smithi138.outlvz (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi142 2023-11-15T05:29:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.554539+0000 mon.smithi138 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.710961+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.138:0/2384471564' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.862826+0000 mon.smithi138 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.863671+0000 mon.smithi138 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29: 2023-11-15T05:29:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: 37.864389+0000 mon.smithi138 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.865046+0000 mon.smithi138 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.544 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:38 smithi138 conmon[84393]: audit 2023-11-15T05:29:37.872764+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T05:29:37.282345+0000 mon.smithi138 (mon.0) 556 : audit 2023-11-15T05:29:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:37.547620+0000 mgr.smithi138.outlvz (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi142 2023-11-15T05:29:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: -15T05:29:37.554539+0000 mon.smithi138 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: 11-15T05:29:37.710961+0000 mon.smithi138 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.138:0/2384471564' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:29:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T05:29:37.862826 2023-11-15T05:29:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T05:29:37.863671+0000 mon.smithi138 2023-11-15T05:29:38.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T05:29:37.864389+0000 mon.smithi138 (mon 2023-11-15T05:29:38.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: .0) 561 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T05:29:38.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: 2023-11-15T05:29:37.865046+0000 mon.smithi138 (mon.0) 562 : audit [INF] 2023-11-15T05:29:38.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:38.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:29:38.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:38 smithi142 conmon[89206]: 05:29:37.872764+0000 mon.smithi138 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:38.898 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1700026174,"num_in_osds":8,"osd_in_since":1700026134,"num_remapped_pgs":0} 2023-11-15T05:29:38.899 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T05:29:38.900 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:29:39.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:39 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:37.865533+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:29:39.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:39 smithi138 conmon[84393]: ) 109 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 4004M 2023-11-15T05:29:39.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:39 smithi138 conmon[84393]: cluster 2023-11-15T05:29:38.095172+0000 mgr.smithi138.outlvz (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:39.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:39 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:37.865533+0000 mgr.smithi138.outlvz (mgr.14180) 109 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 4004M 2023-11-15T05:29:39.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:39 smithi142 conmon[89206]: cluster 2023-11-15T05:29:38.095172+0000 mgr.smithi138.outlvz (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:41.209 INFO:teuthology.orchestra.run.smithi138.stdout:[client.0] 2023-11-15T05:29:41.209 INFO:teuthology.orchestra.run.smithi138.stdout: key = AQBFV1RlyQE3DBAA7Ax2jmmXwFWEILesOJmBlA== 2023-11-15T05:29:41.522 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:41 smithi138 conmon[84393]: cluster 2023-11-15T05:29:40.095521+0000 mgr.smithi138.outlvz (mgr.14180) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:41.522 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:41 smithi138 conmon[84393]: audit 2023-11-15T05:29:41.204773+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='client.? 172.21.15.138:0/3774973730' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:41.522 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:41 smithi138 conmon[84393]: audit 2023-11-15T05:29:41.207974+0000 mon.smithi138 (mon.0) 565 : audit [INF] from='client.? 172.21.15.138:0/3774973730' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:29:41.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:41 smithi142 conmon[89206]: cluster 2023-11-15T05:29:40.095521+0000 mgr.smithi138.outlvz (mgr.14180) 111 : cluster [DBG] 2023-11-15T05:29:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:41 smithi142 conmon[89206]: pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:41 smithi142 conmon[89206]: audit 2023-11-15T05:29:41.204773+0000 mon.smithi138 (mon.0) 564 : audit [INF] from='client.? 172.21.15.138:0/3774973730' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:41 smithi142 conmon[89206]: audit 2023-11-15T05:29:41.207974+0000 mon.smithi138 (mon.0) 2023-11-15T05:29:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:41 smithi142 conmon[89206]: 565 : audit [INF] from='client.? 172.21.15.138:0/3774973730' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:29:41.947 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:29:41.948 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T05:29:41.948 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T05:29:41.992 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:29:43.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:42.029896+0000 mgr.smithi138.outlvz (mgr.14180) 112 : cephadm [INF] Detected new or changed devices on smithi138 2023-11-15T05:29:43.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T 2023-11-15T05:29:43.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 05:29:42.035421+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: cluster 2023-11-15T05:29:42.095841+0000 mgr.smithi138.outlvz (mgr.14180) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:43.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.341680+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.342326+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.342815+0000 mon.smithi138 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.343307+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: cephadm 2023-11-15T05:29:42.343687+0000 mgr.smithi138.outlvz (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 3236M 2023-11-15T05:29:43.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.347477+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.348374+0000 mon.smithi138 (mon.0) 572 : audit 2023-11-15T05:29:43.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42.348990+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: -15T05:29:42.354591+0000 mon.smithi138 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:43.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 2023-11-15T05:29:42.357983+0000 mon.smithi138 (mon. 2023-11-15T05:29:43.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 0) 575 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:29:43.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:43.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 2023-11-15T05:29 2023-11-15T05:29:43.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: :42.360692+0000 mon.smithi138 (mon.0) 576 : 2023-11-15T05:29:43.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:29:43.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:29:43.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 11-15T05:29:42.361648+0000 2023-11-15T05:29:43.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:29:43.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:42. 2023-11-15T05:29:43.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 361863+0000 mon.smithi138 (mon.0) 578 : audit [DBG] 2023-11-15T05:29:43.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:43.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: audit 2023-11-15T05:29:43.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: 2023-11-15T05:29:42.362317+0000 mon.smithi138 2023-11-15T05:29:43.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:43 smithi142 conmon[89206]: (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: cephadm 2023-11-15T05:29:42.029896+0000 mgr.smithi138.outlvz (mgr.14180) 112 : cephadm [INF] Detected new or changed devices on smithi138 2023-11-15T05:29:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.035421+0000 mon.smithi138 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: cluster 2023-11-15T05:29:42.095841+0000 mgr.smithi138.outlvz (mgr.14180) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:43.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.341680+0000 mon.smithi138 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.342326+0000 mon.smithi138 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.342815+0000 mon.smithi138 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.343307+0000 mon.smithi138 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:29:43.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: cephadm 2023-11-15T05 2023-11-15T05:29:43.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: :29:42.343687+0000 mgr.smithi138.outlvz (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 3236M 2023-11-15T05:29:43.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.347477+0000 mon.smithi138 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.348374+0000 mon.smithi138 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:43.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.348990+0000 mon.smithi138 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:29:43.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.354591+0000 mon.smithi138 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:43.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.357983+0000 mon.smithi138 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:29:43.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.360692+0000 mon.smithi138 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:29:43.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.361648+0000 mon.smithi138 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:29:43.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.361863+0000 mon.smithi138 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:43.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:43 smithi138 conmon[84393]: audit 2023-11-15T05:29:42.362317+0000 mon.smithi138 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:29:44.135 INFO:teuthology.orchestra.run.smithi142.stdout:[client.1] 2023-11-15T05:29:44.135 INFO:teuthology.orchestra.run.smithi142.stdout: key = AQBIV1RlSA/cBxAALR9mW4I8SEMA6lftjuKyCg== 2023-11-15T05:29:44.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:44 smithi142 conmon[89206]: audit 2023-11-15T05:29:44.131362+0000 mon.smithi142 (mon.1 2023-11-15T05:29:44.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:44 smithi142 conmon[89206]: ) 18 : audit [INF] from='client.? 172.21.15.142:0/314079340' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:44.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:44 smithi142 conmon[89206]: audit 2023-11-15T05:29:44.131706+0000 mon.smithi138 (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:44.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:44 smithi142 conmon[89206]: audit 2023-11-15T05:29:44.134980+0000 mon.smithi138 (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:29:44.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:44 smithi138 conmon[84393]: audit 2023-11-15T05:29:44.131362 2023-11-15T05:29:44.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:44 smithi138 conmon[84393]: +0000 mon.smithi142 (mon.1) 18 : audit [INF] from='client.? 172.21.15.142:0/314079340' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:44.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:44 smithi138 conmon[84393]: audit 2023-11-15T05:29:44.131706+0000 mon.smithi138 (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:29:44.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:44 smithi138 conmon[84393]: audit 2023-11-15T05:29:44.134980+0000 mon.smithi138 (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:29:45.270 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:29:45.270 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T05:29:45.271 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T05:29:45.310 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:29:45.336 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:45 smithi138 conmon[84393]: cluster 2023-11-15T05:29:44.096285+0000 mgr.smithi138.outlvz (mgr.14180) 115 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:45.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:45 smithi142 conmon[89206]: cluster 2023-11-15T05:29:44.096285+0000 mgr.smithi138.outlvz (mgr.14180) 115 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:45.827 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:29:47.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:47 smithi142 conmon[89206]: cluster 2023-11-15T05:29:46.096704+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:29:47.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:47 smithi142 conmon[89206]: 14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:47.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:47 smithi138 conmon[84393]: cluster 2023-11-15T05:29:46.096704+0000 mgr.smithi138.outlvz ( 2023-11-15T05:29:47.505 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:47 smithi138 conmon[84393]: mgr.14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:47.785 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:47.786 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":39,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:25:45.958452+0000","modified":"2023-11-15T05:29:36.168668+0000","last_up_change":"2023-11-15T05:29:34.158407+0000","last_in_change":"2023-11-15T05:28:54.187485+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":"2023-11-15T05:29:15.463888+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":"24","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":"8070bdad-5411-4cc2-9b6c-14d65b416102","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6801","nonce":2863588848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6803","nonce":2863588848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6807","nonce":2863588848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6805","nonce":2863588848}]},"public_addr":"172.21.15.142:6801/2863588848","cluster_addr":"172.21.15.142:6803/2863588848","heartbeat_back_addr":"172.21.15.142:6807/2863588848","heartbeat_front_addr":"172.21.15.142:6805/2863588848","state":["exists","up"]},{"osd":1,"uuid":"e02a6d20-1f3c-4ac3-b6bd-e06b37354b62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6803","nonce":338874057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6805","nonce":338874057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6809","nonce":338874057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6807","nonce":338874057}]},"public_addr":"172.21.15.138:6803/338874057","cluster_addr":"172.21.15.138:6805/338874057","heartbeat_back_addr":"172.21.15.138:6809/338874057","heartbeat_front_addr":"172.21.15.138:6807/338874057","state":["exists","up"]},{"osd":2,"uuid":"740d63af-be8c-4fd7-82f2-26c33aa8d010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6809","nonce":630635690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6811","nonce":630635690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6815","nonce":630635690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6813","nonce":630635690}]},"public_addr":"172.21.15.142:6809/630635690","cluster_addr":"172.21.15.142:6811/630635690","heartbeat_back_addr":"172.21.15.142:6815/630635690","heartbeat_front_addr":"172.21.15.142:6813/630635690","state":["exists","up"]},{"osd":3,"uuid":"ae1b5c23-c327-427d-91d6-64fe6946ca66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6811","nonce":3203008278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6813","nonce":3203008278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6817","nonce":3203008278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6815","nonce":3203008278}]},"public_addr":"172.21.15.138:6811/3203008278","cluster_addr":"172.21.15.138:6813/3203008278","heartbeat_back_addr":"172.21.15.138:6817/3203008278","heartbeat_front_addr":"172.21.15.138:6815/3203008278","state":["exists","up"]},{"osd":4,"uuid":"f834eedc-bf1f-4dcf-9eab-859600aea48f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6817","nonce":3752043290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6819","nonce":3752043290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6823","nonce":3752043290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6821","nonce":3752043290}]},"public_addr":"172.21.15.142:6817/3752043290","cluster_addr":"172.21.15.142:6819/3752043290","heartbeat_back_addr":"172.21.15.142:6823/3752043290","heartbeat_front_addr":"172.21.15.142:6821/3752043290","state":["exists","up"]},{"osd":5,"uuid":"e8490fb8-2412-4c53-b271-59e9c8b446b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6819","nonce":1136093035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6821","nonce":1136093035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6825","nonce":1136093035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6823","nonce":1136093035}]},"public_addr":"172.21.15.138:6819/1136093035","cluster_addr":"172.21.15.138:6821/1136093035","heartbeat_back_addr":"172.21.15.138:6825/1136093035","heartbeat_front_addr":"172.21.15.138:6823/1136093035","state":["exists","up"]},{"osd":6,"uuid":"46fd6355-1468-407e-9e3a-3572cf5298f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6825","nonce":866931092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6827","nonce":866931092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6831","nonce":866931092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6829","nonce":866931092}]},"public_addr":"172.21.15.142:6825/866931092","cluster_addr":"172.21.15.142:6827/866931092","heartbeat_back_addr":"172.21.15.142:6831/866931092","heartbeat_front_addr":"172.21.15.142:6829/866931092","state":["exists","up"]},{"osd":7,"uuid":"f363bc45-7a1c-4603-b459-27e29433d308","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6827","nonce":4131010689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6829","nonce":4131010689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6833","nonce":4131010689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6831","nonce":4131010689}]},"public_addr":"172.21.15.138:6827/4131010689","cluster_addr":"172.21.15.138:6829/4131010689","heartbeat_back_addr":"172.21.15.138:6833/4131010689","heartbeat_front_addr":"172.21.15.138:6831/4131010689","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:08.330362+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:12.559703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:13.702323+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.378462+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.285770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:26.297341+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:24.993411+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:33.026796+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/1064392216":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/93917193":"2023-11-16T05:27:28.069881+0000","172.21.15.138:6801/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/2438782604":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/4177347157":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/118773573":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6800/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6801/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:0/2265360363":"2023-11-16T05:26:08.550846+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:29:48.422 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:48 smithi142 conmon[89206]: audit 2023-11-15T05:29:47.668451+0000 mon.smithi138 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.138:0/56623859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:29:48.518 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:48 smithi138 conmon[84393]: audit 2023-11-15T05:29:47.668451+0000 mon.smithi138 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.138:0/56623859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:29:48.535 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T05:29:15.463888+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': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-15T05:29:48.535 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T05:29:49.009 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:29:49.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:49 smithi142 conmon[89206]: cluster 2023-11-15T05:29:48.097007+0000 mgr.smithi138.outlvz (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:49.494 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:49 smithi138 conmon[84393]: cluster 2023-11-15T05:29:48.097007+0000 2023-11-15T05:29:49.494 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:49 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:51.173 INFO:teuthology.orchestra.run.smithi138.stdout:pg_num: 1 2023-11-15T05:29:51.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:51 smithi142 conmon[89206]: cluster 2023-11-15T05:29:50.097279+0000 mgr.smithi138.outlvz ( 2023-11-15T05:29:51.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:51 smithi142 conmon[89206]: mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:51.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:51 smithi142 conmon[89206]: audit 2023-11-15T05:29:51.172567+0000 mon.smithi138 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.138:0/942590864' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:29:51.470 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:51 smithi138 conmon[84393]: cluster 2023-11-15T05:29:50.097279+0000 mgr.smithi138.outlvz (mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:51.471 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:51 smithi138 conmon[84393]: audit 2023-11-15T05:29:51.172567+0000 mon.smithi138 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.138:0/942590864' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:29:52.362 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T05:29:52.363 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T05:29:52.363 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T05:29:52.920 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:29:53.442 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:53 smithi138 conmon[84393]: cluster 2023-11-15T05:29:52.097614+0000 mgr.smithi138.outlvz (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:53.442 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:53 smithi138 conmon[84393]: audit 2023-11-15T05:29:52.834253+0000 mon.smithi138 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:53.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:53 smithi142 conmon[89206]: cluster 2023-11-15T05:29:52.097614+0000 mgr.smithi138.outlvz (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:53.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:53 smithi142 conmon[89206]: audit 2023-11-15T05:29:52.834253+0000 mon.smithi138 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:55.039 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:55.636 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi138.outlvz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6800","nonce":3334042828},{"type":"v1","addr":"172.21.15.138:6801","nonce":3334042828}]},"active_addr":"172.21.15.138:6801/3334042828","active_change":"2023-11-15T05:27:28.070001+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi142.hyrzmk","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.138:8443/","prometheus":"http://172.21.15.138: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.138:0","nonce":1988674101}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.138:0","nonce":31391263}]}]} 2023-11-15T05:29:55.640 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T05:29:55.641 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T05:29:55.641 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:29:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:55 smithi138 conmon[84393]: cluster 2023-11-15T05:29:54.098037+0000 mgr.smithi138.outlvz (mgr.14180) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:55 smithi138 conmon[84393]: audit 2023-11-15T05:29:54.541570+0000 mon.smithi138 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:55 smithi138 conmon[84393]: audit 2023-11-15T05:29:55.033267+0000 mon.smithi138 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.138:0/355162442' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:29:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:55 smithi142 conmon[89206]: cluster 2023-11-15T05:29:54.098037+0000 mgr.smithi138.outlvz (mgr.14180) 120 : 2023-11-15T05:29:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:55 smithi142 conmon[89206]: cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:55 smithi142 conmon[89206]: audit 2023-11-15T05:29:54.541570+0000 mon.smithi138 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:29:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:55 smithi142 conmon[89206]: audit 2023-11-15T05:29:55.033267+0000 mon.smithi138 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.138:0/355162442' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:29:56.006 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:29:57.651 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:29:57.651 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":39,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:25:45.958452+0000","modified":"2023-11-15T05:29:36.168668+0000","last_up_change":"2023-11-15T05:29:34.158407+0000","last_in_change":"2023-11-15T05:28:54.187485+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":"2023-11-15T05:29:15.463888+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":"24","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":"8070bdad-5411-4cc2-9b6c-14d65b416102","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6801","nonce":2863588848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6803","nonce":2863588848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6807","nonce":2863588848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6805","nonce":2863588848}]},"public_addr":"172.21.15.142:6801/2863588848","cluster_addr":"172.21.15.142:6803/2863588848","heartbeat_back_addr":"172.21.15.142:6807/2863588848","heartbeat_front_addr":"172.21.15.142:6805/2863588848","state":["exists","up"]},{"osd":1,"uuid":"e02a6d20-1f3c-4ac3-b6bd-e06b37354b62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6803","nonce":338874057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6805","nonce":338874057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6809","nonce":338874057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6807","nonce":338874057}]},"public_addr":"172.21.15.138:6803/338874057","cluster_addr":"172.21.15.138:6805/338874057","heartbeat_back_addr":"172.21.15.138:6809/338874057","heartbeat_front_addr":"172.21.15.138:6807/338874057","state":["exists","up"]},{"osd":2,"uuid":"740d63af-be8c-4fd7-82f2-26c33aa8d010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6809","nonce":630635690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6811","nonce":630635690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6815","nonce":630635690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6813","nonce":630635690}]},"public_addr":"172.21.15.142:6809/630635690","cluster_addr":"172.21.15.142:6811/630635690","heartbeat_back_addr":"172.21.15.142:6815/630635690","heartbeat_front_addr":"172.21.15.142:6813/630635690","state":["exists","up"]},{"osd":3,"uuid":"ae1b5c23-c327-427d-91d6-64fe6946ca66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6811","nonce":3203008278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6813","nonce":3203008278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6817","nonce":3203008278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6815","nonce":3203008278}]},"public_addr":"172.21.15.138:6811/3203008278","cluster_addr":"172.21.15.138:6813/3203008278","heartbeat_back_addr":"172.21.15.138:6817/3203008278","heartbeat_front_addr":"172.21.15.138:6815/3203008278","state":["exists","up"]},{"osd":4,"uuid":"f834eedc-bf1f-4dcf-9eab-859600aea48f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6817","nonce":3752043290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6819","nonce":3752043290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6823","nonce":3752043290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6821","nonce":3752043290}]},"public_addr":"172.21.15.142:6817/3752043290","cluster_addr":"172.21.15.142:6819/3752043290","heartbeat_back_addr":"172.21.15.142:6823/3752043290","heartbeat_front_addr":"172.21.15.142:6821/3752043290","state":["exists","up"]},{"osd":5,"uuid":"e8490fb8-2412-4c53-b271-59e9c8b446b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6819","nonce":1136093035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6821","nonce":1136093035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6825","nonce":1136093035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6823","nonce":1136093035}]},"public_addr":"172.21.15.138:6819/1136093035","cluster_addr":"172.21.15.138:6821/1136093035","heartbeat_back_addr":"172.21.15.138:6825/1136093035","heartbeat_front_addr":"172.21.15.138:6823/1136093035","state":["exists","up"]},{"osd":6,"uuid":"46fd6355-1468-407e-9e3a-3572cf5298f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6825","nonce":866931092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6827","nonce":866931092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6831","nonce":866931092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6829","nonce":866931092}]},"public_addr":"172.21.15.142:6825/866931092","cluster_addr":"172.21.15.142:6827/866931092","heartbeat_back_addr":"172.21.15.142:6831/866931092","heartbeat_front_addr":"172.21.15.142:6829/866931092","state":["exists","up"]},{"osd":7,"uuid":"f363bc45-7a1c-4603-b459-27e29433d308","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6827","nonce":4131010689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6829","nonce":4131010689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6833","nonce":4131010689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6831","nonce":4131010689}]},"public_addr":"172.21.15.138:6827/4131010689","cluster_addr":"172.21.15.138:6829/4131010689","heartbeat_back_addr":"172.21.15.138:6833/4131010689","heartbeat_front_addr":"172.21.15.138:6831/4131010689","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:08.330362+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:12.559703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:13.702323+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.378462+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.285770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:26.297341+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:24.993411+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:33.026796+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/1064392216":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/93917193":"2023-11-16T05:27:28.069881+0000","172.21.15.138:6801/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/2438782604":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/4177347157":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/118773573":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6800/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6801/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:0/2265360363":"2023-11-16T05:26:08.550846+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:29:57.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:57 smithi138 conmon[84393]: cluster 2023-11-15T05:29:56.098484+0000 mgr.smithi138.outlvz (mgr.14180) 121 : 2023-11-15T05:29:57.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:57 smithi138 conmon[84393]: cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:57 smithi142 conmon[89206]: cluster 2023-11-15T05:29:56.098484+0000 mgr.smithi138.outlvz ( 2023-11-15T05:29:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:57 smithi142 conmon[89206]: mgr.14180) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:58.252 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T05:29:58.252 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:29:58.615 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:29:58.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:58 smithi138 conmon[84393]: audit 2023-11-15T05:29:57.648641+0000 mon.smithi138 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.138:0/1212155171' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:29:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:58 smithi142 conmon[89206]: audit 2023-11-15T05:29:57.648641+0000 mon.smithi138 (mon.0) 587 : audit [DBG] 2023-11-15T05:29:58.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:58 smithi142 conmon[89206]: from='client.? 172.21.15.138:0/1212155171' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:29:59.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:29:59 smithi138 conmon[84393]: cluster 2023-11-15T05:29:58.099070+0000 mgr.smithi138.outlvz (mgr.14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:29:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:59 smithi142 conmon[89206]: cluster 2023-11-15T05:29:58.099070+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:29:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:29:59 smithi142 conmon[89206]: 14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:00.289 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:30:00.289 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":39,"fsid":"5156892a-8377-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:25:45.958452+0000","modified":"2023-11-15T05:29:36.168668+0000","last_up_change":"2023-11-15T05:29:34.158407+0000","last_in_change":"2023-11-15T05:28:54.187485+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":"2023-11-15T05:29:15.463888+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":"24","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":"8070bdad-5411-4cc2-9b6c-14d65b416102","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6801","nonce":2863588848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6803","nonce":2863588848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6807","nonce":2863588848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2863588848},{"type":"v1","addr":"172.21.15.142:6805","nonce":2863588848}]},"public_addr":"172.21.15.142:6801/2863588848","cluster_addr":"172.21.15.142:6803/2863588848","heartbeat_back_addr":"172.21.15.142:6807/2863588848","heartbeat_front_addr":"172.21.15.142:6805/2863588848","state":["exists","up"]},{"osd":1,"uuid":"e02a6d20-1f3c-4ac3-b6bd-e06b37354b62","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6803","nonce":338874057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6805","nonce":338874057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6809","nonce":338874057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":338874057},{"type":"v1","addr":"172.21.15.138:6807","nonce":338874057}]},"public_addr":"172.21.15.138:6803/338874057","cluster_addr":"172.21.15.138:6805/338874057","heartbeat_back_addr":"172.21.15.138:6809/338874057","heartbeat_front_addr":"172.21.15.138:6807/338874057","state":["exists","up"]},{"osd":2,"uuid":"740d63af-be8c-4fd7-82f2-26c33aa8d010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6809","nonce":630635690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6811","nonce":630635690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6815","nonce":630635690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":630635690},{"type":"v1","addr":"172.21.15.142:6813","nonce":630635690}]},"public_addr":"172.21.15.142:6809/630635690","cluster_addr":"172.21.15.142:6811/630635690","heartbeat_back_addr":"172.21.15.142:6815/630635690","heartbeat_front_addr":"172.21.15.142:6813/630635690","state":["exists","up"]},{"osd":3,"uuid":"ae1b5c23-c327-427d-91d6-64fe6946ca66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6811","nonce":3203008278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6813","nonce":3203008278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6817","nonce":3203008278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3203008278},{"type":"v1","addr":"172.21.15.138:6815","nonce":3203008278}]},"public_addr":"172.21.15.138:6811/3203008278","cluster_addr":"172.21.15.138:6813/3203008278","heartbeat_back_addr":"172.21.15.138:6817/3203008278","heartbeat_front_addr":"172.21.15.138:6815/3203008278","state":["exists","up"]},{"osd":4,"uuid":"f834eedc-bf1f-4dcf-9eab-859600aea48f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6817","nonce":3752043290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6819","nonce":3752043290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6823","nonce":3752043290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":3752043290},{"type":"v1","addr":"172.21.15.142:6821","nonce":3752043290}]},"public_addr":"172.21.15.142:6817/3752043290","cluster_addr":"172.21.15.142:6819/3752043290","heartbeat_back_addr":"172.21.15.142:6823/3752043290","heartbeat_front_addr":"172.21.15.142:6821/3752043290","state":["exists","up"]},{"osd":5,"uuid":"e8490fb8-2412-4c53-b271-59e9c8b446b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6819","nonce":1136093035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6821","nonce":1136093035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6825","nonce":1136093035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":1136093035},{"type":"v1","addr":"172.21.15.138:6823","nonce":1136093035}]},"public_addr":"172.21.15.138:6819/1136093035","cluster_addr":"172.21.15.138:6821/1136093035","heartbeat_back_addr":"172.21.15.138:6825/1136093035","heartbeat_front_addr":"172.21.15.138:6823/1136093035","state":["exists","up"]},{"osd":6,"uuid":"46fd6355-1468-407e-9e3a-3572cf5298f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6825","nonce":866931092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6827","nonce":866931092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6831","nonce":866931092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":866931092},{"type":"v1","addr":"172.21.15.142:6829","nonce":866931092}]},"public_addr":"172.21.15.142:6825/866931092","cluster_addr":"172.21.15.142:6827/866931092","heartbeat_back_addr":"172.21.15.142:6831/866931092","heartbeat_front_addr":"172.21.15.142:6829/866931092","state":["exists","up"]},{"osd":7,"uuid":"f363bc45-7a1c-4603-b459-27e29433d308","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6827","nonce":4131010689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6829","nonce":4131010689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6833","nonce":4131010689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4131010689},{"type":"v1","addr":"172.21.15.138:6831","nonce":4131010689}]},"public_addr":"172.21.15.138:6827/4131010689","cluster_addr":"172.21.15.138:6829/4131010689","heartbeat_back_addr":"172.21.15.138:6833/4131010689","heartbeat_front_addr":"172.21.15.138:6831/4131010689","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:08.330362+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:12.559703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:13.702323+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.378462+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:19.285770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:26.297341+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:24.993411+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:29:33.026796+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/1064392216":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/93917193":"2023-11-16T05:27:28.069881+0000","172.21.15.138:6801/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1986959552":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/2438782604":"2023-11-16T05:26:36.601933+0000","172.21.15.138:0/4177347157":"2023-11-16T05:26:36.601933+0000","172.21.15.138:6800/1403205425":"2023-11-16T05:27:28.069881+0000","172.21.15.138:0/118773573":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6800/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:6801/2861487777":"2023-11-16T05:26:08.550846+0000","172.21.15.138:0/2265360363":"2023-11-16T05:26:08.550846+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:30:00.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:00 smithi138 conmon[84393]: cluster 2023-11-15T05:30:00.000134+0000 mon.smithi138 (mon.0) 588 : cluster [INF] overall HEALTH_OK 2023-11-15T05:30:00.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:00 smithi138 conmon[84393]: audit 2023-11-15T05:30:00.288367+0000 mon.smithi138 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.138:0/3727876966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:30:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:00 smithi142 conmon[89206]: cluster 2023-11-15T05:30:00.000134+0000 mon.smithi138 (mon.0) 588 : cluster 2023-11-15T05:30:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:00 smithi142 conmon[89206]: [INF] overall HEALTH_OK 2023-11-15T05:30:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:00 smithi142 conmon[89206]: audit 2023-11-15T05:30:00.288367+0000 mon.smithi138 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.138:0/3727876966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:30:00.992 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T05:30:01.359 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:01 smithi142 conmon[89206]: cluster 2023-11-15T05:30:00.099359+0000 mgr.smithi138.outlvz (mgr.14180) 123 : cluster [DBG] 2023-11-15T05:30:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:01 smithi142 conmon[89206]: pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:01.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:01 smithi138 conmon[84393]: cluster 2023-11-15T05:30:00.099359+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:01.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:01 smithi138 conmon[84393]: 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:03.482 INFO:teuthology.orchestra.run.smithi138.stdout:68719476750 2023-11-15T05:30:03.483 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T05:30:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:03 smithi138 conmon[84393]: cluster 2023-11-15T05:30:02.099815+0000 mgr.smithi138.outlvz (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:03.845 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:03 smithi142 conmon[89206]: cluster 2023-11-15T05:30:02.099815+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:30:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:03 smithi142 conmon[89206]: .14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:05.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:05 smithi138 conmon[84393]: cluster 2023-11-15T05:30:04.100205+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:05.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:05 smithi138 conmon[84393]: 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:05.899 INFO:teuthology.orchestra.run.smithi138.stdout:85899345933 2023-11-15T05:30:05.900 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T05:30:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:05 smithi142 conmon[89206]: cluster 2023-11-15T05:30:04.100205+0000 mgr.smithi138.outlvz (mgr.14180) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:06.263 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:07.899 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:07 smithi138 conmon[84393]: cluster 2023-11-15T05:30:06.100583+0000 mgr.smithi138.outlvz (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:07 smithi142 conmon[89206]: cluster 2023-11-15T05:30:06.100583+0000 mgr.smithi138.outlvz (mgr.14180) 126 : 2023-11-15T05:30:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:07 smithi142 conmon[89206]: cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:08.291 INFO:teuthology.orchestra.run.smithi138.stdout:90194313229 2023-11-15T05:30:08.291 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T05:30:08.657 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:09.876 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:09 smithi138 conmon[84393]: cluster 2023-11-15T05:30:08.100955+0000 mgr.smithi138.outlvz (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:09 smithi142 conmon[89206]: cluster 2023-11-15T05:30:08.100955+0000 mgr.smithi138.outlvz (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:10.776 INFO:teuthology.orchestra.run.smithi138.stdout:115964117004 2023-11-15T05:30:10.776 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T05:30:11.134 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:11.666 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:11 smithi138 conmon[84393]: cluster 2023-11-15T05:30:10.101229+0000 mgr.smithi138.outlvz (mgr.14180) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:11 smithi142 conmon[89206]: cluster 2023-11-15T05:30:10.101229+0000 mgr.smithi138.outlvz (mgr.14180) 128 : cluster 2023-11-15T05:30:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:11 smithi142 conmon[89206]: [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:13.219 INFO:teuthology.orchestra.run.smithi138.stdout:115964117004 2023-11-15T05:30:13.220 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T05:30:13.588 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:13.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:13 smithi138 conmon[84393]: cluster 2023-11-15T05:30:12.101555+0000 mgr.smithi138.outlvz (mgr.14180) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:13 smithi142 conmon[89206]: cluster 2023-11-15T05:30:12.101555+0000 mgr.smithi138.outlvz (mgr.14180) 129 : cluster 2023-11-15T05:30:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:13 smithi142 conmon[89206]: [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:15.656 INFO:teuthology.orchestra.run.smithi138.stdout:141733920780 2023-11-15T05:30:15.657 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T05:30:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:15 smithi142 conmon[89206]: cluster 2023-11-15T05:30:14.102022+0000 mgr.smithi138.outlvz (mgr.14180) 130 2023-11-15T05:30:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:15 smithi142 conmon[89206]: : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:16.019 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:16.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:15 smithi138 conmon[84393]: cluster 2023-11-15T05:30:14.102022+0000 mgr.smithi138.outlvz (mgr.14180) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:17.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:17 smithi138 conmon[84393]: cluster 2023-11-15T05:30:16.102490+0000 mgr.smithi138.outlvz (mgr.14180) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:17 smithi142 conmon[89206]: cluster 2023-11-15T05:30:16.102490+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:30:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:17 smithi142 conmon[89206]: 14180) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:18.022 INFO:teuthology.orchestra.run.smithi138.stdout:137438953485 2023-11-15T05:30:18.023 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T05:30:18.388 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:19.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:19 smithi138 conmon[84393]: cluster 2023-11-15T05:30:18.102822+0000 mgr.smithi138.outlvz (mgr.14180) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:19 smithi142 conmon[89206]: cluster 2023-11-15T05:30:18.102822+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:19 smithi142 conmon[89206]: 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:20.505 INFO:teuthology.orchestra.run.smithi138.stdout:158913789963 2023-11-15T05:30:20.505 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T05:30:20.868 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:21.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:21 smithi138 conmon[84393]: cluster 2023-11-15T05:30:20.103165+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:21 smithi138 conmon[84393]: 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:21 smithi142 conmon[89206]: cluster 2023-11-15T05:30:20.103165+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:21 smithi142 conmon[89206]: 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:22.496 INFO:teuthology.orchestra.run.smithi138.stdout:68719476753 2023-11-15T05:30:22.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:22 smithi138 conmon[84393]: audit 2023-11-15T05:30:22.496471+0000 mon.smithi138 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.138:0/1122438547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:30:22.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:22 smithi142 conmon[89206]: audit 2023-11-15T05:30:22.496471+0000 mon.smithi138 (mon.0 2023-11-15T05:30:22.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:22 smithi142 conmon[89206]: ) 590 : audit [DBG] from='client.? 172.21.15.138:0/1122438547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:30:23.205 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476753 for osd.0 2023-11-15T05:30:23.206 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T05:30:23.563 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:23.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:23 smithi138 conmon[84393]: cluster 2023-11-15T05:30:22.103487+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:30:23.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:23 smithi138 conmon[84393]: 14180) 134 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:23 smithi142 conmon[89206]: cluster 2023-11-15T05:30:22.103487+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:30:23.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:23 smithi142 conmon[89206]: .14180) 134 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:25.151 INFO:teuthology.orchestra.run.smithi138.stdout:85899345936 2023-11-15T05:30:25.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345936 for osd.1 2023-11-15T05:30:25.755 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T05:30:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:25 smithi142 conmon[89206]: cluster 2023-11-15T05:30:24.103981+0000 mgr.smithi138.outlvz (mgr.14180) 135 : cluster 2023-11-15T05:30:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:25 smithi142 conmon[89206]: [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:25 smithi142 conmon[89206]: audit 2023-11-15T05:30:25.150788+0000 mon.smithi138 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.138:0/1551408187' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:30:26.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:25 smithi138 conmon[84393]: cluster 2023-11-15T05:30:24.103981+0000 mgr.smithi138.outlvz (mgr.14180) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:26.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:25 smithi138 conmon[84393]: audit 2023-11-15T05:30:25.150788+0000 mon.smithi138 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.138:0/1551408187' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:30:26.115 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:27.696 INFO:teuthology.orchestra.run.smithi138.stdout:90194313232 2023-11-15T05:30:27.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:27 smithi138 conmon[84393]: cluster 2023-11-15T05:30:26.104287+0000 mgr.smithi138.outlvz (mgr.14180) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:27 smithi142 conmon[89206]: cluster 2023-11-15T05:30:26.104287+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:30:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:27 smithi142 conmon[89206]: ) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:28.328 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313232 for osd.2 2023-11-15T05:30:28.329 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T05:30:28.691 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:28.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:28 smithi138 conmon[84393]: audit 2023-11-15T05:30:27.695038+0000 2023-11-15T05:30:28.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:28 smithi138 conmon[84393]: mon.smithi138 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.138:0/3544921284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:30:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:28 smithi142 conmon[89206]: audit 2023-11-15T05:30:27.695038+0000 mon.smithi138 (mon.0 2023-11-15T05:30:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:28 smithi142 conmon[89206]: ) 592 : audit [DBG] from='client.? 172.21.15.138:0/3544921284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:30:29.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:29 smithi138 conmon[84393]: cluster 2023-11-15T05:30:28.104778+0000 mgr.smithi138.outlvz (mgr.14180) 137 : cluster 2023-11-15T05:30:29.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:29 smithi138 conmon[84393]: [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:29 smithi142 conmon[89206]: cluster 2023-11-15T05:30:28.104778+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:30:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:29 smithi142 conmon[89206]: .14180) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:30.292 INFO:teuthology.orchestra.run.smithi138.stdout:115964117008 2023-11-15T05:30:30.929 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:30 smithi138 conmon[84393]: audit 2023-11-15T05:30:30.292762+0000 mon.smithi138 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.138:0/2749868674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:30:30.945 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117008 for osd.3 2023-11-15T05:30:30.945 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T05:30:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:30 smithi142 conmon[89206]: audit 2023-11-15T05:30:30.292762+0000 mon.smithi138 ( 2023-11-15T05:30:30.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:30 smithi142 conmon[89206]: mon.0) 593 : audit [DBG] from='client.? 172.21.15.138:0/2749868674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:30:31.305 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:31 smithi138 conmon[84393]: cluster 2023-11-15T05:30:30.105144+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:31 smithi138 conmon[84393]: 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:31 smithi142 conmon[89206]: cluster 2023-11-15T05:30:30.105144+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:31 smithi142 conmon[89206]: 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:32.950 INFO:teuthology.orchestra.run.smithi138.stdout:115964117008 2023-11-15T05:30:33.670 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117008 for osd.4 2023-11-15T05:30:33.671 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T05:30:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:33 smithi142 conmon[89206]: cluster 2023-11-15T05:30:32.105473+0000 mgr.smithi138.outlvz (mgr.14180) 139 2023-11-15T05:30:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:33 smithi142 conmon[89206]: : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:33 smithi142 conmon[89206]: audit 2023-11-15T05:30:32.950143+0000 mon.smithi138 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.138:0/1991830781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:30:34.035 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:34.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:33 smithi138 conmon[84393]: cluster 2023-11-15T05:30:32.105473+0000 mgr.smithi138.outlvz ( 2023-11-15T05:30:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:33 smithi138 conmon[84393]: mgr.14180) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:33 smithi138 conmon[84393]: audit 2023-11-15T05:30:32.950143+0000 mon.smithi138 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.138:0/1991830781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:30:35.734 INFO:teuthology.orchestra.run.smithi138.stdout:141733920784 2023-11-15T05:30:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:35 smithi142 conmon[89206]: cluster 2023-11-15T05:30:34.105925+0000 mgr.smithi138.outlvz (mgr.14180) 140 2023-11-15T05:30:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:35 smithi142 conmon[89206]: : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:35.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:35 smithi138 conmon[84393]: cluster 2023-11-15T05:30:34.105925+0000 mgr.smithi138.outlvz (mgr.14180) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:36.404 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920780 got 141733920784 for osd.5 2023-11-15T05:30:36.404 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T05:30:36.769 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:36.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:36 smithi138 conmon[84393]: audit 2023-11-15T05:30:35.731874+0000 mon.smithi138 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.138:0/993336687' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:30:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:36 smithi142 conmon[89206]: audit 2023-11-15T05:30:35.731874+0000 mon.smithi138 (mon.0) 595 : audit [DBG] 2023-11-15T05:30:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:36 smithi142 conmon[89206]: from='client.? 172.21.15.138:0/993336687' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:30:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:37 smithi142 conmon[89206]: cluster 2023-11-15T05:30:36.106303+0000 mgr.smithi138.outlvz (mgr.14180) 141 : cluster 2023-11-15T05:30:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:37 smithi142 conmon[89206]: [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:37.964 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:37 smithi138 conmon[84393]: cluster 2023-11-15T05:30:36.106303+0000 mgr.smithi138.outlvz (mgr.14180) 141 2023-11-15T05:30:37.964 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:37 smithi138 conmon[84393]: : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:38.332 INFO:teuthology.orchestra.run.smithi138.stdout:137438953488 2023-11-15T05:30:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:38 smithi142 conmon[89206]: audit 2023-11-15T05:30:38.330970+0000 mon.smithi138 (mon.0) 596 : 2023-11-15T05:30:38.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:38 smithi142 conmon[89206]: audit [DBG] from='client.? 172.21.15.138:0/2952667789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:30:39.014 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:38 smithi138 conmon[84393]: audit 2023-11-15T05:30:38.330970+0000 mon.smithi138 (mon.0) 2023-11-15T05:30:39.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:38 smithi138 conmon[84393]: 596 : audit [DBG] from='client.? 172.21.15.138:0/2952667789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:30:39.028 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953485 got 137438953488 for osd.6 2023-11-15T05:30:39.030 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T05:30:39.395 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:39.928 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:39 smithi138 conmon[84393]: cluster 2023-11-15T05:30:38.106615+0000 mgr.smithi138.outlvz (mgr.14180) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:39 smithi142 conmon[89206]: cluster 2023-11-15T05:30:38.106615+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:30:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:39 smithi142 conmon[89206]: ) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:40.942 INFO:teuthology.orchestra.run.smithi138.stdout:158913789967 2023-11-15T05:30:41.587 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789963 got 158913789967 for osd.7 2023-11-15T05:30:41.588 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T05:30:41.588 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:30:41.954 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:41 smithi142 conmon[89206]: cluster 2023-11-15T05:30:40.106945+0000 mgr.smithi138.outlvz (mgr.14180) 143 : cluster [DBG] 2023-11-15T05:30:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:41 smithi142 conmon[89206]: pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:41 smithi142 conmon[89206]: audit 2023-11-15T05:30:40.942378+0000 mon.smithi138 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.138:0/2196167583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:30:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:41 smithi138 conmon[84393]: cluster 2023-11-15T05:30:40.106945+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:30:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:41 smithi138 conmon[84393]: 14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:41 smithi138 conmon[84393]: audit 2023-11-15T05:30:40.942378+0000 mon.smithi138 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.138:0/2196167583' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:30:43.580 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:30:43.582 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2023-11-15T05:30:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:43 smithi142 conmon[89206]: cluster 2023-11-15T05:30:42.107237+0000 mgr.smithi138.outlvz (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:43 smithi138 conmon[84393]: cluster 2023-11-15T05:30:42.107237+0000 mgr.smithi138.outlvz (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:44.185 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":125,"stamp":"2023-11-15T05:30:42.107106+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":2379736,"kb_used_data":2968,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548712,"statfs":{"total":767926730752,"available":765489881088,"internally_reserved":0,"allocated":3039232,"data_stored":1193778,"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":39,"state":"active+clean","last_fresh":"2023-11-15T05:29:37.143896+0000","last_change":"2023-11-15T05:29:37.143896+0000","last_active":"2023-11-15T05:29:37.143896+0000","last_peered":"2023-11-15T05:29:37.143896+0000","last_clean":"2023-11-15T05:29:37.143896+0000","last_became_active":"2023-11-15T05:29:37.143474+0000","last_became_peered":"2023-11-15T05:29:37.143474+0000","last_unstale":"2023-11-15T05:29:37.143896+0000","last_undegraded":"2023-11-15T05:29:37.143896+0000","last_fullsized":"2023-11-15T05:29:37.143896+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:29:16.198422+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:29:16.198422+0000","last_clean_scrub_stamp":"2023-11-15T05:29:16.198422+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789967,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":148986,"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":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.46600000000000003}]},{"osd":1,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.25900000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.495},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.40600000000000003}]},{"osd":3,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.374},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.29399999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.44400000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33900000000000002}]},{"osd":6,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.42199999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920785,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.61099999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.52300000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.53900000000000003}]},{"osd":3,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.51100000000000001}]},{"osd":4,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.65900000000000003}]},{"osd":6,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.78500000000000003}]},{"osd":7,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.59199999999999997}]}]},{"osd":1,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":148986,"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":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.48099999999999998}]},{"osd":2,"last update":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.48499999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:30:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.38}]},{"osd":4,"last update":"Wed Nov 15 05:30:21 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.45900000000000002}]},{"osd":5,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.30399999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.622}]},{"osd":7,"last update":"Wed Nov 15 05:30:34 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.47099999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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 Nov 15 05:30:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.46700000000000003}]},{"osd":2,"last update":"Wed Nov 15 05:30:19 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.622},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55300000000000005}]},{"osd":3,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.48299999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.59999999999999998}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.66100000000000003}]},{"osd":6,"last update":"Wed Nov 15 05:30:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.72599999999999998}]},{"osd":7,"last update":"Wed Nov 15 05:30:36 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.70799999999999996}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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 Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.378}]},{"osd":1,"last update":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.51300000000000001}]},{"osd":3,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":3.0910000000000002,"5min":3.0910000000000002,"15min":3.0910000000000002},"last":0.59999999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.437}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.61499999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.48899999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.63100000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.434}]},{"osd":1,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.23400000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.32700000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.51200000000000001}]},{"osd":4,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.48399999999999999}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.29899999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.498}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.35499999999999998}]}]},{"osd":4,"up_from":27,"seq":115964117010,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.437},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.35899999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50800000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.40699999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.67600000000000005}]},{"osd":5,"last update":"Wed Nov 15 05:30:32 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.58099999999999996}]},{"osd":6,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.42399999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:30:36 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.64600000000000002}]}]},{"osd":6,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.40600000000000003}]},{"osd":1,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.45300000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.43099999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46700000000000003}]},{"osd":4,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.39500000000000002}]},{"osd":5,"last update":"Wed Nov 15 05:30:32 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.505}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.54800000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:30:44.187 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:30:44.547 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:44.907 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:44 smithi142 conmon[89206]: audit 2023-11-15T05:30:43.577941+0000 mgr.smithi138.outlvz (mgr.14180) 145 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:44.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:44 smithi138 conmon[84393]: audit 2023-11-15T05:30:43.577941+0000 mgr.smithi138.outlvz (mgr.14180) 145 2023-11-15T05:30:44.924 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:44 smithi138 conmon[84393]: : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:45 smithi138 conmon[84393]: cluster 2023-11-15T05:30:44.107694+0000 mgr.smithi138.outlvz (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:45 smithi142 conmon[89206]: cluster 2023-11-15T05:30:44.107694+0000 mgr.smithi138.outlvz (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:46.129 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:30:46.130 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2023-11-15T05:30:46.735 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":127,"stamp":"2023-11-15T05:30:46.107896+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":2379736,"kb_used_data":2968,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548712,"statfs":{"total":767926730752,"available":765489881088,"internally_reserved":0,"allocated":3039232,"data_stored":1193778,"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":39,"state":"active+clean","last_fresh":"2023-11-15T05:29:37.143896+0000","last_change":"2023-11-15T05:29:37.143896+0000","last_active":"2023-11-15T05:29:37.143896+0000","last_peered":"2023-11-15T05:29:37.143896+0000","last_clean":"2023-11-15T05:29:37.143896+0000","last_became_active":"2023-11-15T05:29:37.143474+0000","last_became_peered":"2023-11-15T05:29:37.143474+0000","last_unstale":"2023-11-15T05:29:37.143896+0000","last_undegraded":"2023-11-15T05:29:37.143896+0000","last_fullsized":"2023-11-15T05:29:37.143896+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:29:16.198422+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:29:16.198422+0000","last_clean_scrub_stamp":"2023-11-15T05:29:16.198422+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789968,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":148986,"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":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.60499999999999998}]},{"osd":1,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.34599999999999997}]},{"osd":2,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.58499999999999996}]},{"osd":3,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.378},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.47299999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.51300000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.442},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.42999999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.63600000000000001}]}]},{"osd":5,"up_from":33,"seq":141733920786,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.38800000000000001}]},{"osd":1,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.23300000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.48399999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.30399999999999999}]},{"osd":4,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.41899999999999998}]},{"osd":6,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.48999999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.318},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.35299999999999998}]}]},{"osd":1,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":148986,"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":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.378},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.39300000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.32900000000000001}]},{"osd":3,"last update":"Wed Nov 15 05:30:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.28999999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:21 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.443},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.45100000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.48899999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.48099999999999998}]},{"osd":7,"last update":"Wed Nov 15 05:30:34 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.499}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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 Nov 15 05:30:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.46700000000000003}]},{"osd":2,"last update":"Wed Nov 15 05:30:19 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.622},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55300000000000005}]},{"osd":3,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.48299999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.59999999999999998}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.66100000000000003}]},{"osd":6,"last update":"Wed Nov 15 05:30:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.72599999999999998}]},{"osd":7,"last update":"Wed Nov 15 05:30:36 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.70799999999999996}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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 Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.378}]},{"osd":1,"last update":"Wed Nov 15 05:30:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.51300000000000001}]},{"osd":3,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":3.0910000000000002,"5min":3.0910000000000002,"15min":3.0910000000000002},"last":0.59999999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.437}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.61499999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.48899999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.63100000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.434}]},{"osd":1,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.23400000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.32700000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.51200000000000001}]},{"osd":4,"last update":"Wed Nov 15 05:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.48399999999999999}]},{"osd":5,"last update":"Wed Nov 15 05:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.29899999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:30:28 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.498}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.35499999999999998}]}]},{"osd":4,"up_from":27,"seq":115964117010,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.437},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.35899999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50800000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.40699999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:30:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.67600000000000005}]},{"osd":5,"last update":"Wed Nov 15 05:30:32 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.58099999999999996}]},{"osd":6,"last update":"Wed Nov 15 05:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.42399999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:30:36 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.64600000000000002}]}]},{"osd":6,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149301,"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":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.40600000000000003}]},{"osd":1,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.45300000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.43099999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46700000000000003}]},{"osd":4,"last update":"Wed Nov 15 05:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.39500000000000002}]},{"osd":5,"last update":"Wed Nov 15 05:30:32 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.505}]},{"osd":7,"last update":"Wed Nov 15 05:30:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.54800000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:30:46.737 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T05:30:46.737 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T05:30:46.737 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T05:30:46.738 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T05:30:47.106 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/mon.smithi138/config 2023-11-15T05:30:47.938 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:47 smithi142 conmon[89206]: cluster 2023-11-15T05:30:46.108048+0000 mgr.smithi138.outlvz 2023-11-15T05:30:47.939 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:47 smithi142 conmon[89206]: (mgr.14180) 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:47.939 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:47 smithi142 conmon[89206]: audit 2023-11-15T05:30:46.125810+0000 mgr.smithi138.outlvz (mgr.14180) 148 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:47 smithi138 conmon[84393]: cluster 2023-11-15T05:30:46.108048+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:47 smithi138 conmon[84393]: 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:47 smithi138 conmon[84393]: audit 2023-11-15T05:30:46.125810+0000 mgr.smithi138.outlvz (mgr.14180) 148 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:48.718 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:30:49.377 INFO:teuthology.orchestra.run.smithi138.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T05:30:49.378 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T05:30:49.378 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T05:30:49.379 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:30:49.391 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:30:49.393 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T05:30:49.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:49 smithi138 conmon[84393]: cluster 2023-11-15T05:30:48.108411+0000 mgr.smithi138.outlvz (mgr.14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:49.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:49 smithi138 conmon[84393]: audit 2023-11-15T05:30:48.718547+0000 mon.smithi138 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.138:0/4211521275' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:30:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:49 smithi142 conmon[89206]: cluster 2023-11-15T05:30:48.108411+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:30:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:49 smithi142 conmon[89206]: 14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:49 smithi142 conmon[89206]: audit 2023-11-15T05:30:48.718547+0000 mon.smithi138 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.138:0/4211521275' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:30:51.305 INFO:teuthology.orchestra.run.smithi138.stdout:Backend: cephadm 2023-11-15T05:30:51.306 INFO:teuthology.orchestra.run.smithi138.stdout:Available: Yes 2023-11-15T05:30:51.306 INFO:teuthology.orchestra.run.smithi138.stdout:Paused: No 2023-11-15T05:30:51.926 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:51 smithi138 conmon[84393]: cluster 2023-11-15T05:30:50.108707+0000 mgr.smithi138.outlvz (mgr.14180) 150 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:51.945 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T05:30:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:51 smithi142 conmon[89206]: cluster 2023-11-15T05:30:50.108707+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:30:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:51 smithi142 conmon[89206]: ) 150 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:52.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:52 smithi142 conmon[89206]: audit 2023-11-15T05:30:51.305212+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:30:52.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:52 smithi142 conmon[89206]: .14180) 151 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:52.751 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:52 smithi138 conmon[84393]: audit 2023-11-15T05:30:51.305212+0000 2023-11-15T05:30:52.751 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:52 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 151 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:53.816 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T05:30:53.816 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (2m) 76s ago 3m - - 0.23.0 ba2b418f427c 20fac3b9e7ce 2023-11-15T05:30:53.817 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (3m) 76s ago 3m - - 16.2.14-170-g620f25c1 d02b7545bf4f 204fee2a7e04 2023-11-15T05:30:53.817 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi142 smithi142 running (3m) 79s ago 3m 7448k - 16.2.14-170-g620f25c1 d02b7545bf4f f0566b9d63f7 2023-11-15T05:30:53.817 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (2m) 76s ago 3m - - 8.3.5 dad864ee21e9 1e206c968fa5 2023-11-15T05:30:53.817 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.outlvz smithi138 *:9283 running (5m) 76s ago 5m - - 16.2.14-170-g620f25c1 d02b7545bf4f eafb8b128e50 2023-11-15T05:30:53.818 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi142.hyrzmk smithi142 *:8443,9283 running (2m) 79s ago 2m 393M - 16.2.14-170-g620f25c1 d02b7545bf4f aa3ae1b986e6 2023-11-15T05:30:53.818 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (5m) 76s ago 5m - 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 99486f83359b 2023-11-15T05:30:53.818 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi142 smithi142 running (2m) 79s ago 2m 66.8M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f cef6206133a6 2023-11-15T05:30:53.818 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (3m) 76s ago 3m - - 1.3.1 1dbe0e931976 f79fe05cd0c1 2023-11-15T05:30:53.818 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi142 smithi142 *:9100 running (2m) 79s ago 2m 23.5M - 1.3.1 1dbe0e931976 69442360473f 2023-11-15T05:30:53.819 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi142 running (109s) 79s ago 109s 32.5M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f dd100f18160b 2023-11-15T05:30:53.819 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (105s) 76s ago 105s - 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 62a9d35c616b 2023-11-15T05:30:53.819 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi142 running (104s) 79s ago 104s 31.4M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 8254e6df7218 2023-11-15T05:30:53.819 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (99s) 76s ago 98s - 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 90f62516e928 2023-11-15T05:30:53.820 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi142 running (99s) 79s ago 98s 28.3M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 640e7c5be3bd 2023-11-15T05:30:53.820 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi138 running (92s) 76s ago 91s - 3236M 16.2.14-170-g620f25c1 d02b7545bf4f c8577b380c13 2023-11-15T05:30:53.820 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi142 running (93s) 79s ago 93s 30.5M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f f7f11df2f132 2023-11-15T05:30:53.820 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi138 running (85s) 76s ago 85s - 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 397867f143be 2023-11-15T05:30:53.820 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (2m) 76s ago 3m - - 2.33.4 514e6a882f6e 367f0559a15e 2023-11-15T05:30:53.942 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:53 smithi142 conmon[89206]: cluster 2023-11-15T05:30:52.109011+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:53.942 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:53 smithi142 conmon[89206]: 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:54.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:53 smithi138 conmon[84393]: cluster 2023-11-15T05:30:52.109011+0000 mgr.smithi138.outlvz (mgr.14180) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:54.433 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T05:30:54.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:54 smithi138 conmon[84393]: audit 2023-11-15T05:30:54.543809 2023-11-15T05:30:54.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:54 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:30:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:54 smithi142 conmon[89206]: audit 2023-11-15T05:30:54.543809+0000 mon.smithi138 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:30:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:54 smithi142 conmon[89206]: 2023-11-15T05:30:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:55 smithi138 conmon[84393]: audit 2023-11-15T05:30:53.807930+0000 mgr.smithi138.outlvz (mgr.14180) 153 : 2023-11-15T05:30:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:55 smithi138 conmon[84393]: audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:55 smithi138 conmon[84393]: cluster 2023-11-15T05:30:54.109254+0000 mgr.smithi138.outlvz (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:55 smithi142 conmon[89206]: audit 2023-11-15T05:30:53.807930+0000 mgr.smithi138.outlvz (mgr.14180) 153 : audit 2023-11-15T05:30:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:55 smithi142 conmon[89206]: [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:55 smithi142 conmon[89206]: cluster 2023-11-15T05:30:54.109254+0000 mgr.smithi138.outlvz (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:56.766 INFO:teuthology.orchestra.run.smithi138.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T05:30:56.767 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager ?:9093,9094 1/1 79s ago 4m count:1 2023-11-15T05:30:56.767 INFO:teuthology.orchestra.run.smithi138.stdout:crash 2/2 79s ago 4m * 2023-11-15T05:30:56.767 INFO:teuthology.orchestra.run.smithi138.stdout:grafana ?:3000 1/1 79s ago 4m count:1 2023-11-15T05:30:56.767 INFO:teuthology.orchestra.run.smithi138.stdout:mgr 2/2 79s ago 4m count:2 2023-11-15T05:30:56.767 INFO:teuthology.orchestra.run.smithi138.stdout:mon 2/2 79s ago 3m smithi138:172.21.15.138=smithi138;smithi142:172.21.15.142=smithi142;count:2 2023-11-15T05:30:56.768 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter ?:9100 2/2 79s ago 4m * 2023-11-15T05:30:56.768 INFO:teuthology.orchestra.run.smithi138.stdout:osd.all-available-devices 8 79s ago 2m * 2023-11-15T05:30:56.768 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus ?:9095 1/1 79s ago 4m count:1 2023-11-15T05:30:57.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:57 smithi142 conmon[89206]: cluster 2023-11-15T05:30:56.109606+0000 mgr.smithi138.outlvz (mgr.14180) 155 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:57.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:57 smithi142 conmon[89206]: audit 2023-11-15T05:30:56.314818+0000 mon.smithi138 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:30:57.466 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T05:30:57.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:57 smithi138 conmon[84393]: cluster 2023-11-15T05:30:56.109606+0000 mgr.smithi138.outlvz (mgr.14180) 155 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:57.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:57 smithi138 conmon[84393]: audit 2023-11-15T05:30:56.314818+0000 mon.smithi138 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:30:58.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:58 smithi138 conmon[84393]: audit 2023-11-15T05:30:56.761717+0000 mgr.smithi138.outlvz (mgr.14180) 156 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:58.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:58 smithi142 conmon[89206]: audit 2023-11-15T05:30:56.761717+0000 mgr.smithi138.outlvz (mgr.14180) 156 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:30:59.445 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:59 smithi138 conmon[84393]: cluster 2023-11-15T05:30:58.110101+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:30:59.445 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:30:59 smithi138 conmon[84393]: 157 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:59 smithi142 conmon[89206]: cluster 2023-11-15T05:30:58.110101+0000 mgr.smithi138.outlvz (mgr.14180) 157 2023-11-15T05:30:59.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:30:59 smithi142 conmon[89206]: : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:30:59.921 INFO:teuthology.orchestra.run.smithi138.stdout:HOST ADDR LABELS STATUS 2023-11-15T05:30:59.922 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 172.21.15.138 2023-11-15T05:30:59.922 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 172.21.15.142 2023-11-15T05:30:59.922 INFO:teuthology.orchestra.run.smithi138.stdout:2 hosts in cluster 2023-11-15T05:31:00.628 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T05:31:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:30:59.920994+0000 mgr.smithi138.outlvz (mgr.14180) 158 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: cluster 2023-11-15T05:31:00.110546+0000 mgr.smithi138.outlvz (mgr.14180) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:31:00.668516+0000 mon.smithi138 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:01.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:31:01.005351+0000 mon.smithi138 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:01.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:31:01.005992+0000 mon.smithi138 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:31:01.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:31:01.010356+0000 mon.smithi138 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:01.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:01 smithi138 conmon[84393]: audit 2023-11-15T05:31:01.013772+0000 mon.smithi138 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:31:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023-11-15T05:30:59.920994+0000 mgr.smithi138.outlvz (mgr.14180) 158 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: cluster 2023-11-15T05:31:00.110546+0000 mgr.smithi138.outlvz (mgr.14180) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:31:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: -15T05:31:00.668516+0000 mon.smithi138 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023-11-15T05:31:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: 2023-11-15T05:31:01 2023-11-15T05:31:01.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: .005351+0000 mon.smithi138 (mon.0) 602 : audit 2023-11-15T05:31:01.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:01.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023-11-15T05:31:01.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: 2023-11-15T05 2023-11-15T05:31:01.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: :31:01.005992+0000 mon.smithi138 (mon.0 2023-11-15T05:31:01.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: ) 603 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:31:01.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023-11-15T05:31:01.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: 2023-11-15 2023-11-15T05:31:01.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: T05:31:01.010356+0000 mon.smithi138 ( 2023-11-15T05:31:01.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:01.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: audit 2023 2023-11-15T05:31:01.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: -11-15T05:31:01 2023-11-15T05:31:01.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: .013772+0000 mon.smithi138 (mon.0) 2023-11-15T05:31:01.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:01 smithi142 conmon[89206]: 605 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:31:02.470 INFO:teuthology.orchestra.run.smithi138.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:31:02.471 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6161003C400BGN 372G 80s ago LVM detected, locked 2023-11-15T05:31:02.471 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme1n1 ssd Linux_8b03b3115a456fd4634c 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.471 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme2n1 ssd Linux_d003f8d2db70efcf7c57 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.471 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme3n1 ssd Linux_55c3ee9df66fe711a36b 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme4n1 ssd Linux_d58f8b32931a33e6a7be 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6303009Y400BGN 372G 84s ago LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme1n1 ssd Linux_1eb4d5d3c87f74a9df98 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme2n1 ssd Linux_ab7fd83604ac4fec99a1 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme3n1 ssd Linux_2cb10a8055b576edbc87 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:02.472 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme4n1 ssd Linux_429ec900de8207335b9e 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:03.198 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T05:31:03.213 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T05:31:03.213 INFO:tasks.vip:peername 172.21.15.138 2023-11-15T05:31:03.217 INFO:tasks.vip:172.21.15.138 in 172.21.0.0/20, pos 3977 2023-11-15T05:31:03.226 INFO:tasks.vip:smithi138.front.sepia.ceph.com static 10.0.15.138, vnet 10.0.0.0/16 2023-11-15T05:31:03.226 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T05:31:03.227 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip route ls 2023-11-15T05:31:03.255 INFO:teuthology.orchestra.run.smithi138.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T05:31:03.255 INFO:teuthology.orchestra.run.smithi138.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2023-11-15T05:31:03.258 INFO:tasks.vip:Configuring 10.0.15.138 on smithi138.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:31:03.259 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr add 10.0.15.138/16 dev enp3s0f1 2023-11-15T05:31:03.323 INFO:tasks.vip:peername 172.21.15.142 2023-11-15T05:31:03.326 INFO:tasks.vip:172.21.15.142 in 172.21.0.0/20, pos 3981 2023-11-15T05:31:03.331 INFO:tasks.vip:smithi142.front.sepia.ceph.com static 10.0.15.142, vnet 10.0.0.0/16 2023-11-15T05:31:03.331 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip route ls 2023-11-15T05:31:03.367 INFO:teuthology.orchestra.run.smithi142.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T05:31:03.367 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.142 metric 100 2023-11-15T05:31:03.368 INFO:tasks.vip:Configuring 10.0.15.142 on smithi142.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:31:03.369 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr add 10.0.15.142/16 dev enp3s0f1 2023-11-15T05:31:03.436 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:31:03.452 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:03.453 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T05:31:03.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:03 smithi138 conmon[84393]: cluster 2023-11-15T05:31:02.111141+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:03 smithi138 conmon[84393]: 160 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:03 smithi138 conmon[84393]: audit 2023-11-15T05:31:02.468070+0000 mgr.smithi138.outlvz (mgr.14180) 161 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:03 smithi142 conmon[89206]: cluster 2023-11-15T05:31:02.111141+0000 mgr.smithi138.outlvz (mgr.14180) 160 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:03 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:31:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:03 smithi142 conmon[89206]: :31:02.468070+0000 mgr.smithi138.outlvz (mgr.14180) 161 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:05.382 INFO:teuthology.orchestra.run.smithi138.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:31:05.382 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6161003C400BGN 372G 83s ago LVM detected, locked 2023-11-15T05:31:05.382 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme1n1 ssd Linux_8b03b3115a456fd4634c 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.383 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme2n1 ssd Linux_d003f8d2db70efcf7c57 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.383 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme3n1 ssd Linux_55c3ee9df66fe711a36b 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.384 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme4n1 ssd Linux_d58f8b32931a33e6a7be 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.384 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6303009Y400BGN 372G 87s ago LVM detected, locked 2023-11-15T05:31:05.384 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme1n1 ssd Linux_1eb4d5d3c87f74a9df98 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.385 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme2n1 ssd Linux_ab7fd83604ac4fec99a1 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.385 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme3n1 ssd Linux_2cb10a8055b576edbc87 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.386 INFO:teuthology.orchestra.run.smithi138.stdout:smithi142 /dev/nvme4n1 ssd Linux_429ec900de8207335b9e 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:31:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:05 smithi142 conmon[89206]: cluster 2023-11-15T05:31:04.111442+0000 mgr.smithi138.outlvz (mgr.14180) 162 : 2023-11-15T05:31:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:05 smithi142 conmon[89206]: cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:05 smithi142 conmon[89206]: audit 2023-11-15T05:31:05.390033+0000 mon.smithi138 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:31:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:05 smithi138 conmon[84393]: cluster 2023-11-15T05:31:04.111442+0000 mgr.smithi138.outlvz (mgr.14180) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:05 smithi138 conmon[84393]: audit 2023-11-15T05:31:05.390033+0000 mon.smithi138 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:31:06.098 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:31:06.111 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:06.111 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:31:06.142 INFO:teuthology.orchestra.run.smithi138.stderr:+ systemctl stop nfs-server 2023-11-15T05:31:06.150 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi142.front.sepia.ceph.com 2023-11-15T05:31:06.150 DEBUG:teuthology.orchestra.run.smithi142:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:31:06.177 INFO:teuthology.orchestra.run.smithi142.stderr:+ systemctl stop nfs-server 2023-11-15T05:31:06.184 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:31:06.195 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:06.195 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-15T05:31:06.941 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:06 smithi138 conmon[84393]: audit 2023-11-15T05:31:05.379016+0000 mgr.smithi138.outlvz (mgr.14180) 163 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:06 smithi142 conmon[89206]: audit 2023-11-15T05:31:05.379016+0000 mgr.smithi138.outlvz (mgr.14180) 163 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:07.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:07 smithi138 conmon[84393]: cluster 2023-11-15T05:31:06.111758+0000 mgr.smithi138.outlvz (mgr.14180) 164 : cluster [DBG] 2023-11-15T05:31:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:07 smithi138 conmon[84393]: pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:07 smithi138 conmon[84393]: audit 2023-11-15T05:31:07.130984+0000 mon.smithi138 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:07 smithi142 conmon[89206]: cluster 2023-11-15T05:31:06.111758+0000 mgr.smithi138.outlvz ( 2023-11-15T05:31:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:07 smithi142 conmon[89206]: mgr.14180) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:07 smithi142 conmon[89206]: audit 2023-11-15T05:31:07.130984+0000 mon.smithi138 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:08.797 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled rgw.foorgw update... 2023-11-15T05:31:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:09 smithi138 conmon[84393]: cluster 2023-11-15T05:31:08.112042+0000 mgr.smithi138.outlvz (mgr.14180) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:09.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:09 smithi138 conmon[84393]: audit 2023-11-15T05:31:08.796711+0000 mon.smithi138 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:09.856 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.138/16' 2023-11-15T05:31:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:09 smithi142 conmon[89206]: cluster 2023-11-15T05:31:08.112042+0000 mgr.smithi138.outlvz (mgr.14180) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:09 smithi142 conmon[89206]: audit 2023-11-15T05:31:08.796711+0000 mon.smithi138 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:10 smithi142 conmon[89206]: audit 2023-11-15T05:31:08.792438+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:10 smithi142 conmon[89206]: 166 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:10 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:08.793526+0000 mgr.smithi138.outlvz (mgr.14180) 167 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:31:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:10 smithi142 conmon[89206]: audit 2023-11-15T05:31:10.369553+0000 mon.smithi138 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:10 smithi138 conmon[84393]: audit 2023-11-15T05:31:08.792438+0000 mgr.smithi138.outlvz (mgr.14180) 166 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:10 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:08.793526+0000 mgr.smithi138.outlvz (mgr.14180) 167 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:31:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:10 smithi138 conmon[84393]: audit 2023-11-15T05:31:10.369553+0000 mon.smithi138 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:11 smithi138 conmon[84393]: cluster 2023-11-15T05:31:10.112342+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:11 smithi138 conmon[84393]: 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:11 smithi138 conmon[84393]: audit 2023-11-15T05:31:10.786429+0000 mon.smithi138 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:11 smithi142 conmon[89206]: cluster 2023-11-15T05:31:10.112342+0000 mgr.smithi138.outlvz (mgr.14180) 168 : cluster [DBG] 2023-11-15T05:31:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:11 smithi142 conmon[89206]: pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:11 smithi142 conmon[89206]: audit 2023-11-15T05:31:10.786429+0000 mon.smithi138 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:12.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:12 smithi138 conmon[84393]: audit 2023-11-15T05:31:11.942551+0000 2023-11-15T05:31:12.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:12 smithi138 conmon[84393]: mon.smithi138 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:31:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:12 smithi142 conmon[89206]: audit 2023-11-15T05:31:11.942551 2023-11-15T05:31:12.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:12 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:31:13.743 INFO:teuthology.orchestra.run.smithi138.stdout:NFS Cluster Created Successfully 2023-11-15T05:31:13.961 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:13 smithi138 conmon[84393]: audit 2023-11-15T05:31:11.941241+0000 mgr.smithi138.outlvz (mgr.14180) 169 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.138/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:13.961 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:13 smithi138 conmon[84393]: cluster 2023-11-15T05:31:12.112655+0000 mgr.smithi138.outlvz (mgr.14180) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:13.961 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:13 smithi138 conmon[84393]: audit 2023-11-15T05:31:12.702230+0000 mon.smithi138 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:31:13.962 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:13 smithi138 conmon[84393]: cluster 2023-11-15T05:31:12.702302+0000 mon.smithi138 (mon.0) 613 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:31:13.962 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:13 smithi138 conmon[84393]: audit 2023-11-15T05:31:12.705220+0000 mon.smithi138 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:31:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: audit 2023-11-15T05:31:11.941241+0000 mgr.smithi138.outlvz (mgr.14180) 169 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.138/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: cluster 2023-11-15T05:31:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: 2023-11-15T05:31:12.112655+0000 mgr.smithi138.outlvz (mgr.14180) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: audit 2023-11-15T05:31:12.702230+0000 mon.smithi138 2023-11-15T05:31:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:31:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: cluster 2023-11-15T05:31:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: 2023-11-15T05:31:12 2023-11-15T05:31:13.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: .702302+0000 mon.smithi138 (mon.0) 613 : 2023-11-15T05:31:13.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:31:13.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: audit 2023-11-15T05:31:13.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: 2023-11-15 2023-11-15T05:31:13.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: T05:31:12.705220+0000 mon.smithi138 (mon 2023-11-15T05:31:13.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:13 smithi142 conmon[89206]: .0) 614 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:31:14.865 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:31:14.875 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:14.876 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-15T05:31:14.905 INFO:teuthology.orchestra.run.smithi138.stderr:+ dnf install -y python3-boto3 2023-11-15T05:31:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: audit 2023-11-15T05:31:13.711468+0000 mon.smithi138 (mon.0) 615 : audit 2023-11-15T05:31:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:31:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: cluster 2023-11-15T05:31:13.711592+0000 mon.smithi138 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:31:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: audit 2023-11-15T05:31:13.737534+0000 mon.smithi138 ( 2023-11-15T05:31:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: audit 2023-11-15T05:31: 2023-11-15T05:31:14.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:14 smithi142 conmon[89206]: 13.741455+0000 mon.smithi138 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: audit 2023-11-15T05:31:13. 2023-11-15T05:31:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: 711468+0000 mon.smithi138 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:31:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: cluster 2023-11-15T05:31:13.711592+0000 mon.smithi138 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:31:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: audit 2023-11-15T05:31:13.737534+0000 mon.smithi138 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: audit 2023-11-15T05:31:13.741455+0000 mon.smithi138 (mon.0) 2023-11-15T05:31:15.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:14 smithi138 conmon[84393]: 618 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.257 INFO:teuthology.orchestra.run.smithi138.stdout:Updating Subscription Management repositories. 2023-11-15T05:31:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:13.734436+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: 171 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:31:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:13.738719+0000 mgr.smithi138.outlvz (mgr.14180) 172 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:31:15.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: cluster 2023-11-15T05:31:14.113053+0000 mgr.smithi138.outlvz (mgr.14180) 173 : cluster [DBG] pgmap v143: 33 pgs: 27 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:15.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: cluster 2023-11-15T05:31:14.716158+0000 mon.smithi138 (mon.0) 619 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:31:15.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.030588+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.031591+0000 mon.smithi138 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:15.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.032232+0000 mon.smithi138 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:31:15.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.037046+0000 mon.smithi138 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.040515+0000 mon.smithi138 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:31:15.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.048591+0000 mon.smithi138 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.049095+0000 mon.smithi138 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi142.vvnuzl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:15.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.052867+0000 mon.smithi138 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi142.vvnuzl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:15.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.058032+0000 mon.smithi138 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:15.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:15 smithi142 conmon[89206]: audit 2023-11-15T05:31:15.058639+0000 mon.smithi138 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:13.734436 2023-11-15T05:31:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 171 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:31:16.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:13.738719+0000 mgr.smithi138.outlvz (mgr.14180) 172 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:31:16.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: cluster 2023-11-15T05:31:14.113053+0000 mgr.smithi138.outlvz (mgr.14180) 173 : cluster [DBG] pgmap v143: 33 pgs: 27 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:16.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: cluster 2023-11-15T05:31:14.716158+0000 mon.smithi138 (mon.0) 619 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:31:16.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.030588+0000 mon.smithi138 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:16.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.031591+0000 mon.smithi138 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:16.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.032232+0000 mon.smithi138 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:31:16.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.037046+0000 mon.smithi138 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:16.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.040515+0000 mon.smithi138 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:31:16.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.048591+0000 mon.smithi138 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:16.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.049095+0000 mon.smithi138 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi142.vvnuzl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:16.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.052867 2023-11-15T05:31:16.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi142.vvnuzl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:16.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15.058032+0000 mon.smithi138 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:16.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: audit 2023-11-15T05:31:15. 2023-11-15T05:31:16.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: 058639+0000 mon.smithi138 (mon.0) 629 : audit [DBG] 2023-11-15T05:31:16.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:15 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:16.230 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:09:02 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:31:16.861 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:16 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:15.044459+0000 mgr.smithi138.outlvz (mgr.14180) 174 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:31:16.861 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:16 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:15.059177+0000 mgr.smithi138.outlvz (mgr.14180) 175 : cephadm [INF] Deploying daemon rgw.foorgw.smithi142.vvnuzl on smithi142 2023-11-15T05:31:16.861 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:16 smithi142 conmon[89206]: cluster 2023-11-15T05:31:15.751617+0000 mon.smithi138 (mon.0) 630 : cluster [DBG] mgrmap e19: smithi138.outlvz(active, since 3m), standbys: smithi142.hyrzmk 2023-11-15T05:31:16.861 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:16 smithi142 conmon[89206]: cluster 2023-11-15T05:31:16.113353+0000 mgr.smithi138.outlvz (mgr.14180) 176 : cluster [DBG] pgmap v145: 33 pgs: 22 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:15 2023-11-15T05:31:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: .044459+0000 mgr.smithi138.outlvz (mgr.14180) 174 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:31:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:15 2023-11-15T05:31:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: .059177+0000 mgr.smithi138.outlvz (mgr.14180) 175 : cephadm [INF] 2023-11-15T05:31:17.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: Deploying daemon rgw.foorgw.smithi142.vvnuzl on smithi142 2023-11-15T05:31:17.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: cluster 2023-11-15T05:31:17.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: 2023-11 2023-11-15T05:31:17.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: -15T05:31:15. 2023-11-15T05:31:17.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: 751617+0000 mon.smithi138 (mon.0 2023-11-15T05:31:17.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: ) 630 : cluster [DBG] mgrmap e19: smithi138.outlvz(active, since 3m), standbys: smithi142.hyrzmk 2023-11-15T05:31:17.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: cluster 2023 2023-11-15T05:31:17.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: -11-15T05:31:16 2023-11-15T05:31:17.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: .113353+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:31:17.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:16 smithi138 conmon[84393]: ) 176 : cluster [DBG] pgmap v145: 33 pgs: 22 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:18.134 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-15T05:31:18.135 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:31:18.135 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-11-15T05:31:18.135 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:31:18.135 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-11-15T05:31:18.136 INFO:teuthology.orchestra.run.smithi138.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-11-15T05:31:18.136 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-11-15T05:31:18.136 INFO:teuthology.orchestra.run.smithi138.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-11-15T05:31:18.136 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2023-11-15T05:31:18.137 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:18.138 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 4.8 M 2023-11-15T05:31:18.138 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 49 M 2023-11-15T05:31:18.139 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-11-15T05:31:18.500 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 595 kB/s | 108 kB 00:00 2023-11-15T05:31:18.525 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 738 kB/s | 152 kB 00:00 2023-11-15T05:31:18.565 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 701 kB/s | 45 kB 00:00 2023-11-15T05:31:18.713 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 11 MB/s | 4.5 MB 00:00 2023-11-15T05:31:18.713 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:31:18.714 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.3 MB/s | 4.8 MB 00:00 2023-11-15T05:31:18.714 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-11-15T05:31:18.721 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-11-15T05:31:18.721 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-11-15T05:31:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.740528+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.741793+0000 mon.smithi138 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi138.jsfygo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.745600+0000 mon.smithi138 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi138.jsfygo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: cluster 2023-11-15T05:31:17.753677+0000 mon.smithi138 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:31:19.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.755553+0000 mon.smithi142 (mon.1) 19 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:31:19.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.761144+0000 mon.smithi138 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:19.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.761792+0000 mon.smithi138 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:31:19.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: audit 2023-11-15T05:31:17.763046+0000 mon.smithi138 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:19.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:17.763625+0000 mgr.smithi138.outlvz (mgr.14180) 177 : cephadm [INF] Deploying daemon rgw.foorgw.smithi138.jsfygo on smithi138 2023-11-15T05:31:19.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:18 smithi138 conmon[84393]: cluster 2023-11-15T05:31:18.113719+0000 mgr.smithi138.outlvz (mgr.14180) 178 : cluster [DBG] pgmap v147: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:19.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.740528+0000 mon.smithi138 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.741793+0000 mon.smithi138 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi138.jsfygo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.745600+0000 mon.smithi138 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi138.jsfygo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: cluster 2023-11-15T05:31:17.753677+0000 mon.smithi138 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:31:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.755553+0000 mon.smithi142 (mon.1) 19 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:31:19.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.761144+0000 mon.smithi138 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:19.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.761792+0000 mon.smithi138 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:31:19.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: audit 2023-11-15T05:31:17.763046+0000 mon.smithi138 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:19.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:17.763625+0000 mgr.smithi138.outlvz (mgr.14180) 177 : cephadm [INF] Deploying daemon rgw.foorgw.smithi138.jsfygo on smithi138 2023-11-15T05:31:19.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:18 smithi142 conmon[89206]: cluster 2023-11-15T05:31:18.113719+0000 mgr.smithi138.outlvz (mgr.14180) 178 : cluster [DBG] pgmap v147: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:31:19.490 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-11-15T05:31:19.497 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-11-15T05:31:19.725 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-11-15T05:31:20.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:19 smithi138 conmon[84393]: audit 2023-11-15T05:31:18.752537+0000 mon.smithi138 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T05:31:20.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:19 smithi138 conmon[84393]: cluster 2023-11-15T05:31:18.752638+0000 mon.smithi138 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:31:20.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:19 smithi142 conmon[89206]: audit 2023-11-15T05:31:18.752537+0000 mon.smithi138 (mon.0) 638 : 2023-11-15T05:31:20.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:19 smithi142 conmon[89206]: audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T05:31:20.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:19 smithi142 conmon[89206]: cluster 2023-11-15T05:31:18.752638+0000 mon.smithi138 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:31:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cluster 2023-11-15T05:31:19.764198+0000 mon.smithi138 (mon. 2023-11-15T05:31:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: 0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:31:21.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:19.766391+0000 mon.smithi142 (mon.1) 20 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:31:21.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:19.766762+0000 mon.smithi138 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:31:21.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cluster 2023-11-15T05:31:20.114050+0000 mgr.smithi138.outlvz (mgr.14180) 179 : cluster [DBG] pgmap v150: 97 pgs: 54 unknown, 43 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-15T05:31:21.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.472726+0000 mon.smithi138 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:21.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.477193+0000 mon.smithi138 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:21.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:20.493349+0000 mgr.smithi138.outlvz (mgr.14180) 180 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.ernnan 2023-11-15T05:31:21.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.493720+0000 mon.smithi138 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:31:21.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.497793+0000 mon.smithi138 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:31:21.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:20.498358+0000 mgr.smithi138.outlvz (mgr.14180) 181 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:31:21.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.498621+0000 mon.smithi138 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:31:21.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.502076+0000 mon.smithi138 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:31:21.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.503343+0000 mon.smithi138 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:21.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.544162+0000 mon.smithi138 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:31:21.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.548042+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:31:21.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:20.592159+0000 mgr.smithi138.outlvz (mgr.14180) 182 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:31:21.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:20.592251+0000 mgr.smithi138.outlvz (mgr.14180) 183 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.ernnan-rgw 2023-11-15T05:31:21.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.592601+0000 mon.smithi138 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:21.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.595999+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:21.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.599701+0000 mon.smithi138 (mon.0) 653 2023-11-15T05:31:21.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:21.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:20 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:20.600454+0000 mgr.smithi138.outlvz (mgr.14180) 184 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.ernnan on smithi138 2023-11-15T05:31:21.091 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-11-15T05:31:21.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cluster 2023-11-15T05:31:19.764198+0000 mon.smithi138 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:31:21.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:19.766391+0000 mon.smithi142 (mon.1) 20 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:31:21.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:19.766762+0000 mon.smithi138 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:31:21.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cluster 2023-11-15T05:31:20.114050+0000 mgr.smithi138.outlvz (mgr.14180) 179 : cluster [DBG] pgmap v150: 97 pgs: 54 unknown, 43 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:20.472726+0000 mon.smithi138 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: :31:20.477193+0000 mon.smithi138 (mon.0) 643 : audit [INF] 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm 2023-11-15T05:31 2023-11-15T05:31:21.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: :20.493349+0000 mgr.smithi138.outlvz (mgr.14180) 180 : 2023-11-15T05:31:21.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm [INF] Creating key for client.nfs.foo.0.0.smithi138.ernnan 2023-11-15T05:31:21.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:31:21.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 31:20.493720+0000 mon.smithi138 (mon.0) 644 : 2023-11-15T05:31:21.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:31:21.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:20.497793+0000 mon.smithi138 2023-11-15T05:31:21.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:31:21.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm 2023- 2023-11-15T05:31:21.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 11-15T05:31:20.498358+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:31:21.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: .14180) 181 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:31:21.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:31:21.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: :31:20.498621+0000 mon.smithi138 (mon.0) 646 : audit [INF] 2023-11-15T05:31:21.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:31:21.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:21.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 2023-11-15T05:31:20.502076+0000 mon.smithi138 (mon.0) 2023-11-15T05:31:21.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 647 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:31:21.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:20 2023-11-15T05:31:21.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: .503343+0000 mon.smithi138 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:21.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 2023-11-15T05:31:21.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023 2023-11-15T05:31:21.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: -11-15T05:31:20.544162+0000 mon.smithi138 (mon.0) 649 : audit [INF] 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: T05:31:20.548042+0000 mon.smithi138 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:20. 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 592159+0000 mgr.smithi138.outlvz (mgr.14180) 182 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:31:21.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm 2023-11-15T05:31: 2023-11-15T05:31:21.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 20.592251+0000 mgr.smithi138.outlvz (mgr.14180) 183 : cephadm [INF] 2023-11-15T05:31:21.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: Creating key for client.nfs.foo.0.0.smithi138.ernnan-rgw 2023-11-15T05:31:21.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:21.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 2023-11-15T05:31:20.592601+0000 mon.smithi138 (mon.0) 651 : audit 2023-11-15T05:31:21.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:31:21.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:31:21.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: 31:20.595999+0000 mon.smithi138 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.ernnan-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:31:21.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: audit 2023-11-15T05:31:20.599701+0000 mon.smithi138 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:31:21.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:20 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:20.600454+0000 mgr.smithi138.outlvz (mgr.14180) 184 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi138.ernnan on smithi138 2023-11-15T05:31:21.482 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-11-15T05:31:21.800 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-11-15T05:31:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:21 smithi138 conmon[84393]: audit 2023-11-15T05:31:20.769212+0000 mon.smithi138 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:31:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:21 smithi138 conmon[84393]: cluster 2023-11-15T05:31:20.769374+0000 mon.smithi138 (mon.0) 655 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:31:22.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:21 smithi142 conmon[89206]: audit 2023-11-15T05:31:20.769212+0000 mon.smithi138 (mon.0) 654 : audit [INF] 2023-11-15T05:31:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:21 smithi142 conmon[89206]: from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:31:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:21 smithi142 conmon[89206]: cluster 2023-11-15T05:31:20.769374+0000 mon.smithi138 (mon.0) 655 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:31:23.042 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-15T05:31:23.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: cluster 2023-11-15T05:31:21.772768+0000 mon.smithi138 (mon.0 2023-11-15T05:31:23.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: ) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:31:23.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: audit 2023-11-15T05:31:21.775186+0000 mon.smithi142 (mon.1) 21 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: 2023-11-15T05:31:21.782583+0000 mon.smithi138 (mon.0) 657 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: audit 2023-11-15T05:31:21.786027+0000 mon.smithi138 ( 2023-11-15T05:31:23.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: cluster 2023-11-15T05:31:23.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: 2023-11 2023-11-15T05:31:23.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: -15T05:31:22.114626+0000 mgr.smithi138.outlvz (mgr.14180) 185 : cluster [DBG] pgmap v153: 129 pgs: 6 creating+peering, 90 active+clean, 33 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 2 op/s 2023-11-15T05:31:23.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: 2023-11-15T05:31:22.774691 2023-11-15T05:31:23.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 659 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:31:23.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: audit 2023-11-15T05:31:22.774804+0000 mon.smithi138 (mon.0) 660 : audit [INF] 2023-11-15T05:31:23.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:31:23.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: cluster 2023-11-15T05:31:22.774876 2023-11-15T05:31:23.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:22 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 661 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T05:31:23.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: cluster 2023-11-15T05:31:21.772768+0000 mon.smithi138 (mon.0) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:31:23.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: audit 2023-11-15T05:31:21.775186+0000 2023-11-15T05:31:23.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: mon.smithi142 (mon.1) 21 : audit [INF] from='client.? 172.21.15.142:0/1616768487' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: audit 2023-11-15T05:31:21.782583+0000 mon.smithi138 ( 2023-11-15T05:31:23.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: mon.0) 657 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:31:23.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: 05:31:21.786027+0000 mon.smithi138 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:31:23.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: cluster 2023-11-15T05:31:23.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: 2023-11-15T05:31:22.114626+0000 mgr.smithi138.outlvz ( 2023-11-15T05:31:23.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: mgr.14180) 185 : cluster [DBG] 2023-11-15T05:31:23.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: pgmap v153: 129 pgs: 6 creating+peering, 90 active+clean, 33 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 2 op/s 2023-11-15T05:31:23.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: audit 2023 2023-11-15T05:31:23.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: -11-15T05:31:22.774691+0000 mon.smithi138 (mon 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: .0) 659 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: audit 2023-11-15T05:31:22 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: .774804+0000 mon.smithi138 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: cluster 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: 2023-11-15T05:31:22.774876+0000 mon.smithi138 2023-11-15T05:31:23.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:22 smithi138 conmon[84393]: (mon.0) 661 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T05:31:23.761 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-15T05:31:23.761 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-11-15T05:31:23.762 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-11-15T05:31:23.762 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-11-15T05:31:24.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: audit 2023-11-15T05:31:23.328907+0000 mon.smithi138 (mon.0) 2023-11-15T05:31:24.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: 662 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:24.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: cluster 2023-11-15T05:31:23.773310+0000 mon.smithi138 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T05:31:24.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: audit 2023-11-15T05:31:23.775506+0000 mon.smithi138 (mon.0) 664 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:24.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: audit 2023-11-15T05:31:23.776596+0000 mon.smithi142 (mon.1) 22 : audit [INF] from='client.? 172.21.15.142:0/2352970160' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:24.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:24 smithi138 conmon[84393]: audit 2023-11-15T05:31:23.777887+0000 mon.smithi138 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:24.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.328907+0000 mon.smithi138 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:24.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: cluster 2023-11-15T05:31:23.773310+0000 mon.smithi138 ( 2023-11-15T05:31:24.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T05:31:24.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.775506+0000 mon.smithi138 (mon.0) 664 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:24.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.776596+0000 mon.smithi142 (mon.1) 22 : audit [INF] from='client.? 172.21.15.142:0/2352970160' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:24.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: audit 2023-11-15T05:31:23.777887+0000 mon.smithi138 (mon.0) 665 : audit [INF] 2023-11-15T05:31:24.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:24 smithi142 conmon[89206]: from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:31:25.008 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-11-15T05:31:25.009 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:09:11 ago on Wed 15 Nov 2023 05:22:13 AM UTC. 2023-11-15T05:31:25.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: cluster 2023-11-15T05:31:24.115149+0000 mgr.smithi138.outlvz (mgr.14180) 186 2023-11-15T05:31:25.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: : cluster [DBG] pgmap v156: 161 pgs: 10 creating+peering, 97 active+clean, 54 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-11-15T05:31:25.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.780958+0000 mon.smithi138 (mon.0) 666 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:31:25.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.781107+0000 mon.smithi138 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:31:25.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: cluster 2023-11-15T05:31:24.781210+0000 mon.smithi138 (mon.0) 668 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T05:31:25.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.790581+0000 mon.smithi142 (mon.1) 23 : audit [INF] from='client.? 172.21.15.142:0/2352970160' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.790817 2023-11-15T05:31:25.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 669 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.791474+0000 mon.smithi138 (mon.0) 670 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023 2023-11-15T05:31:25.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: -11-15T05:31:24.948630+0000 mon.smithi138 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:25.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: audit 2023-11-15T05:31:24.955733 2023-11-15T05:31:25.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:25 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:25.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: cluster 2023-11-15T05:31:24.115149+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:31:25.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: ) 186 : cluster [DBG] pgmap v156: 161 pgs: 10 creating+peering, 97 active+clean, 54 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-11-15T05:31:25.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24.780958+0000 mon.smithi138 (mon.0) 666 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:31:25.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24.781107+0000 mon.smithi138 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:31:25.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: cluster 2023-11-15T05:31:24.781210+0000 mon.smithi138 (mon.0) 668 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T05:31:25.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24.790581+0000 mon.smithi142 (mon.1) 23 : audit [INF] 2023-11-15T05:31:25.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: from='client.? 172.21.15.142:0/2352970160' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24.790817+0000 mon.smithi138 (mon.0) 669 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: 2023-11-15T05:31:25.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:31:25.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: T05:31:24.791474+0000 mon.smithi138 (mon.0) 670 : audit [INF] 2023-11-15T05:31:25.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:25.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24 2023-11-15T05:31:25.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: .948630+0000 mon.smithi138 (mon.0) 671 : audit 2023-11-15T05:31:25.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:25.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: audit 2023-11-15T05:31:24 2023-11-15T05:31:25.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: .955733+0000 mon.smithi138 (mon.0) 672 : audit 2023-11-15T05:31:25.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:25 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:26.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: cephadm 2023-11-15T05:31:24.963022+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:26.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: 187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.tdmaao on smithi142 2023-11-15T05:31:26.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: audit 2023-11-15T05:31:25.782303+0000 mon.smithi138 (mon.0) 673 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:26.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: audit 2023-11-15T05:31:25. 2023-11-15T05:31:26.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: 782380+0000 mon.smithi138 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:26.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: cluster 2023 2023-11-15T05:31:26.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: -11-15T05:31:25.782458+0000 mon.smithi138 (mon.0) 675 2023-11-15T05:31:26.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:26 smithi142 conmon[89206]: : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T05:31:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: cephadm 2023-11-15T05:31:24.963022+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:31:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: ) 187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.tdmaao on smithi142 2023-11-15T05:31:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: audit 2023-11-15T05:31:25.782303 2023-11-15T05:31:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 673 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: audit 2023 2023-11-15T05:31:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: -11-15T05:31:25.782380+0000 mon.smithi138 ( 2023-11-15T05:31:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi142.vvnuzl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: cluster 2023 2023-11-15T05:31:26.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: -11-15T05:31:25.782458+0000 mon.smithi138 2023-11-15T05:31:26.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:26 smithi138 conmon[84393]: (mon.0) 675 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T05:31:27.247 INFO:teuthology.orchestra.run.smithi138.stdout:Installed products updated. 2023-11-15T05:31:27.347 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:27.347 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-11-15T05:31:27.348 INFO:teuthology.orchestra.run.smithi138.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-11-15T05:31:27.348 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-11-15T05:31:27.348 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:27.348 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-15T05:31:27.470 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-15T05:31:27.538 INFO:teuthology.orchestra.run.smithi138.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-15T05:31:27.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:27 smithi142 conmon[89206]: cluster 2023-11-15T05:31:26.115570+0000 mgr.smithi138.outlvz (mgr.14180) 188 : cluster [DBG] pgmap v159: 161 pgs: 11 creating+peering, 110 active+clean, 40 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-11-15T05:31:27.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:27 smithi142 conmon[89206]: 2023-11-15T05:31:27.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:27 smithi138 conmon[84393]: cluster 2023-11-15T05:31 2023-11-15T05:31:27.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:27 smithi138 conmon[84393]: :26.115570+0000 mgr.smithi138.outlvz (mgr.14180) 188 : cluster [DBG] pgmap v159: 161 pgs: 11 creating+peering, 110 active+clean, 40 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-11-15T05:31:27.885 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 2023-11-15T05:31:27.942 INFO:teuthology.orchestra.run.smithi138.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T05:31:29.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:29 smithi138 conmon[84393]: cluster 2023-11-15T05:31:28.116122+0000 mgr.smithi138.outlvz (mgr.14180) 189 : cluster [DBG] pgmap v160: 161 pgs: 9 creating+peering, 152 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 KiB/s rd, 6.4 KiB/s wr, 261 op/s 2023-11-15T05:31:29.662 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:29 smithi138 conmon[84393]: audit 2023-11-15T05:31:28.334466+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:29.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:29 smithi142 conmon[89206]: cluster 2023-11-15T05:31:28.116122+0000 mgr.smithi138.outlvz (mgr.14180) 189 : cluster [DBG] pgmap v160: 161 pgs: 9 creating+peering, 152 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 KiB/s rd, 6.4 KiB/s wr, 261 op/s 2023-11-15T05:31:29.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:29 smithi142 conmon[89206]: 2023-11-15T05:31:29.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:29 smithi142 conmon[89206]: audit 2023-11-15T05:31:28.334466+0000 mon.smithi138 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:30.503 INFO:teuthology.run_tasks:Running task python... 2023-11-15T05:31:30.514 INFO:tasks.python:Running python on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:30.515 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-15T05:31:30.515 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-15T05:31:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:31 smithi142 conmon[89206]: cluster 2023-11-15T05:31:30.116771+0000 mgr.smithi138.outlvz (mgr.14180) 190 : cluster 2023-11-15T05:31:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:31 smithi142 conmon[89206]: [DBG] pgmap v161: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.7 KiB/s wr, 236 op/s 2023-11-15T05:31:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:31 smithi138 conmon[84393]: cluster 2023-11-15T05:31:30.116771 2023-11-15T05:31:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:31 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 190 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.7 KiB/s wr, 236 op/s 2023-11-15T05:31:32.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:32 smithi142 conmon[89206]: cluster 2023-11-15T05:31:31.341727+0000 mon.smithi138 (mon.0) 677 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T05:31:32.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:32 smithi142 conmon[89206]: audit 2023-11-15T05:31:31.343422+0000 mon.smithi138 (mon.0) 678 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T05:31:32.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:32 smithi138 conmon[84393]: cluster 2023-11-15T05:31:31.341727+0000 mon.smithi138 (mon.0) 677 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T05:31:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:32 smithi138 conmon[84393]: audit 2023-11-15T05:31:31.343422+0000 mon.smithi138 (mon.0) 678 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T05:31:33.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: cluster 2023-11-15T05:31:32.117400+0000 mgr.smithi138.outlvz (mgr.14180) 191 : cluster [DBG] pgmap v163: 193 pgs: 5 creating+peering, 27 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 5.6 KiB/s wr, 291 op/s 2023-11-15T05:31:33.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: audit 2023-11-15T05:31:32.348131+0000 2023-11-15T05:31:33.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: mon.smithi138 (mon.0) 679 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T05:31:33.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: cluster 2023-11-15T05:31:32.348385+0000 mon.smithi138 (mon.0) 680 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T05:31:33.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: audit 2023-11-15T05:31:32.357966+0000 mon.smithi138 (mon.0) 681 : audit [INF] 2023-11-15T05:31:33.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:33 smithi142 conmon[89206]: from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: cluster 2023-11-15T05:31:32.117400+0000 mgr.smithi138.outlvz (mgr.14180) 191 : cluster [DBG] pgmap v163: 193 pgs: 5 creating+peering, 27 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 5.6 KiB/s wr, 291 op/s 2023-11-15T05:31:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: audit 2023-11-15T05:31:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: 2023-11-15T05:31:32.348131+0000 mon.smithi138 (mon.0) 679 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T05:31:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: cluster 2023-11-15T05:31:32.348385+0000 mon.smithi138 (mon.0) 680 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T05:31:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: audit 2023-11-15T05:31:32.357966+0000 mon.smithi138 (mon.0) 681 2023-11-15T05:31:33.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:33 smithi138 conmon[84393]: : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:31:34.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:34 smithi142 conmon[89206]: audit 2023-11-15T05:31:33.352382+0000 mon.smithi138 (mon. 2023-11-15T05:31:34.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:34 smithi142 conmon[89206]: 0) 682 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:34.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:34 smithi142 conmon[89206]: cluster 2023-11-15T05:31:33.352462+0000 mon.smithi138 (mon.0) 683 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T05:31:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:34 smithi138 conmon[84393]: audit 2023-11-15T05:31:33.352382+0000 2023-11-15T05:31:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:34 smithi138 conmon[84393]: mon.smithi138 (mon.0) 682 : audit [INF] from='client.? 172.21.15.138:0/1104798517' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:31:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:34 smithi138 conmon[84393]: cluster 2023-11-15T05:31:33.352462+0000 mon.smithi138 (mon.0) 683 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T05:31:35.430 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:31:35.441 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:31:35.441 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-11-15T05:31:35.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: cluster 2023-11-15T05:31:34.117857+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:31:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: 14180) 192 : cluster [DBG] pgmap v166: 193 pgs: 5 creating+peering, 23 unknown, 165 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 1.2 KiB/s wr, 129 op/s 2023-11-15T05:31:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: cluster 2023-11-15T05:31:34.360751+0000 mon.smithi138 (mon.0) 684 : cluster 2023-11-15T05:31:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T05:31:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:31:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: T05:31:34.362720+0000 mon.smithi138 (mon.0) 685 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:31:35.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:35 smithi142 conmon[89206]: 2023-11-15T05:31:35.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:35 smithi138 conmon[84393]: cluster 2023-11-15T05:31:34.117857+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:31:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:35 smithi138 conmon[84393]: 14180) 192 : cluster [DBG] pgmap v166: 193 pgs: 5 creating+peering, 23 unknown, 165 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 1.2 KiB/s wr, 129 op/s 2023-11-15T05:31:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:35 smithi138 conmon[84393]: cluster 2023-11-15T05:31:34.360751+0000 mon.smithi138 (mon.0) 684 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T05:31:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:35 smithi138 conmon[84393]: audit 2023- 2023-11-15T05:31:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:35 smithi138 conmon[84393]: 11-15T05:31:34.362720+0000 mon.smithi138 (mon.0) 685 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:31:36.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: audit 2023-11-15T05:31:35. 2023-11-15T05:31:36.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: 363262+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T05:31:36.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: cluster 2023-11-15T05:31:35.363667+0000 mon.smithi138 (mon.0) 687 : cluster 2023-11-15T05:31:36.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T05:31:36.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: cluster 2023-11-15T05:31:36 2023-11-15T05:31:36.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:36 smithi142 conmon[89206]: .361182+0000 mon.smithi138 (mon.0) 688 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T05:31:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:36 smithi138 conmon[84393]: audit 2023-11-15T05:31:35.363262+0000 mon.smithi138 (mon.0) 686 : audit [INF] from='client.? 172.21.15.138:0/2671480313' entity='client.rgw.foorgw.smithi138.jsfygo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T05:31:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:36 smithi138 conmon[84393]: cluster 2023-11-15T05:31:35.363667+0000 mon.smithi138 (mon.0) 687 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T05:31:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:36 smithi138 conmon[84393]: cluster 2023-11-15T05:31:36.361182+0000 mon.smithi138 (mon.0) 688 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T05:31:37.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:37 smithi142 conmon[89206]: cluster 2023-11-15T05:31:36.118254+0000 mgr.smithi138.outlvz (mgr.14180) 193 : cluster 2023-11-15T05:31:37.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:37 smithi142 conmon[89206]: [DBG] pgmap v169: 225 pgs: 10 creating+peering, 45 unknown, 170 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 28 op/s 2023-11-15T05:31:37.728 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:37 smithi138 conmon[84393]: cluster 2023-11-15T05:31:36.118254 2023-11-15T05:31:37.728 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:37 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 193 : cluster [DBG] pgmap v169: 225 pgs: 10 creating+peering, 45 unknown, 170 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 28 op/s 2023-11-15T05:31:37.729 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2023-11-15T05:31:37.729 INFO:teuthology.orchestra.run.smithi138.stdout: "bind": "/foouser", 2023-11-15T05:31:37.729 INFO:teuthology.orchestra.run.smithi138.stdout: "path": "/", 2023-11-15T05:31:37.729 INFO:teuthology.orchestra.run.smithi138.stdout: "cluster": "foo", 2023-11-15T05:31:37.730 INFO:teuthology.orchestra.run.smithi138.stdout: "mode": "RW", 2023-11-15T05:31:37.730 INFO:teuthology.orchestra.run.smithi138.stdout: "squash": "none" 2023-11-15T05:31:37.730 INFO:teuthology.orchestra.run.smithi138.stdout:} 2023-11-15T05:31:38.377 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:31:38.396 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T05:31:38.396 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:38.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:38 smithi142 conmon[89206]: audit 2023-11-15T05:31:37.609153+0000 mgr.smithi138.outlvz (mgr.14180) 194 : audit [DBG] 2023-11-15T05:31:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:38 smithi142 conmon[89206]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:38.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:38 smithi138 conmon[84393]: audit 2023-11-15T05:31:37.609153+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:31:38.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:38 smithi138 conmon[84393]: .14180) 194 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:31:39.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:39 smithi138 conmon[84393]: cluster 2023-11-15T05:31:38.118880+0000 mgr.smithi138.outlvz (mgr.14180) 195 : cluster [DBG] pgmap v171: 225 pgs: 5 creating+peering, 8 unknown, 212 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 1.5 KiB/s wr, 81 op/s 2023-11-15T05:31:39.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:39 smithi142 conmon[89206]: cluster 2023-11-15T05:31:38.118880+0000 mgr.smithi138.outlvz (mgr.14180) 195 : cluster [DBG] pgmap v171: 225 pgs: 5 creating+peering, 8 unknown, 212 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 1.5 KiB/s wr, 81 op/s 2023-11-15T05:31:40.217 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:40.218 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:40.793 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:41.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:41 smithi142 conmon[89206]: cluster 2023-11-15T05:31:40.119427+0000 mgr.smithi138.outlvz (mgr.14180) 196 : cluster [DBG] pgmap v172: 225 pgs: 5 creating+peering, 220 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 1.7 KiB/s wr, 69 op/s 2023-11-15T05:31:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:41 smithi142 conmon[89206]: audit 2023-11-15T05:31:40.213554 2023-11-15T05:31:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:41 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 197 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:41 smithi138 conmon[84393]: cluster 2023-11-15T05:31:40.119427+0000 mgr.smithi138.outlvz (mgr.14180) 196 : cluster [DBG] pgmap v172: 225 pgs: 5 creating+peering, 220 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 1.7 KiB/s wr, 69 op/s 2023-11-15T05:31:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:41 smithi138 conmon[84393]: audit 2023-11-15T05:31:40.213554+0000 mgr.smithi138.outlvz (mgr.14180) 197 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:41.794 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:43.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:43 smithi138 conmon[84393]: cluster 2023-11-15T05:31:42.120454+0000 mgr.smithi138.outlvz (mgr.14180) 198 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 1.3 KiB/s wr, 70 op/s 2023-11-15T05:31:43.629 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:43.630 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:43.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:43 smithi142 conmon[89206]: cluster 2023-11-15T05:31:42.120454+0000 mgr.smithi138.outlvz (mgr.14180) 198 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 1.3 KiB/s wr, 70 op/s 2023-11-15T05:31:44.233 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:44.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:44 smithi138 conmon[84393]: audit 2023-11-15T05:31:43.626261+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:44.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:44 smithi138 conmon[84393]: 199 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:44.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:44 smithi142 conmon[89206]: audit 2023-11-15T05:31:43.626261+0000 mgr.smithi138.outlvz (mgr.14180) 199 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:44.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:44 smithi142 conmon[89206]: 2023-11-15T05:31:45.234 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:45.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:45 smithi138 conmon[84393]: cluster 2023-11-15T05:31:44.121202+0000 mgr.smithi138.outlvz (mgr.14180) 200 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 1.0 KiB/s wr, 53 op/s 2023-11-15T05:31:45.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:45 smithi138 conmon[84393]: 2023-11-15T05:31:45.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:45 smithi142 conmon[89206]: cluster 2023-11-15T05:31:44.121202+0000 mgr.smithi138.outlvz (mgr.14180) 200 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 1.0 KiB/s wr, 53 op/s 2023-11-15T05:31:47.147 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:47.148 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:47.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:47 smithi138 conmon[84393]: cluster 2023-11-15T05:31:46.121814+0000 mgr.smithi138.outlvz (mgr.14180) 201 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 921 B/s wr, 46 op/s 2023-11-15T05:31:47.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:47 smithi142 conmon[89206]: cluster 2023-11-15T05:31:46.121814+0000 mgr.smithi138.outlvz (mgr.14180) 201 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 921 B/s wr, 46 op/s 2023-11-15T05:31:47.718 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:48.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:48 smithi142 conmon[89206]: audit 2023-11-15T05:31:47.143810+0000 mgr.smithi138.outlvz (mgr.14180) 202 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:48.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:48 smithi142 conmon[89206]: audit 2023-11-15T05:31:48.347170+0000 mon.smithi138 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:48.718 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:48.749 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:48 smithi138 conmon[84393]: audit 2023-11-15T05:31:47.143810+0000 mgr.smithi138.outlvz (mgr.14180) 202 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:48.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:48 smithi138 conmon[84393]: audit 2023-11-15T05:31:48.347170+0000 mon.smithi138 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:31:49.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:49 smithi138 conmon[84393]: cluster 2023-11-15T05:31:48.122528+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:49.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:49 smithi138 conmon[84393]: 203 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 348 B/s wr, 19 op/s 2023-11-15T05:31:49.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:49 smithi142 conmon[89206]: cluster 2023-11-15T05:31:48.122528+0000 mgr.smithi138.outlvz (mgr.14180) 203 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 348 B/s wr, 19 op/s 2023-11-15T05:31:50.705 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:50.706 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:51.324 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:51.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:51 smithi142 conmon[89206]: cluster 2023-11-15T05:31:50.123149+0000 mgr.smithi138.outlvz (mgr.14180) 204 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 15 op/s 2023-11-15T05:31:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:51 smithi142 conmon[89206]: audit 2023-11-15T05:31:50.702107+0000 mgr.smithi138.outlvz (mgr.14180) 205 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:51.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:51 smithi138 conmon[84393]: cluster 2023-11-15T05:31:50.123149+0000 mgr.smithi138.outlvz (mgr.14180) 204 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 15 op/s 2023-11-15T05:31:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:51 smithi138 conmon[84393]: audit 2023-11-15T05:31:50.702107+0000 mgr.smithi138.outlvz (mgr.14180) 205 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:52.325 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:53.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:53 smithi142 conmon[89206]: cluster 2023-11-15T05:31:52.124032+0000 mgr.smithi138.outlvz (mgr.14180) 206 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2023-11-15T05:31:53.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:53 smithi138 conmon[84393]: cluster 2023-11-15T05:31:52.124032+0000 mgr.smithi138.outlvz ( 2023-11-15T05:31:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:53 smithi138 conmon[84393]: mgr.14180) 206 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2023-11-15T05:31:54.217 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:54.217 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:54.849 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:55.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:55 smithi142 conmon[89206]: cluster 2023-11-15T05:31:54.124526+0000 mgr.smithi138.outlvz (mgr.14180) 207 : 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 2023-11-15T05:31:55.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:55 smithi142 conmon[89206]: audit 2023-11-15T05:31:54.213624+0000 mgr.smithi138.outlvz (mgr.14180) 208 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:55 smithi138 conmon[84393]: cluster 2023-11-15T05:31:54.124526+0000 mgr.smithi138.outlvz (mgr.14180) 207 : 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 2023-11-15T05:31:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:55 smithi138 conmon[84393]: audit 2023-11-15T05:31:54.213624+0000 mgr.smithi138.outlvz (mgr.14180) 208 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:55.850 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:57.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:57 smithi142 conmon[89206]: cluster 2023-11-15T05:31:56.125128+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:31:57.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:57 smithi142 conmon[89206]: 209 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:57.777 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:31:57.778 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:31:57.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:57 smithi138 conmon[84393]: cluster 2023-11-15T05:31:56.125128+0000 mgr.smithi138.outlvz (mgr.14180) 209 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:58.375 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:31:59.376 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:59 smithi142 conmon[89206]: audit 2023-11-15T05:31:57.773541+0000 mgr.smithi138.outlvz (mgr.14180) 210 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:59.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:31:59 smithi142 conmon[89206]: cluster 2023-11-15T05:31:58.125886+0000 mgr.smithi138.outlvz (mgr.14180) 211 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:31:59.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:59 smithi138 conmon[84393]: audit 2023-11-15T05:31:57.773541+0000 mgr.smithi138.outlvz (mgr.14180) 210 : 2023-11-15T05:31:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:59 smithi138 conmon[84393]: audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:31:59 smithi138 conmon[84393]: cluster 2023-11-15T05:31:58.125886+0000 mgr.smithi138.outlvz (mgr.14180) 211 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:01.214 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:01.214 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:01.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:01 smithi138 conmon[84393]: cluster 2023-11-15T05:32:00.126487+0000 mgr.smithi138.outlvz (mgr.14180) 212 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:01.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:01 smithi142 conmon[89206]: cluster 2023-11-15T05:32:00.126487+0000 mgr.smithi138.outlvz (mgr.14180) 212 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:01.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:02.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:02 smithi142 conmon[89206]: audit 2023-11-15T05:32:01.210602+0000 mgr.smithi138.outlvz (mgr.14180) 213 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:02.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:02 smithi138 conmon[84393]: audit 2023-11-15T05:32:01.210602+0000 mgr.smithi138.outlvz (mgr.14180) 213 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:02.823 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:03 smithi138 conmon[84393]: cluster 2023-11-15T05:32:02.127446+0000 mgr.smithi138.outlvz (mgr.14180) 214 : cluster 2023-11-15T05:32:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:03 smithi138 conmon[84393]: [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:03.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:03 smithi142 conmon[89206]: cluster 2023-11-15T05:32:02.127446+0000 mgr.smithi138.outlvz (mgr.14180) 214 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:04.635 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:04.635 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:05.197 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:05.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:05 smithi142 conmon[89206]: cluster 2023-11-15T05:32:04.127997+0000 mgr.smithi138.outlvz (mgr.14180) 215 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:05.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:05 smithi142 conmon[89206]: audit 2023-11-15T05:32:04.631511+0000 mgr.smithi138.outlvz (mgr.14180) 216 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:05 smithi138 conmon[84393]: cluster 2023-11-15T05:32:04.127997+0000 mgr.smithi138.outlvz (mgr.14180) 215 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:05 smithi138 conmon[84393]: audit 2023-11-15T05:32:04.631511+0000 mgr.smithi138.outlvz (mgr.14180) 216 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:06.198 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:07.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:07 smithi138 conmon[84393]: cluster 2023-11-15T05:32:06.128731+0000 mgr.smithi138.outlvz (mgr.14180) 217 2023-11-15T05:32:07.691 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:07 smithi138 conmon[84393]: : 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, 170 B/s wr, 0 op/s 2023-11-15T05:32:07.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:07 smithi142 conmon[89206]: cluster 2023-11-15T05:32:06.128731+0000 mgr.smithi138.outlvz (mgr.14180) 217 : 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, 170 B/s wr, 0 op/s 2023-11-15T05:32:08.075 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:08.076 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:08.704 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:09.706 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:09.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:09 smithi142 conmon[89206]: audit 2023-11-15T05:32:08.071041+0000 mgr.smithi138.outlvz (mgr.14180) 218 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:09.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:09 smithi142 conmon[89206]: cluster 2023-11-15T05:32:08.129536+0000 mgr.smithi138.outlvz (mgr.14180) 219 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:09.735 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:09 smithi138 conmon[84393]: audit 2023-11-15T05:32:08.071041+0000 mgr.smithi138.outlvz (mgr.14180) 218 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:09.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:09 smithi138 conmon[84393]: cluster 2023-11-15T05:32:08.129536+0000 mgr.smithi138.outlvz (mgr.14180) 219 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:32:11.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:11 smithi138 conmon[84393]: cluster 2023-11-15T05:32:10.130363+0000 mgr.smithi138.outlvz (mgr.14180) 220 : 2023-11-15T05:32:11.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:11 smithi138 conmon[84393]: cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:11.596 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:11.596 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:11.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:11 smithi142 conmon[89206]: cluster 2023-11-15T05:32:10.130363+0000 mgr.smithi138.outlvz (mgr.14180) 220 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:12.137 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:12 smithi142 conmon[89206]: audit 2023-11-15T05:32:11.593086+0000 mgr.smithi138.outlvz (mgr.14180) 221 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:12.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:12 smithi138 conmon[84393]: audit 2023-11-15T05:32:11.593086+0000 mgr.smithi138.outlvz (mgr.14180) 221 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:13.138 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:13.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:13 smithi142 conmon[89206]: cluster 2023-11-15T05:32:12.131162+0000 mgr.smithi138.outlvz (mgr.14180) 222 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:13.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:13 smithi142 conmon[89206]: 2023-11-15T05:32:13.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:13 smithi138 conmon[84393]: cluster 2023-11-15T05:32:12.131162+0000 mgr.smithi138.outlvz (mgr.14180) 222 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:15.035 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:15.035 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:15.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:15.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:15 smithi142 conmon[89206]: cluster 2023-11-15T05:32:14.131755+0000 mgr.smithi138.outlvz (mgr.14180) 223 : 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 2023-11-15T05:32:15.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:15 smithi138 conmon[84393]: cluster 2023-11-15T05:32:14.131755+0000 mgr.smithi138.outlvz (mgr.14180) 223 : cluster [DBG] 2023-11-15T05:32:15.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:15 smithi138 conmon[84393]: 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 2023-11-15T05:32:16.646 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:16.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:16 smithi142 conmon[89206]: audit 2023-11-15T05:32:15.031602+0000 mgr.smithi138.outlvz (mgr.14180) 224 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:16.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:16 smithi138 conmon[84393]: audit 2023-11-15T05:32:15.031602+0000 mgr.smithi138.outlvz (mgr.14180) 224 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:17.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:17 smithi142 conmon[89206]: cluster 2023-11-15T05:32:16.132349+0000 mgr.smithi138.outlvz (mgr.14180) 225 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:17.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:17 smithi142 conmon[89206]: 2023-11-15T05:32:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:17 smithi138 conmon[84393]: cluster 2023-11-15T05:32:16.132349+0000 mgr.smithi138.outlvz (mgr.14180) 225 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:18.462 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:18.462 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:18.979 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:19 smithi138 conmon[84393]: cluster 2023-11-15T05:32:18.133163+0000 mgr.smithi138.outlvz (mgr.14180) 226 : 2023-11-15T05:32:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:19 smithi138 conmon[84393]: cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:19 smithi138 conmon[84393]: audit 2023-11-15T05:32:18.457992+0000 mgr.smithi138.outlvz (mgr.14180) 227 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:19 smithi142 conmon[89206]: cluster 2023-11-15T05:32:18.133163+0000 mgr.smithi138.outlvz (mgr.14180) 226 : cluster [DBG] 2023-11-15T05:32:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:19 smithi142 conmon[89206]: pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:19 smithi142 conmon[89206]: audit 2023-11-15T05:32:18.457992+0000 mgr.smithi138.outlvz (mgr.14180) 227 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:19.980 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:21 smithi138 conmon[84393]: cluster 2023-11-15T05:32:20.133796+0000 mgr.smithi138.outlvz (mgr.14180) 228 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:21.836 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:21.837 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:21 smithi142 conmon[89206]: cluster 2023-11-15T05:32:20.133796+0000 mgr.smithi138.outlvz (mgr.14180) 228 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:22.395 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:23.397 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:23.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:23 smithi138 conmon[84393]: audit 2023-11-15T05:32:21.833093+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:32:23.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:23 smithi138 conmon[84393]: ) 229 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:23.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:23 smithi138 conmon[84393]: cluster 2023-11-15T05:32:22.134541+0000 mgr.smithi138.outlvz (mgr.14180) 230 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:23 smithi142 conmon[89206]: audit 2023-11-15T05:32:21.833093+0000 mgr.smithi138.outlvz (mgr.14180) 229 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:23 smithi142 conmon[89206]: cluster 2023-11-15T05:32:22.134541+0000 mgr.smithi138.outlvz (mgr.14180) 230 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:25.307 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:25.307 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:25.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:25 smithi138 conmon[84393]: cluster 2023-11-15T05:32:24.135309+0000 mgr.smithi138.outlvz (mgr.14180) 231 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:25.844 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:25 smithi142 conmon[89206]: cluster 2023-11-15T05:32:24.135309+0000 mgr.smithi138.outlvz (mgr.14180) 231 : cluster [DBG] 2023-11-15T05:32:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:25 smithi142 conmon[89206]: pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:26.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:26 smithi138 conmon[84393]: audit 2023-11-15T05:32:25.303359+0000 2023-11-15T05:32:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:26 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 232 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:26.845 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:26 smithi142 conmon[89206]: audit 2023-11-15T05:32:25.303359+0000 mgr.smithi138.outlvz (mgr.14180) 232 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:27.662 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:27 smithi138 conmon[84393]: cluster 2023-11-15T05:32:26.135744+0000 mgr.smithi138.outlvz (mgr.14180) 233 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:27 smithi142 conmon[89206]: cluster 2023-11-15T05:32:26.135744+0000 mgr.smithi138.outlvz (mgr.14180) 233 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:28.747 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:28.747 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:28.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:28 smithi138 conmon[84393]: audit 2023-11-15T05:32:28.099819+0000 mon.smithi138 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]: dispatch 2023-11-15T05:32:28.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:28 smithi138 conmon[84393]: audit 2023-11-15T05:32:28.100199+0000 mon.smithi138 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]: dispatch 2023-11-15T05:32:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:28 smithi142 conmon[89206]: audit 2023-11-15T05:32:28.099819+0000 mon.smithi138 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]: dispatch 2023-11-15T05:32:28.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:28 smithi142 conmon[89206]: audit 2023-11-15T05:32:28.100199+0000 mon.smithi138 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]: dispatch 2023-11-15T05:32:29.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: cluster 2023-11-15T05:32:28.136523+0000 mgr.smithi138.outlvz 2023-11-15T05:32:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: (mgr.14180) 234 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: audit 2023-11-15T05:32:28.490597+0000 mon.smithi138 (mon.0) 692 : 2023-11-15T05:32:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]': finished 2023-11-15T05:32:29.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: audit 2023-11-15T05:32:29.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: 2023-11-15T05:32:28.490680+0000 mon.smithi138 2023-11-15T05:32:29.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]': finished 2023-11-15T05:32:29.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: cluster 2023-11-15T05:32:29.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: 2023-11-15T05:32:28.490727+0000 mon.smithi138 2023-11-15T05:32:29.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:29 smithi138 conmon[84393]: (mon.0) 694 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T05:32:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: cluster 2023-11-15T05:32:28.136523+0000 mgr.smithi138.outlvz ( 2023-11-15T05:32:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: mgr.14180) 234 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: audit 2023-11-15T05:32:28.490597+0000 mon.smithi138 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.15", "id": [4, 6]}]': finished 2023-11-15T05:32:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:32:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: :32:28.490680+0000 mon.smithi138 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]': finished 2023-11-15T05:32:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: cluster 2023-11-15T05:32 2023-11-15T05:32:29.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:29 smithi142 conmon[89206]: :28.490727+0000 mon.smithi138 (mon.0) 694 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T05:32:30.312 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:30.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:30 smithi138 conmon[84393]: audit 2023-11-15T05:32:28.743469+0000 mgr.smithi138.outlvz (mgr.14180) 235 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:30.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:30 smithi138 conmon[84393]: 2023-11-15T05:32:30.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:30 smithi138 conmon[84393]: cluster 2023-11-15T05:32:29.491784+0000 mon.smithi138 (mon.0) 695 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T05:32:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:30 smithi142 conmon[89206]: audit 2023-11-15T05:32:28.743469+0000 mgr.smithi138.outlvz (mgr.14180) 235 : audit 2023-11-15T05:32:30.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:30 smithi142 conmon[89206]: [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:30.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:30 smithi142 conmon[89206]: cluster 2023-11-15T05:32:29.491784+0000 mon.smithi138 (mon.0) 695 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T05:32:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:31 smithi138 conmon[84393]: cluster 2023-11-15T05:32:30.136964+0000 mgr.smithi138.outlvz (mgr.14180) 236 : cluster [DBG] pgmap v199: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:32:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:31 smithi142 conmon[89206]: cluster 2023-11-15T05:32:30.136964+0000 mgr.smithi138.outlvz (mgr.14180) 236 : cluster [DBG] pgmap v199: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:32:32.197 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:32.198 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:32.857 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:33 smithi138 conmon[84393]: cluster 2023-11-15T05 2023-11-15T05:32:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:33 smithi138 conmon[84393]: :32:32.137770+0000 mgr.smithi138.outlvz (mgr.14180) 237 : cluster [DBG] pgmap v200: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:32:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:33 smithi138 conmon[84393]: audit 2023-11-15T05:32:32.193783+0000 mgr.smithi138.outlvz (mgr.14180) 238 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:33.858 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:33 smithi142 conmon[89206]: cluster 2023-11-15T05:32:32.137770+0000 mgr.smithi138.outlvz (mgr.14180) 237 : cluster [DBG] pgmap v200: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:32:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:33 smithi142 conmon[89206]: audit 2023-11-15T05:32:32.193783+0000 mgr.smithi138.outlvz (mgr.14180) 238 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:35.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:35 smithi138 conmon[84393]: cluster 2023-11-15T05:32:34.138234+0000 mgr.smithi138.outlvz (mgr.14180) 239 : cluster [DBG] pgmap v201: 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:35.671 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:35.672 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:35 smithi142 conmon[89206]: cluster 2023-11-15T05:32:34.138234+0000 mgr.smithi138.outlvz (mgr.14180) 239 : cluster [DBG] pgmap v201: 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:35 smithi142 conmon[89206]: 2023-11-15T05:32:36.234 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:36 smithi138 conmon[84393]: audit 2023-11-15T05:32:35.668361+0000 mgr.smithi138.outlvz (mgr.14180) 240 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:36 smithi142 conmon[89206]: audit 2023-11-15T05:32:35.668361+0000 mgr.smithi138.outlvz (mgr.14180) 240 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:37.235 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:37.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:37 smithi138 conmon[84393]: cluster 2023-11-15T05:32:36.138923+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:32:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:37 smithi138 conmon[84393]: 14180) 241 : cluster [DBG] pgmap v202: 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:37.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:37 smithi142 conmon[89206]: cluster 2023-11-15T05:32:36.138923+0000 mgr.smithi138.outlvz (mgr.14180) 241 : cluster [DBG] 2023-11-15T05:32:37.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:37 smithi142 conmon[89206]: pgmap v202: 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:39.133 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:39.134 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:39.701 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:39.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:39 smithi138 conmon[84393]: cluster 2023-11-15T05:32:38.139605+0000 mgr.smithi138.outlvz (mgr.14180) 242 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:39 smithi142 conmon[89206]: cluster 2023-11-15T05:32:38.139605+0000 mgr.smithi138.outlvz (mgr.14180) 242 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:40.702 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:40.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:40 smithi138 conmon[84393]: audit 2023-11-15T05:32:39.130141+0000 mgr.smithi138.outlvz (mgr.14180) 243 : audit [DBG] 2023-11-15T05:32:40.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:40 smithi138 conmon[84393]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:40.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:40 smithi142 conmon[89206]: audit 2023-11-15T05:32:39.130141+0000 mgr.smithi138.outlvz (mgr.14180) 243 : audit 2023-11-15T05:32:40.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:40 smithi142 conmon[89206]: [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:41 smithi138 conmon[84393]: cluster 2023-11-15T05:32:40.140202+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:32:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:41 smithi138 conmon[84393]: 244 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:41 smithi142 conmon[89206]: cluster 2023-11-15T05:32:40.140202+0000 mgr.smithi138.outlvz (mgr.14180) 244 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:42.684 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:42.684 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:43.255 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:43.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:43 smithi138 conmon[84393]: cluster 2023-11-15T05:32:42.141097+0000 mgr.smithi138.outlvz (mgr.14180) 245 : 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:43 smithi138 conmon[84393]: audit 2023-11-15T05:32:42.680517+0000 mgr.smithi138.outlvz (mgr.14180) 246 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:43 smithi138 conmon[84393]: audit 2023-11-15T05:32:43.475434+0000 mon.smithi138 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:32:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:43 smithi142 conmon[89206]: cluster 2023-11-15T05:32:42.141097+0000 mgr.smithi138.outlvz (mgr.14180) 245 : 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:43 smithi142 conmon[89206]: audit 2023-11-15T05:32:42.680517+0000 mgr.smithi138.outlvz (mgr.14180) 246 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:43 smithi142 conmon[89206]: audit 2023-11-15T05:32:43.475434+0000 mon.smithi138 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:32:44.257 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:45 smithi138 conmon[84393]: cluster 2023-11-15T05:32:44.141609+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:32:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:45 smithi138 conmon[84393]: ) 247 : 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:45 smithi142 conmon[89206]: cluster 2023-11-15T05:32:44.141609+0000 mgr.smithi138.outlvz (mgr.14180) 247 : 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; 0 B/s, 0 objects/s recovering 2023-11-15T05:32:46.123 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:46.124 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:46.722 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:47.723 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:47 smithi138 conmon[84393]: audit 2023-11-15T05:32:46.120242+0000 mgr.smithi138.outlvz (mgr.14180) 248 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:47 smithi138 conmon[84393]: cluster 2023-11-15T05 2023-11-15T05:32:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:47 smithi138 conmon[84393]: :32:46.142227+0000 mgr.smithi138.outlvz (mgr.14180) 249 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:47 smithi142 conmon[89206]: audit 2023-11-15T05:32:46.120242+0000 mgr.smithi138.outlvz (mgr.14180) 248 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:47.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:47 smithi142 conmon[89206]: cluster 2023-11-15T05:32:46.142227+0000 mgr.smithi138.outlvz (mgr.14180) 249 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:49.627 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:49.628 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:49 smithi142 conmon[89206]: cluster 2023-11-15T05:32:48.142949+0000 mgr.smithi138.outlvz (mgr.14180) 250 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:49 smithi142 conmon[89206]: 2023-11-15T05:32:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:49 smithi138 conmon[84393]: cluster 2023-11-15T05:32:48.142949 2023-11-15T05:32:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:49 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 250 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:50.190 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:50 smithi142 conmon[89206]: audit 2023-11-15T05:32:49.624210+0000 mgr.smithi138.outlvz (mgr.14180) 251 : audit 2023-11-15T05:32:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:50 smithi142 conmon[89206]: [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:50 smithi138 conmon[84393]: audit 2023-11-15T05:32:49.624210+0000 mgr.smithi138.outlvz (mgr.14180) 251 2023-11-15T05:32:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:50 smithi138 conmon[84393]: : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:51.192 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:51.880 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:51 smithi138 conmon[84393]: cluster 2023-11-15T05:32:50.143577+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:32:51.880 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:51 smithi138 conmon[84393]: 14180) 252 : 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 2023-11-15T05:32:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:51 smithi142 conmon[89206]: cluster 2023-11-15T05:32:50.143577+0000 mgr.smithi138.outlvz (mgr.14180) 252 : 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 2023-11-15T05:32:53.100 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:53.101 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:53.680 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:53 smithi142 conmon[89206]: cluster 2023-11-15T05:32:52.144406+0000 mgr.smithi138.outlvz (mgr.14180) 253 : 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 2023-11-15T05:32:54.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:53 smithi138 conmon[84393]: cluster 2023-11-15T05:32:52.144406+0000 mgr.smithi138.outlvz (mgr.14180) 253 : 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 2023-11-15T05:32:54.681 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:54 smithi142 conmon[89206]: audit 2023-11-15T05:32:53.097029+0000 mgr.smithi138.outlvz (mgr.14180) 254 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:55.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:54 smithi138 conmon[84393]: audit 2023-11-15T05:32:53.097029+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:32:55.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:54 smithi138 conmon[84393]: 254 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:55 smithi138 conmon[84393]: cluster 2023-11-15T05:32:54.144995+0000 mgr.smithi138.outlvz (mgr.14180) 255 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:55 smithi142 conmon[89206]: cluster 2023-11-15T05:32:54.144995+0000 mgr.smithi138.outlvz (mgr.14180) 255 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:56.552 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:56.552 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:32:57.147 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:32:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:57 smithi142 conmon[89206]: cluster 2023-11-15T05:32:56.145473+0000 mgr.smithi138.outlvz (mgr.14180) 256 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:57 smithi142 conmon[89206]: 2023-11-15T05:32:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:57 smithi142 conmon[89206]: audit 2023-11-15T05:32:56.548444+0000 mgr.smithi138.outlvz (mgr.14180) 257 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:57 smithi138 conmon[84393]: cluster 2023-11-15T05:32:56.145473+0000 mgr.smithi138.outlvz (mgr.14180) 256 2023-11-15T05:32:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:57 smithi138 conmon[84393]: : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:57 smithi138 conmon[84393]: audit 2023-11-15T05:32:56.548444+0000 mgr.smithi138.outlvz (mgr.14180) 257 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:58.148 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:59.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:32:59 smithi138 conmon[84393]: cluster 2023-11-15T05:32:58.146221+0000 mgr.smithi138.outlvz (mgr.14180) 258 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:32:59 smithi142 conmon[89206]: cluster 2023-11-15T05:32:58.146221+0000 mgr.smithi138.outlvz (mgr.14180) 258 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:59.970 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:32:59.970 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:00.605 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:01.607 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:01 smithi142 conmon[89206]: audit 2023-11-15T05:32:59.966649+0000 mgr.smithi138.outlvz (mgr.14180) 259 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:01 smithi142 conmon[89206]: cluster 2023-11-15T05:33:00.146832+0000 mgr.smithi138.outlvz (mgr.14180) 260 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:02.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:01 smithi138 conmon[84393]: audit 2023-11-15T05:32:59.966649+0000 mgr.smithi138.outlvz (mgr.14180) 259 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:01 smithi138 conmon[84393]: cluster 2023-11-15T05:33:00.146832 2023-11-15T05:33:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:01 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 260 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:03.425 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:03.426 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:03 smithi138 conmon[84393]: cluster 2023-11-15T05:33:02.147585+0000 mgr.smithi138.outlvz (mgr.14180) 261 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:03 smithi142 conmon[89206]: cluster 2023-11-15T05:33:02.147585+0000 mgr.smithi138.outlvz (mgr.14180) 261 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:04.030 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:04 smithi142 conmon[89206]: audit 2023-11-15T05:33:03.422057+0000 mgr.smithi138.outlvz (mgr.14180) 262 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:05.031 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:05.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:04 smithi138 conmon[84393]: audit 2023-11-15T05:33:03.422057+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:33:05.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:04 smithi138 conmon[84393]: 262 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:05 smithi138 conmon[84393]: cluster 2023-11-15T05:33:04.148214+0000 mgr.smithi138.outlvz (mgr.14180) 263 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:05 smithi142 conmon[89206]: cluster 2023-11-15T05:33:04.148214+0000 mgr.smithi138.outlvz (mgr.14180) 263 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:06.959 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:06.959 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:07.512 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:07.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:07 smithi138 conmon[84393]: cluster 2023-11-15T05:33 2023-11-15T05:33:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:07 smithi138 conmon[84393]: :06.148929+0000 mgr.smithi138.outlvz (mgr.14180) 264 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:07 smithi142 conmon[89206]: cluster 2023-11-15T05:33:06.148929+0000 mgr.smithi138.outlvz (mgr.14180) 264 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:07 smithi142 conmon[89206]: 2023-11-15T05:33:08.513 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:08.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:08 smithi138 conmon[84393]: audit 2023-11-15T05:33:06.955091+0000 mgr.smithi138.outlvz (mgr.14180) 265 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:08.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:08 smithi142 conmon[89206]: audit 2023-11-15T05:33:06.955091+0000 mgr.smithi138.outlvz (mgr.14180) 265 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:09.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:09 smithi138 conmon[84393]: cluster 2023-11-15T05:33:08.149670+0000 mgr.smithi138.outlvz (mgr.14180) 266 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:09 smithi142 conmon[89206]: cluster 2023-11-15T05:33:08.149670+0000 mgr.smithi138.outlvz (mgr.14180) 266 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:10.347 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:10.347 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:10.986 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:11 smithi142 conmon[89206]: cluster 2023-11-15T05:33:10.150182+0000 mgr.smithi138.outlvz (mgr.14180) 267 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:11 smithi142 conmon[89206]: audit 2023-11-15T05:33:10.343120+0000 2023-11-15T05:33:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:11 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 268 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:11.987 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:12.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:11 smithi138 conmon[84393]: cluster 2023-11-15T05:33:10.150182+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:33:12.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:11 smithi138 conmon[84393]: 14180) 267 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:12.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:11 smithi138 conmon[84393]: audit 2023-11-15T05:33:10.343120+0000 mgr.smithi138.outlvz (mgr.14180) 268 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:13.816 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:13.816 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:13 smithi142 conmon[89206]: cluster 2023-11-15T05:33:12.150972+0000 mgr.smithi138.outlvz (mgr.14180) 269 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:13.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:13 smithi138 conmon[84393]: cluster 2023-11-15T05:33:12.150972+0000 mgr.smithi138.outlvz (mgr.14180) 269 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:14.336 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:15.338 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:15.786 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:15 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:33:15.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:15 smithi138 conmon[84393]: :33:13.812033+0000 mgr.smithi138.outlvz (mgr.14180) 270 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:15.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:15 smithi138 conmon[84393]: cluster 2023-11-15T05:33:14.151455+0000 mgr.smithi138.outlvz (mgr.14180) 271 : 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 2023-11-15T05:33:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:15 smithi142 conmon[89206]: audit 2023-11-15T05:33:13.812033+0000 mgr.smithi138.outlvz (mgr.14180) 270 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:15 smithi142 conmon[89206]: cluster 2023-11-15T05:33:14.151455+0000 2023-11-15T05:33:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:15 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 271 : 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 2023-11-15T05:33:17.226 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:17.227 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:17.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:17 smithi142 conmon[89206]: cluster 2023-11-15T05:33:16.151947+0000 mgr.smithi138.outlvz (mgr.14180) 272 : 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 2023-11-15T05:33:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:17 smithi138 conmon[84393]: cluster 2023-11-15T05:33:16.151947+0000 mgr.smithi138.outlvz (mgr.14180) 272 : 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 2023-11-15T05:33:18.820 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:18 smithi142 conmon[89206]: audit 2023-11-15T05:33:17.222848+0000 mgr.smithi138.outlvz (mgr.14180) 273 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:18.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:18 smithi142 conmon[89206]: 2023-11-15T05:33:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:18 smithi138 conmon[84393]: audit 2023-11-15T05:33:17.222848+0000 mgr.smithi138.outlvz (mgr.14180) 273 : audit 2023-11-15T05:33:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:18 smithi138 conmon[84393]: [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:19 smithi142 conmon[89206]: cluster 2023-11-15T05:33:18.152651+0000 mgr.smithi138.outlvz (mgr.14180) 274 : 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 2023-11-15T05:33:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:19 smithi138 conmon[84393]: cluster 2023-11-15T05:33:18.152651+0000 2023-11-15T05:33:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:19 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 274 : 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 2023-11-15T05:33:20.686 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:20.686 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:21.344 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:21 smithi142 conmon[89206]: cluster 2023-11-15T05:33:20.153485+0000 mgr.smithi138.outlvz (mgr.14180) 275 : 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 2023-11-15T05:33:21.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:21 smithi142 conmon[89206]: audit 2023-11-15T05:33:20.682010+0000 mgr.smithi138.outlvz (mgr.14180) 276 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:21 smithi138 conmon[84393]: cluster 2023-11-15T05:33:20.153485+0000 mgr.smithi138.outlvz (mgr.14180) 275 : 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 2023-11-15T05:33:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:21 smithi138 conmon[84393]: audit 2023-11-15T05:33:20.682010+0000 mgr.smithi138.outlvz (mgr.14180) 276 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:22.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:23.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:23 smithi138 conmon[84393]: cluster 2023-11-15T05:33:22.154474+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:33:23.888 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:23 smithi138 conmon[84393]: ) 277 : 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 2023-11-15T05:33:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:23 smithi142 conmon[89206]: cluster 2023-11-15T05:33:22.154474+0000 mgr.smithi138.outlvz (mgr.14180) 277 : 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 2023-11-15T05:33:24.270 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:24.271 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:24.860 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:25.862 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:25.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:25 smithi138 conmon[84393]: cluster 2023-11-15T05:33:24.154993+0000 mgr.smithi138.outlvz (mgr.14180) 278 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:25.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:25 smithi138 conmon[84393]: audit 2023-11-15T05:33:24.267408+0000 mgr.smithi138.outlvz (mgr.14180) 279 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:25 smithi142 conmon[89206]: cluster 2023-11-15T05:33:24.154993+0000 mgr.smithi138.outlvz (mgr.14180) 278 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:25 smithi142 conmon[89206]: audit 2023-11-15T05:33:24.267408+0000 mgr.smithi138.outlvz (mgr.14180) 279 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:27.728 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:27.728 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:27.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:27 smithi138 conmon[84393]: cluster 2023-11-15T05:33:26.155513+0000 mgr.smithi138.outlvz (mgr.14180) 280 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:27 smithi142 conmon[89206]: cluster 2023-11-15T05:33:26.155513+0000 mgr.smithi138.outlvz (mgr.14180) 280 : cluster 2023-11-15T05:33:27.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:27 smithi142 conmon[89206]: [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:28.333 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:28 smithi142 conmon[89206]: audit 2023-11-15T05:33:27.724418+0000 mgr.smithi138.outlvz (mgr.14180) 281 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:29.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:28 smithi138 conmon[84393]: audit 2023-11-15T05:33:27.724418+0000 mgr.smithi138.outlvz (mgr.14180) 281 : audit 2023-11-15T05:33:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:28 smithi138 conmon[84393]: [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:29.335 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:29 smithi142 conmon[89206]: cluster 2023-11-15T05:33:28.156288+0000 mgr.smithi138.outlvz (mgr.14180) 282 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:29.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:29 smithi138 conmon[84393]: cluster 2023-11-15T05:33:28.156288+0000 mgr.smithi138.outlvz 2023-11-15T05:33:29.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:29 smithi138 conmon[84393]: (mgr.14180) 282 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:31.180 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:31.180 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:31.777 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:31 smithi142 conmon[89206]: cluster 2023-11-15T05:33:30.156961+0000 mgr.smithi138.outlvz (mgr.14180) 283 : 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 2023-11-15T05:33:32.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:31 smithi138 conmon[84393]: cluster 2023-11-15T05:33:30.156961+0000 mgr.smithi138.outlvz (mgr.14180) 283 : 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 2023-11-15T05:33:32.778 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:32 smithi142 conmon[89206]: audit 2023-11-15T05:33:31.176891+0000 mgr.smithi138.outlvz (mgr.14180) 284 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:32 smithi138 conmon[84393]: audit 2023-11-15T05:33:31.176891+0000 mgr.smithi138.outlvz (mgr.14180) 284 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:33 smithi142 conmon[89206]: cluster 2023-11-15T05:33:32.157935+0000 mgr.smithi138.outlvz (mgr.14180) 285 : 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 2023-11-15T05:33:34.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:33 smithi138 conmon[84393]: cluster 2023-11-15T05:33:32.157935+0000 mgr.smithi138.outlvz (mgr.14180) 285 : cluster 2023-11-15T05:33:34.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:33 smithi138 conmon[84393]: [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 2023-11-15T05:33:34.645 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:34.646 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:35.241 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:35.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:35 smithi142 conmon[89206]: cluster 2023-11-15T05:33:34.158406+0000 mgr.smithi138.outlvz (mgr.14180) 286 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:35.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:35 smithi142 conmon[89206]: audit 2023-11-15T05:33:34.641959+0000 mgr.smithi138.outlvz (mgr.14180) 287 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:35 smithi138 conmon[84393]: cluster 2023-11-15T05:33:34.158406+0000 mgr.smithi138.outlvz (mgr.14180) 286 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:35 smithi138 conmon[84393]: audit 2023-11-15T05:33:34.641959+0000 mgr.smithi138.outlvz (mgr.14180) 287 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:36.242 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:37.728 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:37 smithi138 conmon[84393]: cluster 2023-11-15T05:33:36.158938+0000 mgr.smithi138.outlvz (mgr.14180) 288 : 2023-11-15T05:33:37.728 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:37 smithi138 conmon[84393]: cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:37 smithi142 conmon[89206]: cluster 2023-11-15T05:33:36.158938+0000 mgr.smithi138.outlvz (mgr.14180) 288 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:38.042 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:38.043 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:38.582 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:39.583 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:39 smithi142 conmon[89206]: audit 2023-11-15T05:33:38.038331+0000 mgr.smithi138.outlvz (mgr.14180) 289 : audit 2023-11-15T05:33:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:39 smithi142 conmon[89206]: [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:39 smithi142 conmon[89206]: cluster 2023-11-15T05:33:38.159623+0000 mgr.smithi138.outlvz (mgr.14180) 290 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:40.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:39 smithi138 conmon[84393]: audit 2023-11-15T05:33:38.038331+0000 mgr.smithi138.outlvz (mgr.14180) 289 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:40.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:39 smithi138 conmon[84393]: cluster 2023-11-15T05:33:38.159623+0000 mgr.smithi138.outlvz (mgr.14180) 290 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:41.493 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:41.493 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:41 smithi138 conmon[84393]: cluster 2023-11-15T05:33:40.160179+0000 mgr.smithi138.outlvz ( 2023-11-15T05:33:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:41 smithi138 conmon[84393]: mgr.14180) 291 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:41 smithi142 conmon[89206]: cluster 2023-11-15T05:33:40.160179+0000 mgr.smithi138.outlvz (mgr.14180) 291 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:42.090 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:42 smithi142 conmon[89206]: audit 2023-11-15T05:33:41.489490+0000 mgr.smithi138.outlvz (mgr.14180) 292 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:42.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:42 smithi142 conmon[89206]: 2023-11-15T05:33:43.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:42 smithi138 conmon[84393]: audit 2023-11-15T05:33:41.489490+0000 mgr.smithi138.outlvz (mgr.14180) 292 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:43.090 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:43 smithi138 conmon[84393]: cluster 2023-11-15T05:33:42.161135+0000 mgr.smithi138.outlvz 2023-11-15T05:33:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:43 smithi138 conmon[84393]: (mgr.14180) 293 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:33:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:43 smithi142 conmon[89206]: cluster 2023-11-15T05:33:42.161135+0000 mgr.smithi138.outlvz (mgr.14180) 293 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:33:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:43 smithi142 conmon[89206]: 2023-11-15T05:33:45.051 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:45.051 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:45.667 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:45 smithi142 conmon[89206]: cluster 2023-11-15T05:33:44.161738+0000 mgr.smithi138.outlvz (mgr.14180) 294 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:46.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:45 smithi138 conmon[84393]: cluster 2023-11-15T05:33:44.161738+0000 mgr.smithi138.outlvz (mgr.14180) 294 : cluster 2023-11-15T05:33:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:45 smithi138 conmon[84393]: [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:46.668 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:46.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:46 smithi142 conmon[89206]: audit 2023-11-15T05:33:45.047954+0000 mgr.smithi138.outlvz (mgr.14180) 295 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:46 smithi138 conmon[84393]: audit 2023-11-15T05:33:45.047954+0000 mgr.smithi138.outlvz (mgr.14180) 295 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:47 smithi138 conmon[84393]: cluster 2023-11-15T05:33:46.162465+0000 mgr.smithi138.outlvz (mgr.14180) 296 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:47 smithi142 conmon[89206]: cluster 2023-11-15T05:33:46.162465+0000 mgr.smithi138.outlvz (mgr.14180) 296 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:48.505 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:48.506 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:49.088 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:49 smithi142 conmon[89206]: cluster 2023-11-15T05:33:48.163166+0000 mgr.smithi138.outlvz (mgr.14180) 297 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:49 smithi142 conmon[89206]: 2023-11-15T05:33:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:49 smithi142 conmon[89206]: audit 2023-11-15T05:33:48.500857+0000 mgr.smithi138.outlvz (mgr.14180) 298 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:49 smithi138 conmon[84393]: cluster 2023-11-15T05:33:48.163166+0000 2023-11-15T05:33:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:49 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 297 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:49 smithi138 conmon[84393]: audit 2023-11-15T05:33:48.500857+0000 mgr.smithi138.outlvz (mgr.14180) 298 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:50.089 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:51 smithi142 conmon[89206]: cluster 2023-11-15T05:33:50.163765+0000 mgr.smithi138.outlvz (mgr.14180) 299 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:52.022 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:52.023 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:52.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:51 smithi138 conmon[84393]: cluster 2023-11-15T05:33:50.163765+0000 mgr.smithi138.outlvz (mgr.14180) 299 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:52.605 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:53.606 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:53.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:53 smithi142 conmon[89206]: audit 2023-11-15T05:33:52.018501+0000 mgr.smithi138.outlvz (mgr.14180) 300 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:53.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:53 smithi142 conmon[89206]: cluster 2023-11-15T05:33:52.164772+0000 mgr.smithi138.outlvz (mgr.14180) 301 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:54.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:53 smithi138 conmon[84393]: audit 2023-11-15T05:33:52.018501+0000 mgr.smithi138.outlvz (mgr.14180) 300 2023-11-15T05:33:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:53 smithi138 conmon[84393]: : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:54.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:53 smithi138 conmon[84393]: cluster 2023-11-15T05:33:52.164772+0000 mgr.smithi138.outlvz (mgr.14180) 301 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:33:55.561 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:55.561 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z 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.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:55 smithi142 conmon[89206]: cluster 2023-11-15T05:33:54.165299+0000 mgr.smithi138.outlvz (mgr.14180) 302 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:55 smithi138 conmon[84393]: cluster 2023-11-15T05:33:54.165299+0000 mgr.smithi138.outlvz (mgr.14180) 302 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:56.206 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:56 smithi142 conmon[89206]: audit 2023-11-15T05:33:55.557225+0000 mgr.smithi138.outlvz (mgr.14180) 303 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:56 smithi138 conmon[84393]: audit 2023-11-15T05:33:55.557225+0000 mgr.smithi138.outlvz (mgr.14180) 303 : audit [DBG] 2023-11-15T05:33:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:56 smithi138 conmon[84393]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:57.206 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:57.957 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:57 smithi138 conmon[84393]: cluster 2023-11-15T05:33:56. 2023-11-15T05:33:57.957 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:57 smithi138 conmon[84393]: 165945+0000 mgr.smithi138.outlvz (mgr.14180) 304 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:57 smithi142 conmon[89206]: cluster 2023-11-15T05:33:56.165945+0000 mgr.smithi138.outlvz (mgr.14180) 304 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:58 smithi142 conmon[89206]: audit 2023-11-15T05:33:57.957383+0000 mon.smithi138 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.tdmaao"}]: dispatch 2023-11-15T05:33:59.000 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:33:59.000 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:33:59.021 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:58 smithi138 conmon[84393]: audit 2023-11-15T05:33:57.957383+0000 mon.smithi138 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.tdmaao"}]: dispatch 2023-11-15T05:33:59.604 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:33:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: cephadm 2023-11-15T05:33:57.956855+0000 mgr.smithi138.outlvz (mgr.14180) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:33:59.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:59.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:33:59.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:33:59.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:33:59.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:33:59.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:33:59.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:33:59.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:59.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T05:33:59.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: cephadm 2023-11-15T05:33:57.957040+0000 mgr.smithi138.outlvz (mgr.14180) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: cephadm 2023-11-15T05:33:57.957947+0000 mgr.smithi138.outlvz (mgr.14180) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:33:59.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:33:59.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:33:59.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:59.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:59.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:33:59.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:59.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: cephadm 2023-11-15T05:33:57.959353+0000 mgr.smithi138.outlvz (mgr.14180) 308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.tlbhgv on smithi138 2023-11-15T05:33:59.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: cluster 2023-11-15T05:33:58.166642+0000 mgr.smithi138.outlvz (mgr.14180) 309 : cluster [DBG] 2023-11-15T05:33:59.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:33:59 smithi142 conmon[89206]: pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:00.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cephadm 2023-11-15T05:33:57.956855+0000 mgr.smithi138.outlvz (mgr.14180) 305 : cephadm [ERR] 2023-11-15T05:34:00.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:34:00.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:34:00.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:34:00.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:34:00.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:34:00.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:34:00.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:34:00.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:34:00.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: ERROR: 2023-11-15T05:34:00.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cephadm 2023-11-15T05:33:57.957040+0000 mgr.smithi138.outlvz (mgr.14180) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cephadm 2023-11-15T05:33:57.957947+0000 mgr.smithi138.outlvz (mgr.14180) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao 2023-11-15T05:34:00.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao 2023-11-15T05:34:00.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.tdmaao ... 2023-11-15T05:34:00.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:34:00.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:33:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:34:00.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:34:00.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:34:00.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cephadm 2023-11-15T05:33:57.959353+0000 mgr.smithi138.outlvz (mgr.14180) 308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.tlbhgv on smithi138 2023-11-15T05:34:00.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:33:59 smithi138 conmon[84393]: cluster 2023-11-15T05:33:58.166642+0000 mgr.smithi138.outlvz (mgr.14180) 309 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:00.606 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:00 smithi142 conmon[89206]: audit 2023-11-15T05:33:58.995725+0000 mgr.smithi138.outlvz (mgr.14180) 310 : audit 2023-11-15T05:34:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:00 smithi142 conmon[89206]: [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:01.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:00 smithi138 conmon[84393]: audit 2023-11-15T05:33:58.995725+0000 2023-11-15T05:34:01.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:00 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 310 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:01 smithi142 conmon[89206]: cluster 2023-11-15T05:34:00.167186+0000 mgr.smithi138.outlvz (mgr.14180) 311 : cluster 2023-11-15T05:34:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:01 smithi142 conmon[89206]: [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 2023-11-15T05:34:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:01 smithi138 conmon[84393]: cluster 2023-11-15T05:34:00.167186+0000 mgr.smithi138.outlvz (mgr.14180) 311 : 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 2023-11-15T05:34:02.437 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:02.438 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:03.004 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:03 smithi142 conmon[89206]: cluster 2023-11-15T05:34:02.167927+0000 mgr.smithi138.outlvz (mgr.14180) 312 : 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 2023-11-15T05:34:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:03 smithi142 conmon[89206]: 2023-11-15T05:34:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:03 smithi142 conmon[89206]: audit 2023-11-15T05:34:02.433732+0000 mgr.smithi138.outlvz (mgr.14180) 313 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:04.005 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:04.036 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:03 smithi138 conmon[84393]: cluster 2023-11-15T05:34:02.167927+0000 mgr.smithi138.outlvz (mgr.14180) 312 : 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 2023-11-15T05:34:04.036 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:03 smithi138 conmon[84393]: audit 2023-11-15T05:34:02.433732+0000 mgr.smithi138.outlvz (mgr.14180) 313 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:05.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:05 smithi138 conmon[84393]: cluster 2023-11-15T05:34:04.168487+0000 mgr.smithi138.outlvz (mgr.14180) 314 : 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 2023-11-15T05:34:05.907 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:05.908 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:05 smithi142 conmon[89206]: cluster 2023-11-15T05:34:04.168487+0000 mgr.smithi138.outlvz (mgr.14180) 314 : cluster [DBG] 2023-11-15T05:34:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:05 smithi142 conmon[89206]: 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 2023-11-15T05:34:06.545 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:07.546 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:07 smithi142 conmon[89206]: audit 2023-11-15T05:34:05.903718+0000 mgr.smithi138.outlvz (mgr.14180) 315 : audit [DBG] 2023-11-15T05:34:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:07 smithi142 conmon[89206]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:07 smithi142 conmon[89206]: cluster 2023-11-15T05:34:06.169018+0000 mgr.smithi138.outlvz (mgr.14180) 316 : 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 2023-11-15T05:34:08.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:07 smithi138 conmon[84393]: audit 2023-11-15T05:34:05.903718+0000 mgr.smithi138.outlvz (mgr.14180) 315 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:08.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:07 smithi138 conmon[84393]: cluster 2023-11-15T05:34:08.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:07 smithi138 conmon[84393]: 2023-11-15T05:34:06.169018+0000 mgr.smithi138.outlvz (mgr.14180) 316 : 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 2023-11-15T05:34:09.421 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:09.421 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:09 smithi142 conmon[89206]: cluster 2023-11-15T05:34:08.169748+0000 mgr.smithi138.outlvz (mgr.14180) 317 : 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 2023-11-15T05:34:09.966 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:09 smithi138 conmon[84393]: cluster 2023-11-15T05:34:08.169748+0000 mgr.smithi138.outlvz (mgr.14180) 317 : 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 2023-11-15T05:34:09.969 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:10.970 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:10.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:10 smithi138 conmon[84393]: audit 2023-11-15T05:34:09.417312+0000 mgr.smithi138.outlvz (mgr.14180) 318 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:11.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:10 smithi142 conmon[89206]: audit 2023-11-15T05:34:09.417312+0000 mgr.smithi138.outlvz (mgr.14180) 318 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:11 smithi138 conmon[84393]: cluster 2023-11-15T05:34:10.170454+0000 mgr.smithi138.outlvz (mgr.14180) 319 : 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 2023-11-15T05:34:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:11 smithi142 conmon[89206]: cluster 2023-11-15T05:34:10.170454+0000 mgr.smithi138.outlvz (mgr.14180) 319 : 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 2023-11-15T05:34:12.815 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:12.815 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:13.485 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:14.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:13 smithi138 conmon[84393]: cluster 2023-11-15T05:34:12.171215+0000 mgr.smithi138.outlvz (mgr.14180) 320 2023-11-15T05:34:14.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:13 smithi138 conmon[84393]: : 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 2023-11-15T05:34:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:13 smithi142 conmon[89206]: cluster 2023-11-15T05:34:12.171215+0000 mgr.smithi138.outlvz (mgr.14180) 320 : 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 2023-11-15T05:34:14.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:13 smithi142 conmon[89206]: 2023-11-15T05:34:14.486 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:14.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:14 smithi138 conmon[84393]: audit 2023-11-15T05:34:12.811099+0000 mgr.smithi138.outlvz (mgr.14180) 321 : 2023-11-15T05:34:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:14 smithi138 conmon[84393]: audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:15.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:14 smithi142 conmon[89206]: audit 2023-11-15T05:34:12.811099+0000 mgr.smithi138.outlvz (mgr.14180) 321 : audit 2023-11-15T05:34:15.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:14 smithi142 conmon[89206]: [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:16.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:15 smithi138 conmon[84393]: cluster 2023-11-15T05:34:14.171941+0000 mgr.smithi138.outlvz (mgr.14180) 322 : 2023-11-15T05:34:16.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:15 smithi138 conmon[84393]: cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:16.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:15 smithi142 conmon[89206]: cluster 2023-11-15T05:34:14.171941+0000 mgr.smithi138.outlvz (mgr.14180) 322 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:16.337 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:16.338 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:16.927 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:17.928 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:18.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:17 smithi138 conmon[84393]: cluster 2023-11-15T05:34:16.172415+0000 mgr.smithi138.outlvz (mgr.14180) 323 : cluster 2023-11-15T05:34:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:17 smithi138 conmon[84393]: [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:17 smithi138 conmon[84393]: audit 2023-11-15T05:34:16.334069+0000 mgr.smithi138.outlvz (mgr.14180) 324 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:17 smithi142 conmon[89206]: cluster 2023-11-15T05:34:16.172415+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:34:18.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:17 smithi142 conmon[89206]: .14180) 323 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:18.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:17 smithi142 conmon[89206]: audit 2023-11-15T05:34:16.334069+0000 mgr.smithi138.outlvz (mgr.14180) 324 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:19.926 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:19.927 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:19.948 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:19 smithi138 conmon[84393]: cluster 2023-11-15T05:34:18.173141+0000 mgr.smithi138.outlvz (mgr.14180) 325 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:19 smithi142 conmon[89206]: cluster 2023-11-15T05:34:18.173141+0000 mgr.smithi138.outlvz (mgr.14180) 325 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:20.501 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:21.502 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:21.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:21 smithi138 conmon[84393]: audit 2023-11-15T05:34:19.922741+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:34:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:21 smithi138 conmon[84393]: 14180) 326 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:21 smithi138 conmon[84393]: cluster 2023-11-15T05:34:20.173633+0000 mgr.smithi138.outlvz (mgr.14180) 327 : 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 2023-11-15T05:34:22.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:21 smithi142 conmon[89206]: audit 2023-11-15T05:34:19.922741+0000 mgr.smithi138.outlvz (mgr.14180) 326 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:21 smithi142 conmon[89206]: cluster 2023-11-15T05:34:20.173633+0000 2023-11-15T05:34:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:21 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 327 : 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 2023-11-15T05:34:23.397 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:23.397 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:23.983 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:23 smithi138 conmon[84393]: cluster 2023-11-15T05:34:22.174461+0000 mgr.smithi138.outlvz (mgr.14180) 328 : 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 2023-11-15T05:34:24.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:23 smithi142 conmon[89206]: cluster 2023-11-15T05:34:22.174461+0000 mgr.smithi138.outlvz (mgr.14180) 328 : 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 2023-11-15T05:34:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:23 smithi142 conmon[89206]: 2023-11-15T05:34:24.984 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:25.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:24 smithi138 conmon[84393]: audit 2023-11-15T05:34:23.393676+0000 mgr.smithi138.outlvz (mgr.14180) 329 2023-11-15T05:34:25.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:24 smithi138 conmon[84393]: : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:25.012 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:24 smithi138 conmon[84393]: cluster 2023-11-15T05:34:24.174987+0000 mgr.smithi138.outlvz (mgr.14180) 330 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:25.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:24 smithi142 conmon[89206]: audit 2023-11-15T05:34:23.393676+0000 mgr.smithi138.outlvz (mgr.14180) 329 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:25.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:24 smithi142 conmon[89206]: cluster 2023-11-15T05:34:24.174987+0000 mgr.smithi138.outlvz (mgr.14180) 330 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:26.831 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:26.831 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:27.391 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:27.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:27 smithi142 conmon[89206]: cluster 2023-11-15T05:34:26.175560+0000 mgr.smithi138.outlvz (mgr.14180) 331 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:27.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:27 smithi138 conmon[84393]: cluster 2023-11-15T05:34:26.175560+0000 mgr.smithi138.outlvz (mgr.14180) 331 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:28.392 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:28.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:28 smithi142 conmon[89206]: audit 2023-11-15T05:34:26.826811+0000 mgr.smithi138.outlvz (mgr.14180) 332 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:28.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:28 smithi138 conmon[84393]: audit 2023-11-15T05:34:26.826811+0000 mgr.smithi138.outlvz (mgr.14180) 332 2023-11-15T05:34:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:28 smithi138 conmon[84393]: : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:29.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:29 smithi138 conmon[84393]: cluster 2023-11-15T05:34:28.176373+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:34:29.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:29 smithi138 conmon[84393]: 14180) 333 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:34:29.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:29 smithi142 conmon[89206]: cluster 2023-11-15T05:34:28.176373+0000 mgr.smithi138.outlvz (mgr.14180) 333 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:34:30.199 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:30.199 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:30.757 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:31.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:31 smithi142 conmon[89206]: cluster 2023-11-15T05:34:30.176914+0000 mgr.smithi138.outlvz (mgr.14180) 334 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-11-15T05:34:31.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:31 smithi142 conmon[89206]: audit 2023-11-15T05:34:30.195218+0000 mgr.smithi138.outlvz (mgr.14180) 335 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:31.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:31.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:31 smithi138 conmon[84393]: cluster 2023-11-15T05:34:30.176914+0000 mgr.smithi138.outlvz (mgr.14180) 334 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-11-15T05:34:31.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:31 smithi138 conmon[84393]: audit 2023-11-15T05:34:30.195218+0000 mgr.smithi138.outlvz (mgr.14180) 335 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:33.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:33 smithi138 conmon[84393]: cluster 2023-11-15T05:34:32.177631+0000 2023-11-15T05:34:33.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:33 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 336 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:33.666 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:33.667 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:33.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:33 smithi142 conmon[89206]: cluster 2023-11-15T05:34:32.177631+0000 mgr.smithi138.outlvz (mgr.14180) 336 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:34.275 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:34.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:34 smithi138 conmon[84393]: audit 2023-11-15T05:34:33.662557+0000 mgr.smithi138.outlvz (mgr.14180) 337 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:34.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:34 smithi142 conmon[89206]: audit 2023-11-15T05:34:33.662557+0000 mgr.smithi138.outlvz (mgr.14180) 337 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:34.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:34 smithi142 conmon[89206]: 2023-11-15T05:34:35.276 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:35.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:35 smithi142 conmon[89206]: cluster 2023-11-15T05:34:34.178136+0000 mgr.smithi138.outlvz (mgr.14180) 338 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:35.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:35 smithi142 conmon[89206]: 2023-11-15T05:34:35.733 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:35 smithi138 conmon[84393]: cluster 2023-11-15T05:34:34.178136+0000 mgr.smithi138.outlvz (mgr.14180) 338 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:37.183 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:37.183 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:37.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:37 smithi138 conmon[84393]: cluster 2023-11-15T05:34:36.178646+0000 mgr.smithi138.outlvz (mgr.14180) 339 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:37.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:37 smithi142 conmon[89206]: cluster 2023-11-15T05:34:36.178646+0000 mgr.smithi138.outlvz (mgr.14180) 339 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:37.722 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:38.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:38 smithi142 conmon[89206]: audit 2023-11-15T05:34:37.178957+0000 mgr.smithi138.outlvz (mgr.14180) 340 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:38.724 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:38.752 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:38 smithi138 conmon[84393]: audit 2023-11-15T05:34:37.178957+0000 mgr.smithi138.outlvz (mgr.14180) 340 2023-11-15T05:34:38.753 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:38 smithi138 conmon[84393]: : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:39.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:39 smithi138 conmon[84393]: cluster 2023-11-15T05:34:38.179430+0000 mgr.smithi138.outlvz (mgr.14180) 341 2023-11-15T05:34:39.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:39 smithi138 conmon[84393]: : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:39.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:39 smithi142 conmon[89206]: cluster 2023-11-15T05:34:38.179430+0000 mgr.smithi138.outlvz (mgr.14180) 341 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:34:40.574 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:40.575 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:41.088 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:41.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:41 smithi142 conmon[89206]: cluster 2023-11-15T05:34:40.179942+0000 mgr.smithi138.outlvz (mgr.14180) 342 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:34:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:41 smithi142 conmon[89206]: 2023-11-15T05:34:41.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:41 smithi142 conmon[89206]: audit 2023-11-15T05:34:40.571072+0000 mgr.smithi138.outlvz (mgr.14180) 343 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:41 smithi138 conmon[84393]: cluster 2023-11-15T05:34:40.179942+0000 mgr.smithi138.outlvz (mgr.14180) 342 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:34:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:41 smithi138 conmon[84393]: audit 2023-11-15T05:34:40.571072+0000 mgr.smithi138.outlvz (mgr.14180) 343 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:42.089 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:43.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:43 smithi142 conmon[89206]: cluster 2023-11-15T05:34:42.180754+0000 mgr.smithi138.outlvz (mgr.14180) 344 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:34:43.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:43 smithi142 conmon[89206]: 2023-11-15T05:34:43.716 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:43 smithi138 conmon[84393]: cluster 2023-11-15T05:34:42.180754+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:34:43.716 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:43 smithi138 conmon[84393]: 344 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:34:44.090 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:44.090 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:44.641 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:45.643 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:45.674 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:45 smithi138 conmon[84393]: audit 2023-11-15T05:34:44.086498+0000 mgr.smithi138.outlvz (mgr.14180) 345 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:45.674 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:45 smithi138 conmon[84393]: cluster 2023-11-15T05:34:44.181291+0000 mgr.smithi138.outlvz (mgr.14180) 346 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:45.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:45 smithi142 conmon[89206]: audit 2023-11-15T05:34:44.086498+0000 mgr.smithi138.outlvz (mgr.14180) 345 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:45.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:45 smithi142 conmon[89206]: cluster 2023-11-15T05:34:44.181291+0000 mgr.smithi138.outlvz (mgr.14180) 346 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:47.498 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:47.498 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:47.663 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:47 smithi138 conmon[84393]: cluster 2023-11-15T05:34:46.182003+0000 mgr.smithi138.outlvz (mgr.14180) 347 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:47.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:47 smithi142 conmon[89206]: cluster 2023-11-15T05:34:46.182003+0000 mgr.smithi138.outlvz (mgr.14180) 347 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:48.021 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:48.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:48 smithi142 conmon[89206]: audit 2023-11-15T05:34:47.493909+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:34:48.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:48 smithi142 conmon[89206]: ) 348 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:48.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:48 smithi138 conmon[84393]: audit 2023-11-15T05:34:47.493909+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:34:48.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:48 smithi138 conmon[84393]: 348 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:49.022 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:49.692 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:49 smithi138 conmon[84393]: cluster 2023-11-15T05:34:48.182938+0000 mgr.smithi138.outlvz (mgr.14180) 349 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:49.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:49 smithi142 conmon[89206]: cluster 2023-11-15T05:34:48.182938+0000 mgr.smithi138.outlvz (mgr.14180) 349 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:50.869 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:50.869 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:51.462 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:51.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:51 smithi142 conmon[89206]: cluster 2023-11-15T05:34:50.183604+0000 mgr.smithi138.outlvz (mgr.14180) 350 : 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 2023-11-15T05:34:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:51 smithi138 conmon[84393]: cluster 2023-11-15T05:34:50.183604+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:34:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:51 smithi138 conmon[84393]: ) 350 : 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 2023-11-15T05:34:52.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:52.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:52 smithi142 conmon[89206]: audit 2023-11-15T05:34:50.865307+0000 mgr.smithi138.outlvz (mgr.14180) 351 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:52.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:52 smithi138 conmon[84393]: audit 2023-11-15T05:34:50.865307+0000 mgr.smithi138.outlvz (mgr.14180) 351 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:53.710 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:53 smithi138 conmon[84393]: cluster 2023-11-15T05:34:52.184349+0000 mgr.smithi138.outlvz (mgr.14180) 352 : 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 2023-11-15T05:34:53.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:53 smithi142 conmon[89206]: cluster 2023-11-15T05:34:52.184349+0000 mgr.smithi138.outlvz (mgr.14180) 352 : 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 2023-11-15T05:34:54.320 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:54.321 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:54.903 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:55.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:55 smithi142 conmon[89206]: cluster 2023-11-15T05:34:54.184814+0000 mgr.smithi138.outlvz (mgr.14180) 353 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:55.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:55 smithi142 conmon[89206]: audit 2023-11-15T05:34:54.316898+0000 mgr.smithi138.outlvz (mgr.14180) 354 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:55.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:55 smithi138 conmon[84393]: cluster 2023-11-15T05:34:54.184814+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:34:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:55 smithi138 conmon[84393]: ) 353 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:55 smithi138 conmon[84393]: audit 2023-11-15T05:34:54.316898+0000 mgr.smithi138.outlvz (mgr.14180) 354 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:55.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:57.486 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:57 smithi138 conmon[84393]: cluster 2023-11-15T05:34:56.185276+0000 mgr.smithi138.outlvz (mgr.14180) 355 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:57.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:57 smithi142 conmon[89206]: cluster 2023-11-15T05:34:56.185276+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:34:57.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:57 smithi142 conmon[89206]: ) 355 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:57.809 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:34:57.810 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:34:58.369 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:34:59.370 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:59 smithi142 conmon[89206]: audit 2023-11-15T05:34:57.806107+0000 mgr.smithi138.outlvz (mgr.14180) 356 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:59.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:34:59 smithi142 conmon[89206]: cluster 2023-11-15T05:34:58.186067+0000 mgr.smithi138.outlvz (mgr.14180) 357 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:59.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:59 smithi138 conmon[84393]: audit 2023-11-15T05:34:57.806107+0000 mgr.smithi138.outlvz (mgr.14180) 356 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:34:59 smithi138 conmon[84393]: cluster 2023-11-15T05:34:58.186067+0000 mgr.smithi138.outlvz (mgr.14180) 357 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:01.213 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:01.214 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:01.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:01 smithi138 conmon[84393]: cluster 2023-11-15T05:35:00.186672+0000 mgr.smithi138.outlvz (mgr.14180) 358 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:01.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:01 smithi142 conmon[89206]: cluster 2023-11-15T05:35:00.186672+0000 mgr.smithi138.outlvz (mgr.14180) 358 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:01.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:01 smithi142 conmon[89206]: 2023-11-15T05:35:01.810 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:02.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:02 smithi142 conmon[89206]: audit 2023-11-15T05:35:01.209961+0000 mgr.smithi138.outlvz (mgr.14180) 359 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:02.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:02 smithi138 conmon[84393]: audit 2023-11-15T05:35:01.209961+0000 mgr.smithi138.outlvz (mgr.14180) 359 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:02.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:02 smithi138 conmon[84393]: 2023-11-15T05:35:02.811 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:03.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:03 smithi138 conmon[84393]: cluster 2023-11-15T05:35:02.187765+0000 mgr.smithi138.outlvz 2023-11-15T05:35:03.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:03 smithi138 conmon[84393]: (mgr.14180) 360 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:03.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:03 smithi142 conmon[89206]: cluster 2023-11-15T05:35:02.187765+0000 mgr.smithi138.outlvz (mgr.14180) 360 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:04.685 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:04.686 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:05.303 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:05.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:05 smithi138 conmon[84393]: cluster 2023-11-15T05:35:04.188237+0000 mgr.smithi138.outlvz (mgr.14180) 361 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:05.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:05 smithi138 conmon[84393]: audit 2023-11-15T05:35:04.681761+0000 mgr.smithi138.outlvz (mgr.14180) 362 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:05.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:05 smithi142 conmon[89206]: cluster 2023-11-15T05:35:04.188237+0000 mgr.smithi138.outlvz (mgr.14180) 361 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:05.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:05 smithi142 conmon[89206]: audit 2023-11-15T05:35:04.681761+0000 mgr.smithi138.outlvz (mgr.14180) 362 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:06.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:07.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:07 smithi142 conmon[89206]: cluster 2023-11-15T05:35:06.189011+0000 mgr.smithi138.outlvz (mgr.14180) 363 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:07.746 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:07 smithi138 conmon[84393]: cluster 2023-11-15T05:35:06.189011+0000 mgr.smithi138.outlvz (mgr.14180) 363 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:08.136 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:08.136 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:08.777 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:09.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:09 smithi142 conmon[89206]: audit 2023-11-15T05:35:08.132883+0000 mgr.smithi138.outlvz (mgr.14180) 364 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:09.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:09 smithi142 conmon[89206]: cluster 2023-11-15T05:35:08.189826+0000 mgr.smithi138.outlvz (mgr.14180) 365 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:09.778 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:09 smithi138 conmon[84393]: audit 2023-11-15T05:35:08.132883+0000 mgr.smithi138.outlvz (mgr.14180) 364 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:09 smithi138 conmon[84393]: cluster 2023-11-15T05:35:08.189826+0000 mgr.smithi138.outlvz (mgr.14180) 365 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:11.638 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:11.638 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:11.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:11 smithi142 conmon[89206]: cluster 2023-11-15T05:35:10.190363+0000 mgr.smithi138.outlvz (mgr.14180) 366 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:11.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:11 smithi138 conmon[84393]: cluster 2023-11-15T05:35:10.190363+0000 mgr.smithi138.outlvz (mgr.14180) 366 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:12.275 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:12.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:12 smithi138 conmon[84393]: audit 2023-11-15T05:35:11.634386+0000 mgr.smithi138.outlvz (mgr.14180) 367 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:12 smithi142 conmon[89206]: audit 2023-11-15T05:35:11.634386+0000 mgr.smithi138.outlvz (mgr.14180) 367 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:12 smithi142 conmon[89206]: 2023-11-15T05:35:13.276 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:13.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:13 smithi142 conmon[89206]: cluster 2023-11-15T05:35:12.191112+0000 mgr.smithi138.outlvz (mgr.14180) 368 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:13.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:13 smithi138 conmon[84393]: cluster 2023-11-15T05:35:12.191112+0000 mgr.smithi138.outlvz (mgr.14180) 368 2023-11-15T05:35:13.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:13 smithi138 conmon[84393]: : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:15.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:15.166 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:15.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:15 smithi138 conmon[84393]: cluster 2023-11-15T05:35:14.191617+0000 mgr.smithi138.outlvz (mgr.14180) 369 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:15.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:15 smithi142 conmon[89206]: cluster 2023-11-15T05:35:14.191617+0000 mgr.smithi138.outlvz (mgr.14180) 369 : cluster [DBG] 2023-11-15T05:35:15.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:15 smithi142 conmon[89206]: pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:15.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:16.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:16 smithi142 conmon[89206]: audit 2023-11-15T05:35:15.162731+0000 mgr.smithi138.outlvz (mgr.14180) 370 : audit 2023-11-15T05:35:16.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:16 smithi142 conmon[89206]: [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:16.768 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:16.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:16 smithi138 conmon[84393]: audit 2023-11-15T05:35:15.162731 2023-11-15T05:35:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:16 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 370 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:17.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:17 smithi138 conmon[84393]: cluster 2023-11-15T05:35:16.192322+0000 2023-11-15T05:35:17.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:17 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 371 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:17.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:17 smithi142 conmon[89206]: cluster 2023-11-15T05:35:16.192322+0000 mgr.smithi138.outlvz (mgr.14180) 371 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:17.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:17 smithi142 conmon[89206]: 2023-11-15T05:35:18.560 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:18.561 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:19.150 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:19.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:19 smithi142 conmon[89206]: cluster 2023-11-15T05:35:18.193013+0000 mgr.smithi138.outlvz (mgr.14180) 372 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:19.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:19 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:35:19.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:19 smithi142 conmon[89206]: 35:18.556926+0000 mgr.smithi138.outlvz (mgr.14180) 373 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:19.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:19 smithi138 conmon[84393]: cluster 2023-11-15T05:35:18.193013+0000 mgr.smithi138.outlvz (mgr.14180) 372 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:19 smithi138 conmon[84393]: audit 2023-11-15T05:35:18.556926+0000 mgr.smithi138.outlvz (mgr.14180) 373 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:20.151 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:21.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:21 smithi138 conmon[84393]: cluster 2023-11-15T05:35:20.193603+0000 mgr.smithi138.outlvz (mgr.14180) 374 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:21.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:21 smithi142 conmon[89206]: cluster 2023-11-15T05:35:20.193603+0000 mgr.smithi138.outlvz (mgr.14180) 374 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:21.986 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:21.986 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:22.591 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:23.592 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:23.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:23 smithi142 conmon[89206]: audit 2023-11-15T05:35:21.982124+0000 mgr.smithi138.outlvz (mgr.14180) 375 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:23 smithi142 conmon[89206]: cluster 2023-11-15T05:35:22.194432+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:35:23.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:23 smithi142 conmon[89206]: .14180) 376 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:23.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:23 smithi138 conmon[84393]: audit 2023-11-15T05:35:21.982124+0000 mgr.smithi138.outlvz (mgr.14180) 375 : audit [DBG] 2023-11-15T05:35:23.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:23 smithi138 conmon[84393]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:23.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:23 smithi138 conmon[84393]: cluster 2023-11-15T05:35:22.194432+0000 mgr.smithi138.outlvz (mgr.14180) 376 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:25.449 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:25.449 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:25.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:25 smithi142 conmon[89206]: cluster 2023-11-15T05:35:24.195112+0000 mgr.smithi138.outlvz (mgr.14180) 377 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:25.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:25 smithi138 conmon[84393]: cluster 2023-11-15T05:35:24.195112+0000 mgr.smithi138.outlvz (mgr.14180) 377 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:26.007 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:26.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:26 smithi142 conmon[89206]: audit 2023-11-15T05:35:25.445184+0000 mgr.smithi138.outlvz (mgr.14180) 378 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:26.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:26 smithi138 conmon[84393]: audit 2023-11-15T05:35:25.445184+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:35:26.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:26 smithi138 conmon[84393]: .14180) 378 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:27.007 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:27.748 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:27 smithi138 conmon[84393]: cluster 2023-11-15T05:35:26.195564+0000 mgr.smithi138.outlvz (mgr.14180) 379 : cluster [DBG] 2023-11-15T05:35:27.749 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:27 smithi138 conmon[84393]: pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:27 smithi142 conmon[89206]: cluster 2023-11-15T05:35:26.195564+0000 mgr.smithi138.outlvz (mgr.14180) 379 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:28.857 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:28.857 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:29.456 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:29 smithi138 conmon[84393]: cluster 2023-11-15T05:35:28.196508+0000 mgr.smithi138.outlvz (mgr.14180) 380 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:29 smithi142 conmon[89206]: cluster 2023-11-15T05:35:28.196508+0000 mgr.smithi138.outlvz (mgr.14180) 380 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:30.457 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:30.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:30 smithi138 conmon[84393]: audit 2023-11-15T05:35:28.853707+0000 mgr.smithi138.outlvz (mgr.14180) 381 : audit 2023-11-15T05:35:30.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:30 smithi138 conmon[84393]: [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:30 smithi142 conmon[89206]: audit 2023-11-15T05:35:28.853707+0000 mgr.smithi138.outlvz (mgr.14180) 381 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:31.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:31 smithi138 conmon[84393]: cluster 2023-11-15T05:35:30.197188+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:35:31.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:31 smithi138 conmon[84393]: 382 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:31 smithi142 conmon[89206]: cluster 2023-11-15T05:35:30.197188+0000 mgr.smithi138.outlvz (mgr.14180) 382 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:32.327 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:32.327 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:32.921 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:33 smithi138 conmon[84393]: cluster 2023-11-15T05:35:32.197994+0000 mgr.smithi138.outlvz (mgr.14180) 383 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:33 smithi138 conmon[84393]: audit 2023-11-15T05:35:32.323370+0000 mgr.smithi138.outlvz (mgr.14180) 384 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:33.922 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:33 smithi142 conmon[89206]: cluster 2023-11-15T05:35:32.197994+0000 mgr.smithi138.outlvz (mgr.14180) 383 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:33 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:35:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:33 smithi142 conmon[89206]: 11-15T05:35:32.323370+0000 mgr.smithi138.outlvz (mgr.14180) 384 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:35.737 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:35.738 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:35.760 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:35 smithi138 conmon[84393]: cluster 2023-11-15T05:35:34.198462+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:35:35.761 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:35 smithi138 conmon[84393]: 14180) 385 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:35 smithi142 conmon[89206]: cluster 2023-11-15T05:35:34.198462+0000 mgr.smithi138.outlvz (mgr.14180) 385 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:36.281 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:36.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:36 smithi138 conmon[84393]: audit 2023-11-15T05:35:35.733846+0000 mgr.smithi138.outlvz (mgr.14180) 386 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:36 smithi142 conmon[89206]: audit 2023-11-15T05:35:35.733846+0000 mgr.smithi138.outlvz (mgr.14180) 386 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:37.282 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:37.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:37 smithi138 conmon[84393]: cluster 2023-11-15T05:35:36.198964+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:35:37.733 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:37 smithi138 conmon[84393]: 387 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:37 smithi142 conmon[89206]: cluster 2023-11-15T05:35:36.198964+0000 mgr.smithi138.outlvz (mgr.14180) 387 2023-11-15T05:35:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:37 smithi142 conmon[89206]: : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:39.097 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:39.098 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:39.697 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:39.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:39 smithi138 conmon[84393]: cluster 2023-11-15T05:35:38.199955+0000 mgr.smithi138.outlvz (mgr.14180) 388 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:39 smithi142 conmon[89206]: cluster 2023-11-15T05:35:38.199955+0000 mgr.smithi138.outlvz (mgr.14180) 388 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:40.698 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:40.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:40 smithi138 conmon[84393]: audit 2023-11-15T05:35:39.094104+0000 mgr.smithi138.outlvz (mgr.14180) 389 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:40 smithi142 conmon[89206]: audit 2023-11-15T05:35:39.094104+0000 mgr.smithi138.outlvz (mgr.14180) 389 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:41 smithi138 conmon[84393]: cluster 2023-11-15T05:35:40.200531+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:35:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:41 smithi138 conmon[84393]: 390 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:41 smithi142 conmon[89206]: cluster 2023-11-15T05:35:40.200531+0000 mgr.smithi138.outlvz (mgr.14180) 390 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:42.563 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:42.564 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:43.128 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:43 smithi138 conmon[84393]: cluster 2023-11-15T05:35:42.201553+0000 mgr.smithi138.outlvz (mgr.14180) 391 : 2023-11-15T05:35:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:43 smithi138 conmon[84393]: cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:43 smithi138 conmon[84393]: audit 2023-11-15T05:35:42.559565+0000 mgr.smithi138.outlvz (mgr.14180) 392 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:43 smithi142 conmon[89206]: cluster 2023-11-15T05:35:42.201553+0000 mgr.smithi138.outlvz (mgr.14180) 391 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:43 smithi142 conmon[89206]: audit 2023-11-15T05:35:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:43 smithi142 conmon[89206]: 2023-11-15T05:35:42.559565+0000 mgr.smithi138.outlvz (mgr.14180) 392 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:44.129 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:45.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:45 smithi138 conmon[84393]: cluster 2023-11-15T05:35:44.202190+0000 mgr.smithi138.outlvz (mgr.14180) 393 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:45.910 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:45.910 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:45 smithi142 conmon[89206]: cluster 2023-11-15T05:35:44.202190+0000 mgr.smithi138.outlvz (mgr.14180) 393 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:46.462 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:47.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:47.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:47 smithi138 conmon[84393]: audit 2023-11-15T05:35:45.906571+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:35:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:47 smithi138 conmon[84393]: 14180) 394 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:47 smithi138 conmon[84393]: cluster 2023-11-15T05:35:46.202717+0000 mgr.smithi138.outlvz (mgr.14180) 395 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:47 smithi142 conmon[89206]: audit 2023-11-15T05:35:45.906571+0000 mgr.smithi138.outlvz (mgr.14180) 394 : audit 2023-11-15T05:35:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:47 smithi142 conmon[89206]: [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:47.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:47 smithi142 conmon[89206]: cluster 2023-11-15T05:35:46.202717+0000 mgr.smithi138.outlvz (mgr.14180) 395 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:49.341 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:49.341 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:49 smithi138 conmon[84393]: cluster 2023-11-15T05:35:48.203418+0000 mgr.smithi138.outlvz (mgr.14180) 396 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:49.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:49 smithi142 conmon[89206]: cluster 2023-11-15T05:35:48.203418+0000 mgr.smithi138.outlvz (mgr.14180) 396 : cluster 2023-11-15T05:35:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:49 smithi142 conmon[89206]: [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:50.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:50 smithi138 conmon[84393]: audit 2023-11-15T05:35:49.336937+0000 mgr.smithi138.outlvz (mgr.14180) 397 : audit 2023-11-15T05:35:50.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:50 smithi138 conmon[84393]: [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:50.880 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:50 smithi142 conmon[89206]: audit 2023-11-15T05:35:49.336937+0000 mgr.smithi138.outlvz (mgr.14180) 397 2023-11-15T05:35:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:50 smithi142 conmon[89206]: : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:51.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:51 smithi138 conmon[84393]: cluster 2023-11-15T05:35:50.204075+0000 mgr.smithi138.outlvz (mgr.14180) 398 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:51 smithi142 conmon[89206]: cluster 2023-11-15T05:35:50.204075+0000 mgr.smithi138.outlvz (mgr.14180) 398 : cluster 2023-11-15T05:35:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:51 smithi142 conmon[89206]: [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:52.747 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:52.747 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:53.327 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:53 smithi138 conmon[84393]: cluster 2023-11-15T05:35:52.205057+0000 mgr.smithi138.outlvz (mgr.14180) 399 : cluster [DBG] 2023-11-15T05:35:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:53 smithi138 conmon[84393]: pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:53 smithi138 conmon[84393]: audit 2023-11-15T05:35:52.743476+0000 mgr.smithi138.outlvz (mgr.14180) 400 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:53 smithi142 conmon[89206]: cluster 2023-11-15T05:35:52.205057+0000 mgr.smithi138.outlvz (mgr.14180) 399 : cluster [DBG] 2023-11-15T05:35:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:53 smithi142 conmon[89206]: pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:53 smithi142 conmon[89206]: audit 2023-11-15T05:35:52.743476+0000 mgr.smithi138.outlvz (mgr.14180) 400 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:54.328 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:55 smithi138 conmon[84393]: cluster 2023-11-15T05:35:54.205660+0000 mgr.smithi138.outlvz (mgr.14180) 401 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:55 smithi142 conmon[89206]: cluster 2023-11-15T05:35:54.205660+0000 mgr.smithi138.outlvz (mgr.14180) 401 : cluster 2023-11-15T05:35:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:55 smithi142 conmon[89206]: [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:56.204 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:56.204 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:56.768 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:35:57.769 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:57.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:57 smithi138 conmon[84393]: audit 2023-11-15T05:35:56.200435+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:35:57.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:57 smithi138 conmon[84393]: 402 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:57.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:57 smithi138 conmon[84393]: cluster 2023-11-15T05:35:56.206209+0000 mgr.smithi138.outlvz (mgr.14180) 403 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:57 smithi142 conmon[89206]: audit 2023-11-15T05:35:56.200435+0000 mgr.smithi138.outlvz (mgr.14180) 402 2023-11-15T05:35:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:57 smithi142 conmon[89206]: : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:57 smithi142 conmon[89206]: cluster 2023-11-15T05:35:56.206209+0000 mgr.smithi138.outlvz (mgr.14180) 403 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:59.691 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:35:59.691 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:35:59.713 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:35:59 smithi138 conmon[84393]: cluster 2023-11-15T05:35:58.206890+0000 mgr.smithi138.outlvz (mgr.14180) 404 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:59 smithi142 conmon[89206]: cluster 2023-11-15T05:35:58.206890+0000 mgr.smithi138.outlvz (mgr.14180) 404 : cluster [DBG] 2023-11-15T05:35:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:35:59 smithi142 conmon[89206]: pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:00.259 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:00.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:00 smithi138 conmon[84393]: audit 2023-11-15T05:35:59.687298+0000 mgr.smithi138.outlvz (mgr.14180) 405 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:00 smithi142 conmon[89206]: audit 2023-11-15T05:35:59.687298+0000 mgr.smithi138.outlvz (mgr.14180) 405 : audit [DBG] 2023-11-15T05:36:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:00 smithi142 conmon[89206]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:01.261 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:01.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:01 smithi138 conmon[84393]: cluster 2023-11-15T05:36:00.207635+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:36:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:01 smithi138 conmon[84393]: 14180) 406 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:01 smithi142 conmon[89206]: cluster 2023-11-15T05:36:00.207635+0000 mgr.smithi138.outlvz (mgr.14180) 406 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:03.111 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:03.112 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:03.634 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:03 smithi142 conmon[89206]: cluster 2023-11-15T05:36:02.208408+0000 mgr.smithi138.outlvz ( 2023-11-15T05:36:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:03 smithi142 conmon[89206]: mgr.14180) 407 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:04.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:03 smithi138 conmon[84393]: cluster 2023-11-15T05:36:02.208408+0000 mgr.smithi138.outlvz (mgr.14180) 407 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:04.635 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:04 smithi142 conmon[89206]: audit 2023-11-15T05:36:03.107818+0000 mgr.smithi138.outlvz (mgr.14180) 408 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:04.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:04 smithi142 conmon[89206]: 2023-11-15T05:36:05.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:04 smithi138 conmon[84393]: audit 2023-11-15T05:36:03.107818+0000 mgr.smithi138.outlvz (mgr.14180) 408 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:05.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:05 smithi138 conmon[84393]: cluster 2023-11-15T05:36:04.209086+0000 mgr.smithi138.outlvz (mgr.14180) 409 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:05 smithi138 conmon[84393]: 2023-11-15T05:36:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:05 smithi142 conmon[89206]: cluster 2023-11-15T05:36:04.209086+0000 mgr.smithi138.outlvz (mgr.14180) 409 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:06.521 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:06.521 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:07.092 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:07 smithi142 conmon[89206]: cluster 2023-11-15T05:36:06.209606+0000 mgr.smithi138.outlvz (mgr.14180) 410 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:07 smithi142 conmon[89206]: audit 2023-11-15T05:36:06.517176+0000 mgr.smithi138.outlvz (mgr.14180) 411 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:08.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:07 smithi138 conmon[84393]: cluster 2023-11-15T05:36:06.209606+0000 mgr.smithi138.outlvz (mgr.14180) 410 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:08.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:07 smithi138 conmon[84393]: audit 2023-11-15T05:36:06.517176+0000 mgr.smithi138.outlvz (mgr.14180) 411 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:08.094 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:09.586 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:09 smithi138 conmon[84393]: cluster 2023-11-15T05:36:08.210467+0000 mgr.smithi138.outlvz (mgr.14180) 412 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:09 smithi142 conmon[89206]: cluster 2023-11-15T05:36:08.210467+0000 mgr.smithi138.outlvz (mgr.14180) 412 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:09.972 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:09.973 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:10.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:11.584 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:11 smithi142 conmon[89206]: audit 2023-11-15T05:36:09.969233+0000 mgr.smithi138.outlvz (mgr.14180) 413 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:11 smithi142 conmon[89206]: 2023-11-15T05:36:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:11 smithi142 conmon[89206]: cluster 2023-11-15T05:36:10.211073+0000 mgr.smithi138.outlvz (mgr.14180) 414 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:12.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:11 smithi138 conmon[84393]: audit 2023-11-15T05:36:09.969233+0000 mgr.smithi138.outlvz (mgr.14180) 413 2023-11-15T05:36:12.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:11 smithi138 conmon[84393]: : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:12.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:11 smithi138 conmon[84393]: cluster 2023-11-15T05:36:10.211073+0000 mgr.smithi138.outlvz (mgr.14180) 414 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:13.435 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:13.435 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:13.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:13 smithi138 conmon[84393]: cluster 2023-11-15T05:36:12.212080+0000 mgr.smithi138.outlvz (mgr.14180) 415 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:13 smithi142 conmon[89206]: cluster 2023-11-15T05:36:12.212080+0000 mgr.smithi138.outlvz (mgr.14180) 415 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:13 smithi142 conmon[89206]: 2023-11-15T05:36:13.983 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:14 smithi142 conmon[89206]: audit 2023-11-15T05:36:13.431290+0000 mgr.smithi138.outlvz (mgr.14180) 416 : audit 2023-11-15T05:36:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:14 smithi142 conmon[89206]: [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:14.984 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:15.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:14 smithi138 conmon[84393]: audit 2023-11-15T05:36:13.431290 2023-11-15T05:36:15.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:14 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 416 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:15.758 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:15 smithi138 conmon[84393]: cluster 2023-11-15T05:36:14.212556+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:36:15.758 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:15 smithi138 conmon[84393]: ) 417 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:15 smithi142 conmon[89206]: cluster 2023-11-15T05:36:14.212556+0000 mgr.smithi138.outlvz (mgr.14180) 417 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:16.870 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:16.870 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:17.433 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:17.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:17 smithi138 conmon[84393]: cluster 2023-11-15T05:36:16.213129+0000 mgr.smithi138.outlvz (mgr.14180) 418 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:17 smithi142 conmon[89206]: cluster 2023-11-15T05:36:16.213129+0000 mgr.smithi138.outlvz (mgr.14180) 418 : cluster 2023-11-15T05:36:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:17 smithi142 conmon[89206]: [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:18.433 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:18.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:18 smithi138 conmon[84393]: audit 2023-11-15T05:36:16.866489+0000 mgr.smithi138.outlvz (mgr.14180) 419 : audit [DBG] 2023-11-15T05:36:18.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:18 smithi138 conmon[84393]: from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:18 smithi142 conmon[89206]: audit 2023-11-15T05:36:16.866489+0000 mgr.smithi138.outlvz (mgr.14180) 419 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:19.884 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:19 smithi138 conmon[84393]: cluster 2023-11-15T05:36:18.213964+0000 2023-11-15T05:36:19.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:19 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 420 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:19 smithi142 conmon[89206]: cluster 2023-11-15T05:36:18.213964+0000 mgr.smithi138.outlvz (mgr.14180) 420 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:20.276 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:20.277 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:20.865 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:21.866 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:21.896 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:21 smithi138 conmon[84393]: cluster 2023-11-15T05:36:20.214517+0000 mgr.smithi138.outlvz (mgr.14180) 421 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:21.897 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:21 smithi138 conmon[84393]: audit 2023-11-15T05:36:20.273212+0000 mgr.smithi138.outlvz (mgr.14180) 422 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:21 smithi142 conmon[89206]: cluster 2023-11-15T05:36:20.214517+0000 mgr.smithi138.outlvz (mgr.14180) 421 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:21 smithi142 conmon[89206]: audit 2023-11-15T05:36:20.273212+0000 mgr.smithi138.outlvz (mgr.14180) 422 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:23.735 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:23.736 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:23.756 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:23 smithi138 conmon[84393]: cluster 2023-11-15T05:36:22.215309+0000 mgr.smithi138.outlvz (mgr.14180) 423 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:23 smithi142 conmon[89206]: cluster 2023-11-15T05:36:22.215309+0000 mgr.smithi138.outlvz (mgr.14180) 423 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:23 smithi142 conmon[89206]: 2023-11-15T05:36:24.340 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:24 smithi142 conmon[89206]: audit 2023-11-15T05:36:23.731797+0000 mgr.smithi138.outlvz (mgr.14180) 424 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:24.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:24 smithi142 conmon[89206]: 2023-11-15T05:36:25.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:24 smithi138 conmon[84393]: audit 2023-11-15T05:36:23.731797+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:36:25.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:24 smithi138 conmon[84393]: ) 424 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:25.341 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:25.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:25 smithi138 conmon[84393]: cluster 2023-11-15T05:36:24.216020+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:36:25.790 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:25 smithi138 conmon[84393]: 14180) 425 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:25 smithi142 conmon[89206]: cluster 2023-11-15T05:36:24.216020+0000 mgr.smithi138.outlvz (mgr.14180) 425 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:27.199 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:27.200 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:27.706 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:27 smithi142 conmon[89206]: cluster 2023-11-15T05:36:26.216553+0000 mgr.smithi138.outlvz (mgr.14180) 426 : cluster 2023-11-15T05:36:27.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:27 smithi142 conmon[89206]: [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:28.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:27 smithi138 conmon[84393]: cluster 2023-11-15T05:36:26.216553+0000 mgr.smithi138.outlvz (mgr.14180) 426 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:28.707 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:28 smithi142 conmon[89206]: audit 2023-11-15T05:36:27.195381+0000 mgr.smithi138.outlvz (mgr.14180) 427 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:28 smithi138 conmon[84393]: audit 2023-11-15T05:36:27.195381+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:36:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:28 smithi138 conmon[84393]: 427 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:29 smithi142 conmon[89206]: cluster 2023-11-15T05:36:28.217315+0000 mgr.smithi138.outlvz (mgr.14180) 428 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:29.969 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:29 smithi138 conmon[84393]: cluster 2023-11-15T05:36:28.217315+0000 mgr.smithi138.outlvz (mgr.14180) 428 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:30.615 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:30.616 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:07.125192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:07.125333Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:07.125416Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:07.125478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:07.125537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:36:31.147 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: cluster 2023-11-15T05:36:30.217961+0000 2023-11-15T05:36:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 429 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit 2023-11-15T05:36:30.612194+0000 mgr.smithi138.outlvz (mgr.14180) 430 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit 2023-11-15T05:36:31.160755+0000 mon.smithi138 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.tlbhgv"}]: dispatch 2023-11-15T05:36:31.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit 2023-11-15T05:36:31.165658+0000 mon.smithi138 (mon.0) 699 : 2023-11-15T05:36:31.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:31.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit 2023-11-15T05:36:31.167890+0000 mon.smithi138 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:31.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: audit 2023-11-15T05:36:31.436126+0000 mon.smithi138 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:31.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:31 smithi142 conmon[89206]: 2023-11-15T05:36:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: cluster 2023-11-15T05:36:30.217961+0000 mgr.smithi138.outlvz (mgr.14180) 429 : cluster 2023-11-15T05:36:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: audit 2023-11-15T05:36:30.612194+0000 mgr.smithi138.outlvz (mgr.14180) 430 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: audit 2023-11-15T05:36:31.160755 2023-11-15T05:36:32.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.tlbhgv"}]: dispatch 2023-11-15T05:36:32.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:36:32.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: :36:31.165658+0000 mon.smithi138 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:32.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: audit 2023-11-15T05:36:32.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: 2023-11-15T05:36:31.167890+0000 mon.smithi138 (mon.0) 700 : audit 2023-11-15T05:36:32.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:32.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: audit 2023-11-15T05:36:32.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:31 smithi138 conmon[84393]: 2023-11-15T05:36:31.436126+0000 mon.smithi138 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:32.148 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:32.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:31.160289+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:36:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:36:32.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:36:32.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:36:32.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:36:32.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:36:32.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase 2023-11-15T05:36:32.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: -rate-limit 2023-11-15T05:36:32.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:31.160440+0000 mgr.smithi138.outlvz (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:31.161362+0000 mgr.smithi138.outlvz (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:31.165932+0000 mgr.smithi138.outlvz (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:36:32.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:31.166977+0000 mgr.smithi138.outlvz (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:36:32.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cluster 2023-11-15T05:36:31.167890+0000 mgr.smithi138.outlvz (mgr.14180) 436 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:32.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:32 smithi138 conmon[84393]: cluster 2023-11-15T05:36:32.163997+0000 mon.smithi138 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:36:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:31.160289+0000 mgr.smithi138.outlvz ( 2023-11-15T05:36:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:36:32.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:36:32.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:36:32.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:36:32.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:36:32.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.c 2023-11-15T05:36:32.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: om/increase-rate-limit 2023-11-15T05:36:32.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:31.160440+0000 mgr.smithi138.outlvz (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:31.161362+0000 mgr.smithi138.outlvz (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv 2023-11-15T05:36:32.976 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv 2023-11-15T05:36:32.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.tlbhgv ... 2023-11-15T05:36:32.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:36:32.977 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:34:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:35:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:36:32.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:36:32.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:36:32.979 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:31.165932+0000 mgr.smithi138.outlvz (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:36:32.979 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:31.166977+0000 mgr.smithi138.outlvz (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:36:32.979 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cluster 2023-11-15T05:36:31.167890+0000 mgr.smithi138.outlvz (mgr.14180) 436 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:32.979 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:32 smithi142 conmon[89206]: cluster 2023-11-15T05:36:32.163997+0000 mon.smithi138 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:36:34.317 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:34.317 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:31:10.363716Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:31:10.363778Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:31:10.363838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:31:10.363648Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:31:10.363497Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:31:10.363897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:31:10.364044Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:31:10.363983Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 1, "size": 2}}] 2023-11-15T05:36:34.463 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:34 smithi138 conmon[84393]: audit 2023-11-15T05:36:33.096318+0000 mon.smithi138 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:34.464 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:34 smithi138 conmon[84393]: cluster 2023-11-15T05:36:33.168772+0000 mgr.smithi138.outlvz (mgr.14180) 437 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:34.464 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:34 smithi138 conmon[84393]: audit 2023-11-15T05:36:33.565753+0000 mon.smithi138 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:34.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:34 smithi142 conmon[89206]: audit 2023-11-15T05:36:33.096318+0000 mon.smithi138 (mon. 2023-11-15T05:36:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:34 smithi142 conmon[89206]: 0) 703 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:34 smithi142 conmon[89206]: cluster 2023-11-15T05:36:33.168772+0000 mgr.smithi138.outlvz (mgr.14180) 437 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:34 smithi142 conmon[89206]: audit 2023-11-15T05:36:33.565753+0000 mon.smithi138 (mon. 2023-11-15T05:36:34.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:34 smithi142 conmon[89206]: 0) 704 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:35.096 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:36:35.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:35 smithi142 conmon[89206]: audit 2023-11-15T05:36:34.309263+0000 mgr.smithi138.outlvz (mgr.14180) 438 2023-11-15T05:36:35.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:35 smithi142 conmon[89206]: : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:35.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:35 smithi138 conmon[84393]: audit 2023-11-15T05:36:34.309263+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:36:35.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:35 smithi138 conmon[84393]: 438 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:36.097 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:36.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:36 smithi142 conmon[89206]: cluster 2023-11-15T05:36:35.169438+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:36:36.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:36 smithi142 conmon[89206]: 439 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:36.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:36 smithi138 conmon[84393]: cluster 2023-11-15T05:36:35.169438+0000 mgr.smithi138.outlvz (mgr.14180) 439 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T05:36:37.699 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05:36:36.306759+0000 mon.smithi138 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11- 2023-11-15T05:36:37.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: 15T05:36:36.696111+0000 mon.smithi138 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:37.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05:36:36.696736+0000 mon.smithi138 (mon.0) 707 : audit 2023-11-15T05:36:37.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:37.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: cephadm 2023-11-15T 2023-11-15T05:36:37.701 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: 05:36:36.700156+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:36:37.701 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: ) 440 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:36:37.701 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:36:37.701 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: T05:36:36.967630+0000 mon.smithi138 (mon.0 2023-11-15T05:36:37.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: ) 708 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:36:37.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: :36:36.975460+0000 mon.smithi138 (mon.0) 2023-11-15T05:36:37.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: 709 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05:36 2023-11-15T05:36:37.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: :36.980107+0000 mon.smithi138 (mon.0) 710 : 2023-11-15T05:36:37.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05:36: 2023-11-15T05:36:37.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: 36.987378+0000 mon.smithi138 (mon.0) 711 : audit 2023-11-15T05:36:37.703 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:37.704 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: audit 2023-11-15T05:36:36.996245 2023-11-15T05:36:37.704 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: +0000 mon.smithi138 (mon.0) 712 : audit [INF] 2023-11-15T05:36:37.704 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:37 smithi138 conmon[84393]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.306759+0000 mon.smithi138 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.696111+0000 mon.smithi138 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:37.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.696736+0000 mon.smithi138 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:37.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:36.700156+0000 mgr.smithi138.outlvz (mgr.14180) 440 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:36:37.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.967630+0000 mon.smithi138 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.975460+0000 mon.smithi138 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.980107+0000 mon.smithi138 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:37.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.987378+0000 mon.smithi138 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:37.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:37 smithi142 conmon[89206]: audit 2023-11-15T05:36:36.996245+0000 mon.smithi138 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:36:38.089 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:38.089 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:38 smithi138 conmon[84393]: cluster 2023-11-15T05:36:36.981279+0000 mgr.smithi138.outlvz (mgr.14180) 441 2023-11-15T05:36:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:38 smithi138 conmon[84393]: : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T05:36:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:38 smithi138 conmon[84393]: cephadm 2023-11-15T05:36:36.998859+0000 mgr.smithi138.outlvz (mgr.14180) 442 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gpeybo on smithi142 2023-11-15T05:36:38.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:38 smithi138 conmon[84393]: cluster 2023-11-15T05:36:37.978409+0000 mon.smithi138 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:36:38.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:38 smithi138 conmon[84393]: cluster 2023-11-15T05:36:37.978442+0000 mon.smithi138 (mon.0) 714 : cluster [INF] Cluster is now healthy 2023-11-15T05:36:38.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: cluster 2023-11-15T05:36:36.981279+0000 mgr.smithi138.outlvz (mgr.14180) 441 : cluster [DBG] 2023-11-15T05:36:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: pgmap v323: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T05:36:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: cephadm 2023-11-15T05:36:36.998859+0000 mgr.smithi138.outlvz (mgr.14180) 442 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gpeybo on smithi142 2023-11-15T05:36:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: cluster 2023-11-15T05:36: 2023-11-15T05:36:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: 37.978409+0000 mon.smithi138 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:36:38.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: cluster 2023 2023-11-15T05:36:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: -11-15T05:36:37.978442+0000 mon.smithi138 (mon.0) 2023-11-15T05:36:38.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:38 smithi142 conmon[89206]: 714 : cluster [INF] Cluster is now healthy 2023-11-15T05:36:38.787 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T05:36:38.788 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:36:38.799 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T05:36:38.800 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:39.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:39 smithi138 conmon[84393]: audit 2023-11-15T05:36:38.084107+0000 mgr.smithi138.outlvz (mgr.14180) 443 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:39.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:39 smithi142 conmon[89206]: audit 2023-11-15T05:36:38.084107+0000 mgr.smithi138.outlvz (mgr.14180) 443 : audit [DBG] 2023-11-15T05:36:39.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:39 smithi142 conmon[89206]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:40.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:40 smithi142 conmon[89206]: cluster 2023-11-15T05:36:38.981774+0000 mgr.smithi138.outlvz (mgr.14180) 444 : cluster [DBG] 2023-11-15T05:36:40.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:40 smithi142 conmon[89206]: pgmap v324: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 665 B/s rd, 95 B/s wr, 0 op/s 2023-11-15T05:36:40.610 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:40.611 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:40.638 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:40 smithi138 conmon[84393]: cluster 2023-11-15T05:36:38.981774+0000 mgr.smithi138.outlvz (mgr.14180) 444 2023-11-15T05:36:40.639 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:40 smithi138 conmon[84393]: : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 665 B/s rd, 95 B/s wr, 0 op/s 2023-11-15T05:36:41.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:41.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:41 smithi138 conmon[84393]: audit 2023-11-15T05:36:40.606290+0000 2023-11-15T05:36:41.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:41 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 445 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:41.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:41 smithi142 conmon[89206]: audit 2023-11-15T05:36:40.606290+0000 mgr.smithi138.outlvz (mgr.14180) 445 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:42.297 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:42.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:42 smithi142 conmon[89206]: cluster 2023-11-15T05:36:40.982385+0000 mgr.smithi138.outlvz (mgr.14180) 446 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 95 B/s wr, 2 op/s 2023-11-15T05:36:42.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:42 smithi142 conmon[89206]: 2023-11-15T05:36:42.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:42 smithi138 conmon[84393]: cluster 2023-11-15T05:36:40.982385+0000 mgr.smithi138.outlvz (mgr.14180) 446 : cluster 2023-11-15T05:36:42.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:42 smithi138 conmon[84393]: [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 95 B/s wr, 2 op/s 2023-11-15T05:36:44.183 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:44.184 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:44.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:44 smithi138 conmon[84393]: cluster 2023-11-15T05:36:42.983091+0000 mgr.smithi138.outlvz (mgr.14180) 447 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:44.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:44 smithi142 conmon[89206]: cluster 2023-11-15T05:36:42.983091+0000 mgr.smithi138.outlvz (mgr.14180) 447 : cluster [DBG] 2023-11-15T05:36:44.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:44 smithi142 conmon[89206]: pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:44.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:45.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:45 smithi142 conmon[89206]: audit 2023-11-15T05:36:44.179480+0000 mgr.smithi138.outlvz (mgr.14180) 448 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:45.787 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:45.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:45 smithi138 conmon[84393]: audit 2023-11-15T05:36:44.179480+0000 2023-11-15T05:36:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:45 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 448 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:46.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:46 smithi138 conmon[84393]: cluster 2023-11-15T05:36:44.983611+0000 2023-11-15T05:36:46.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:46 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 449 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:46.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:46 smithi142 conmon[89206]: cluster 2023-11-15T05:36:44.983611+0000 mgr.smithi138.outlvz (mgr.14180) 449 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:47.622 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:47.622 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:48.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:48.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:48 smithi138 conmon[84393]: cluster 2023-11-15T05:36:46.984457+0000 mgr.smithi138.outlvz (mgr.14180) 450 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:48.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:48 smithi138 conmon[84393]: audit 2023-11-15T05:36:47.618001+0000 mgr.smithi138.outlvz (mgr.14180) 451 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:48.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:48 smithi142 conmon[89206]: cluster 2023-11-15T05:36:46.984457+0000 mgr.smithi138.outlvz (mgr.14180) 450 : cluster 2023-11-15T05:36:48.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:48 smithi142 conmon[89206]: [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 173 B/s wr, 2 op/s 2023-11-15T05:36:48.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:48 smithi142 conmon[89206]: audit 2023-11-15T05:36:47.618001+0000 mgr.smithi138.outlvz (mgr.14180) 451 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:49.220 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:50.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:50 smithi142 conmon[89206]: cluster 2023-11-15T05:36:48.985073+0000 mgr.smithi138.outlvz (mgr.14180) 452 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:36:50.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:50 smithi138 conmon[84393]: cluster 2023-11-15T05:36:48.985073+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:36:50.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:50 smithi138 conmon[84393]: .14180) 452 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:36:51.082 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:51.082 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:51.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:52.679 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:52.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:52 smithi138 conmon[84393]: cluster 2023-11-15T05:36:50.985696+0000 mgr.smithi138.outlvz (mgr.14180) 453 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:36:52.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:52 smithi138 conmon[84393]: audit 2023-11-15T05:36:51.078203+0000 mgr.smithi138.outlvz (mgr.14180) 454 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:52.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:52 smithi142 conmon[89206]: cluster 2023-11-15T05:36:50.985696+0000 mgr.smithi138.outlvz (mgr.14180) 453 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:36:52.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:52 smithi142 conmon[89206]: audit 2023-11-15T05:36:51.078203+0000 mgr.smithi138.outlvz (mgr.14180) 454 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:54.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:54 smithi138 conmon[84393]: cluster 2023-11-15T05:36:52.986405+0000 mgr.smithi138.outlvz (mgr.14180) 455 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:36:54.570 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:54.571 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:54.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:54 smithi142 conmon[89206]: cluster 2023-11-15T05:36:52.986405+0000 mgr.smithi138.outlvz (mgr.14180) 455 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-11-15T05:36:55.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:55.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:55 smithi138 conmon[84393]: audit 2023-11-15T05:36:54.566620+0000 mgr.smithi138.outlvz (mgr.14180) 456 : audit [DBG] 2023-11-15T05:36:55.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:55 smithi138 conmon[84393]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:55.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:55 smithi142 conmon[89206]: audit 2023-11-15T05:36:54.566620+0000 mgr.smithi138.outlvz (mgr.14180) 456 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:56.202 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:56 smithi138 conmon[84393]: cluster 2023-11-15T05:36:54.986923 2023-11-15T05:36:56.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:56 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 457 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:56.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:56 smithi142 conmon[89206]: cluster 2023-11-15T05:36:54.986923+0000 mgr.smithi138.outlvz (mgr.14180) 457 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:58.044 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:36:58.044 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:58.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:58.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:58 smithi142 conmon[89206]: cluster 2023-11-15T05:36:56.987622+0000 mgr.smithi138.outlvz (mgr.14180) 458 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:58.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:58 smithi142 conmon[89206]: 2023-11-15T05:36:58.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:58 smithi138 conmon[84393]: cluster 2023-11-15T05:36:56.987622+0000 mgr.smithi138.outlvz (mgr.14180) 458 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:59.660 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:59.688 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:59 smithi138 conmon[84393]: audit 2023-11-15T05:36:58 2023-11-15T05:36:59.688 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:36:59 smithi138 conmon[84393]: .039955+0000 mgr.smithi138.outlvz (mgr.14180) 459 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:36:59 smithi142 conmon[89206]: audit 2023-11-15T05:36:58.039955+0000 mgr.smithi138.outlvz (mgr.14180) 459 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:00.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:00 smithi142 conmon[89206]: cluster 2023-11-15T05:36:58.988299+0000 mgr.smithi138.outlvz (mgr.14180) 460 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:00.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:00 smithi138 conmon[84393]: cluster 2023-11-15T05:36:58.988299+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:37:00.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:00 smithi138 conmon[84393]: ) 460 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:01.568 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:01.568 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:02.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:02.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:02 smithi142 conmon[89206]: cluster 2023-11-15T05:37:00.988944+0000 mgr.smithi138.outlvz (mgr.14180) 461 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:02.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:02 smithi142 conmon[89206]: audit 2023-11-15T05:37:01.563716+0000 mgr.smithi138.outlvz (mgr.14180) 462 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:02.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:02 smithi138 conmon[84393]: cluster 2023-11-15T05:37:00.988944+0000 mgr.smithi138.outlvz (mgr.14180) 461 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:02.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:02 smithi138 conmon[84393]: audit 2023-11-15T05:37:01.563716+0000 mgr.smithi138.outlvz (mgr.14180) 462 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:03.125 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:04.591 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:04 smithi138 conmon[84393]: cluster 2023-11-15T05:37:02.989686+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:37:04.592 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:04 smithi138 conmon[84393]: ) 463 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:04.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:04 smithi142 conmon[89206]: cluster 2023-11-15T05:37:02.989686+0000 mgr.smithi138.outlvz (mgr.14180) 463 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:04.982 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:04.982 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:05.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:06.652 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:06.684 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:06 smithi138 conmon[84393]: audit 2023-11-15T05:37:04.977678+0000 mgr.smithi138.outlvz (mgr.14180) 464 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:06.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:06 smithi138 conmon[84393]: cluster 2023-11-15T05:37:04.990201+0000 2023-11-15T05:37:06.685 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:06 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 465 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:06.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:06 smithi142 conmon[89206]: audit 2023-11-15T05:37:04.977678+0000 mgr.smithi138.outlvz (mgr.14180) 464 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:06.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:06 smithi142 conmon[89206]: cluster 2023-11-15T05:37:04.990201+0000 mgr.smithi138.outlvz (mgr.14180) 465 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:08.507 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:08.508 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:08.699 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:08 smithi138 conmon[84393]: cluster 2023-11-15T05:37:06.991021+0000 mgr.smithi138.outlvz (mgr.14180) 466 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:08.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:08 smithi142 conmon[89206]: cluster 2023-11-15T05:37:06.991021+0000 mgr.smithi138.outlvz (mgr.14180) 466 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:09.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:09.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:09 smithi142 conmon[89206]: audit 2023-11-15T05:37:08.503404+0000 mgr.smithi138.outlvz (mgr.14180) 467 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:09 smithi138 conmon[84393]: audit 2023-11-15T05:37:08.503404+0000 mgr.smithi138.outlvz (mgr.14180) 467 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:09.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:09 smithi138 conmon[84393]: 2023-11-15T05:37:10.093 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:10.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:10 smithi142 conmon[89206]: cluster 2023-11-15T05:37:08.991502+0000 mgr.smithi138.outlvz (mgr.14180) 468 : 2023-11-15T05:37:10.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:10 smithi142 conmon[89206]: cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:10.765 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:10 smithi138 conmon[84393]: cluster 2023-11-15T05:37:08.991502+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:37:10.766 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:10 smithi138 conmon[84393]: ) 468 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:11.920 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:11.921 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:12.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:12 smithi142 conmon[89206]: cluster 2023-11-15T05:37:10.992093+0000 mgr.smithi138.outlvz (mgr.14180) 469 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:12 smithi142 conmon[89206]: 2023-11-15T05:37:12.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:12 smithi138 conmon[84393]: cluster 2023-11-15T05:37:10.992093+0000 mgr.smithi138.outlvz (mgr.14180) 469 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:13.508 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:13.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:13 smithi142 conmon[89206]: audit 2023-11-15T05:37:11.916347+0000 mgr.smithi138.outlvz (mgr.14180) 470 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:13.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:13 smithi142 conmon[89206]: 2023-11-15T05:37:13.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:13 smithi138 conmon[84393]: audit 2023-11-15T05:37:11.916347+0000 mgr.smithi138.outlvz (mgr.14180) 470 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:14.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:14 smithi142 conmon[89206]: cluster 2023-11-15T05:37:12.992767+0000 mgr.smithi138.outlvz (mgr.14180) 471 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:14.714 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:14 smithi138 conmon[84393]: cluster 2023-11-15T05:37:12.992767+0000 mgr.smithi138.outlvz (mgr.14180) 471 2023-11-15T05:37:14.715 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:14 smithi138 conmon[84393]: : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:15.357 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:15.358 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:15.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:16.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:16 smithi142 conmon[89206]: cluster 2023-11-15T05:37:14.993421+0000 mgr.smithi138.outlvz (mgr.14180) 472 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:16.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:16 smithi142 conmon[89206]: 2023-11-15T05:37:16.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:16 smithi142 conmon[89206]: audit 2023-11-15T05:37:15.353512+0000 mgr.smithi138.outlvz (mgr.14180) 473 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:16 smithi138 conmon[84393]: cluster 2023-11-15T05:37:14.993421+0000 mgr.smithi138.outlvz (mgr.14180) 472 : cluster [DBG] 2023-11-15T05:37:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:16 smithi138 conmon[84393]: pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:16 smithi138 conmon[84393]: audit 2023-11-15T05:37:15.353512+0000 mgr.smithi138.outlvz (mgr.14180) 473 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:16.933 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:18.504 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:18 smithi138 conmon[84393]: cluster 2023-11-15T05:37:16.994195+0000 mgr.smithi138.outlvz (mgr.14180) 474 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:18.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:18 smithi142 conmon[89206]: cluster 2023-11-15T05:37:16.994195+0000 mgr.smithi138.outlvz (mgr.14180) 474 : cluster [DBG] 2023-11-15T05:37:18.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:18 smithi142 conmon[89206]: pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:18.824 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:18.825 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:19.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:20.415 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:20.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:20 smithi142 conmon[89206]: audit 2023-11-15T05:37:18.820703+0000 mgr.smithi138.outlvz (mgr.14180) 475 : audit [DBG] 2023-11-15T05:37:20.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:20 smithi142 conmon[89206]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:20.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:20 smithi142 conmon[89206]: cluster 2023-11-15T05:37:18.994786+0000 mgr.smithi138.outlvz (mgr.14180) 476 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:20.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:20 smithi138 conmon[84393]: audit 2023-11-15T05:37:18.820703+0000 mgr.smithi138.outlvz (mgr.14180) 475 : audit [DBG] 2023-11-15T05:37:20.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:20 smithi138 conmon[84393]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:20.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:20 smithi138 conmon[84393]: cluster 2023-11-15T05:37:18.994786+0000 mgr.smithi138.outlvz (mgr.14180) 476 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:22.325 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:22.325 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:22.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:22 smithi142 conmon[89206]: cluster 2023-11-15T05:37:20.995270+0000 mgr.smithi138.outlvz (mgr.14180) 477 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:22.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:22 smithi138 conmon[84393]: cluster 2023-11-15T05:37:20.995270+0000 mgr.smithi138.outlvz (mgr.14180) 477 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:22.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:23.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:23 smithi138 conmon[84393]: audit 2023-11-15T05:37:22.320983+0000 mgr.smithi138.outlvz (mgr.14180) 478 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:23.897 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:23 smithi142 conmon[89206]: audit 2023-11-15T05:37:22.320983+0000 mgr.smithi138.outlvz (mgr.14180) 478 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:23 smithi142 conmon[89206]: 2023-11-15T05:37:24.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:24 smithi138 conmon[84393]: cluster 2023-11-15T05:37:22.996130+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:37:24.589 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:24 smithi138 conmon[84393]: ) 479 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:24 smithi142 conmon[89206]: cluster 2023-11-15T05:37:22.996130+0000 mgr.smithi138.outlvz (mgr.14180) 479 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:25.807 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:25.808 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:26.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:26.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:26 smithi138 conmon[84393]: cluster 2023-11-15T05:37:24.996693+0000 mgr.smithi138.outlvz (mgr.14180) 480 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:26 smithi142 conmon[89206]: cluster 2023-11-15T05:37:24.996693+0000 mgr.smithi138.outlvz (mgr.14180) 480 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:27.422 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:27.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:27 smithi138 conmon[84393]: audit 2023-11-15T05:37:25.803167+0000 mgr.smithi138.outlvz (mgr.14180) 481 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:27 smithi142 conmon[89206]: audit 2023-11-15T05:37:25.803167+0000 mgr.smithi138.outlvz (mgr.14180) 481 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:28.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:28 smithi138 conmon[84393]: cluster 2023-11-15T05:37:26.997762+0000 mgr.smithi138.outlvz ( 2023-11-15T05:37:28.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:28 smithi138 conmon[84393]: mgr.14180) 482 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:28 smithi142 conmon[89206]: cluster 2023-11-15T05:37:26.997762+0000 mgr.smithi138.outlvz (mgr.14180) 482 : cluster 2023-11-15T05:37:28.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:28 smithi142 conmon[89206]: [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:29.306 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:29.306 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:29.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:30.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:30 smithi138 conmon[84393]: cluster 2023-11-15T05:37:28.998283+0000 mgr.smithi138.outlvz (mgr.14180) 483 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:30.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:30 smithi138 conmon[84393]: audit 2023-11-15T05:37:29.302285+0000 mgr.smithi138.outlvz (mgr.14180) 484 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:30.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:30 smithi142 conmon[89206]: cluster 2023-11-15T05:37:28.998283+0000 mgr.smithi138.outlvz (mgr.14180) 483 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:30 smithi142 conmon[89206]: audit 2023-11-15T05:37:29.302285+0000 mgr.smithi138.outlvz (mgr.14180) 484 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:32.781 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:32.781 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:32.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:32 smithi138 conmon[84393]: cluster 2023-11-15T05:37:30.998874+0000 mgr.smithi138.outlvz (mgr.14180) 485 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:32 smithi142 conmon[89206]: cluster 2023-11-15T05:37:30.998874+0000 mgr.smithi138.outlvz (mgr.14180) 485 : cluster [DBG] 2023-11-15T05:37:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:32 smithi142 conmon[89206]: pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:33.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:34.346 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:34.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:34 smithi138 conmon[84393]: audit 2023-11-15T05:37:32.776393+0000 mgr.smithi138.outlvz (mgr.14180) 486 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:34.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:34 smithi138 conmon[84393]: cluster 2023-11-15T05:37:32.999568+0000 mgr.smithi138.outlvz (mgr.14180) 487 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:34 smithi142 conmon[89206]: audit 2023-11-15T05:37:32.776393+0000 mgr.smithi138.outlvz (mgr.14180) 486 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:34 smithi142 conmon[89206]: cluster 2023-11-15T05:37: 2023-11-15T05:37:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:34 smithi142 conmon[89206]: 32.999568+0000 mgr.smithi138.outlvz (mgr.14180) 487 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:36.220 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:36.220 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:36.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:36 smithi138 conmon[84393]: cluster 2023-11-15T05:37:35.000097 2023-11-15T05:37:36.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:36 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 488 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:36.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:36 smithi142 conmon[89206]: cluster 2023-11-15T05:37:35.000097+0000 mgr.smithi138.outlvz (mgr.14180) 488 : cluster [DBG] 2023-11-15T05:37:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:36 smithi142 conmon[89206]: pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:37 smithi138 conmon[84393]: audit 2023-11-15T05:37:36.215941+0000 mgr.smithi138.outlvz (mgr.14180) 489 2023-11-15T05:37:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:37 smithi138 conmon[84393]: : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:37.820 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:37 smithi142 conmon[89206]: audit 2023-11-15T05:37:36.215941+0000 mgr.smithi138.outlvz (mgr.14180) 489 : 2023-11-15T05:37:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:37 smithi142 conmon[89206]: audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:38.686 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:38 smithi138 conmon[84393]: cluster 2023-11-15T05:37:37.001015+0000 mgr.smithi138.outlvz (mgr.14180) 490 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:38 smithi142 conmon[89206]: cluster 2023-11-15T05:37:37.001015+0000 mgr.smithi138.outlvz (mgr.14180) 490 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:39.786 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:39.787 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:40.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:40.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:40 smithi138 conmon[84393]: cluster 2023-11-15T05:37:39.001477+0000 mgr.smithi138.outlvz ( 2023-11-15T05:37:40.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:40 smithi138 conmon[84393]: mgr.14180) 491 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:40 smithi142 conmon[89206]: cluster 2023-11-15T05:37:39.001477+0000 mgr.smithi138.outlvz (mgr.14180) 491 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:41.353 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:41.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:41 smithi138 conmon[84393]: audit 2023-11-15T05:37:39.782590+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:37:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:41 smithi138 conmon[84393]: 492 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:41 smithi142 conmon[89206]: audit 2023-11-15T05:37:39.782590+0000 mgr.smithi138.outlvz (mgr.14180) 492 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:42.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:42 smithi138 conmon[84393]: cluster 2023-11-15T05:37:41.002295+0000 mgr.smithi138.outlvz (mgr.14180) 493 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:42 smithi142 conmon[89206]: cluster 2023-11-15T05:37:41.002295+0000 mgr.smithi138.outlvz (mgr.14180) 493 : cluster 2023-11-15T05:37:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:42 smithi142 conmon[89206]: [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:43.221 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:43.222 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:43.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:44.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:44 smithi138 conmon[84393]: cluster 2023-11-15T05:37:43.003076+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:37:44.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:44 smithi138 conmon[84393]: .14180) 494 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:44.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:44 smithi138 conmon[84393]: audit 2023-11-15T05:37:43.217547+0000 mgr.smithi138.outlvz (mgr.14180) 495 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:44.794 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:44.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:44 smithi142 conmon[89206]: cluster 2023-11-15T05:37:43.003076+0000 mgr.smithi138.outlvz (mgr.14180) 494 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:44 smithi142 conmon[89206]: audit 2023-11-15T05:37:43.217547+0000 mgr.smithi138.outlvz (mgr.14180) 495 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:46.718 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:46.718 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:46.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:46 smithi138 conmon[84393]: cluster 2023-11-15T05:37:45.003706+0000 mgr.smithi138.outlvz (mgr.14180) 496 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:46.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:46 smithi142 conmon[89206]: cluster 2023-11-15T05:37:45.003706+0000 mgr.smithi138.outlvz (mgr.14180) 496 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:47.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:47.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:47 smithi138 conmon[84393]: audit 2023-11-15T05:37:46.714242+0000 mgr.smithi138.outlvz (mgr.14180) 497 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:47 smithi142 conmon[89206]: audit 2023-11-15T05:37:46.714242+0000 mgr.smithi138.outlvz (mgr.14180) 497 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:47 smithi142 conmon[89206]: 2023-11-15T05:37:48.303 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:48.776 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:48 smithi138 conmon[84393]: cluster 2023-11-15T05:37:47.004414+0000 2023-11-15T05:37:48.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:48 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 498 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:48.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:48 smithi142 conmon[89206]: cluster 2023-11-15T05:37:47.004414+0000 mgr.smithi138.outlvz (mgr.14180) 498 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:50.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:50.166 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:50.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:50.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:50 smithi138 conmon[84393]: cluster 2023-11-15T05:37:49.005052+0000 mgr.smithi138.outlvz (mgr.14180) 499 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:50 smithi142 conmon[89206]: cluster 2023-11-15T05:37:49.005052+0000 mgr.smithi138.outlvz (mgr.14180) 499 : cluster [DBG] 2023-11-15T05:37:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:50 smithi142 conmon[89206]: pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:51.768 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:51.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:51 smithi138 conmon[84393]: audit 2023-11-15T05:37:50.161947+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:37:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:51 smithi138 conmon[84393]: 14180) 500 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:51 smithi142 conmon[89206]: audit 2023-11-15T05:37:50.161947+0000 mgr.smithi138.outlvz (mgr.14180) 500 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:52.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:52 smithi138 conmon[84393]: cluster 2023-11-15T05:37 2023-11-15T05:37:52.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:52 smithi138 conmon[84393]: :51.005841+0000 mgr.smithi138.outlvz (mgr.14180) 501 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:52 smithi142 conmon[89206]: cluster 2023-11-15T05:37:51.005841+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:37:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:52 smithi142 conmon[89206]: 501 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:53.647 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:53.647 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:54.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:54.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:54 smithi138 conmon[84393]: cluster 2023-11-15T05:37:53.006539+0000 mgr.smithi138.outlvz (mgr.14180) 502 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:54.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:54 smithi138 conmon[84393]: audit 2023-11-15T05:37:53.643173+0000 mgr.smithi138.outlvz (mgr.14180) 503 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:54 smithi142 conmon[89206]: cluster 2023-11-15T05:37:53.006539+0000 mgr.smithi138.outlvz (mgr.14180) 502 : cluster 2023-11-15T05:37:54.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:54 smithi142 conmon[89206]: [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:54.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:54 smithi142 conmon[89206]: audit 2023-11-15T05:37:53.643173+0000 mgr.smithi138.outlvz (mgr.14180) 503 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:55.251 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:56.725 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:56 smithi138 conmon[84393]: cluster 2023-11-15T05:37:55.007077+0000 mgr.smithi138.outlvz (mgr.14180) 504 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:56 smithi142 conmon[89206]: cluster 2023-11-15T05:37:55.007077+0000 mgr.smithi138.outlvz (mgr.14180) 504 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:57.104 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:37:57.104 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:57.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:58.733 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:58.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:58 smithi138 conmon[84393]: cluster 2023-11-15T05:37:57.007829+0000 mgr.smithi138.outlvz (mgr.14180) 505 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:58.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:37:58 smithi138 conmon[84393]: audit 2023-11-15T05:37:57.099984+0000 mgr.smithi138.outlvz (mgr.14180) 506 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:58 smithi142 conmon[89206]: cluster 2023-11-15T05:37:57.007829+0000 mgr.smithi138.outlvz (mgr.14180) 505 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:58.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:58 smithi142 conmon[89206]: audit 2023-11-15T05:37 2023-11-15T05:37:58.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:37:58 smithi142 conmon[89206]: :57.099984+0000 mgr.smithi138.outlvz (mgr.14180) 506 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:00.619 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:00.619 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:00.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:00 smithi138 conmon[84393]: cluster 2023-11-15T05:37:59.008297+0000 mgr.smithi138.outlvz (mgr.14180) 507 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:00 smithi142 conmon[89206]: cluster 2023-11-15T05:37:59.008297+0000 mgr.smithi138.outlvz (mgr.14180) 507 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:01.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:01 smithi142 conmon[89206]: audit 2023-11-15T05:38:00.615063+0000 mgr.smithi138.outlvz (mgr.14180) 508 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:02.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:01 smithi138 conmon[84393]: audit 2023-11-15T05:38:00.615063+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:38:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:01 smithi138 conmon[84393]: .14180) 508 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:02.268 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:02.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:02 smithi138 conmon[84393]: cluster 2023-11-15T05:38:01.009115+0000 mgr.smithi138.outlvz (mgr.14180) 509 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:02.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:02 smithi142 conmon[89206]: cluster 2023-11-15T05:38:01.009115+0000 mgr.smithi138.outlvz (mgr.14180) 509 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:04.139 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:04.139 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:04.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:04 smithi142 conmon[89206]: cluster 2023-11-15T05:38:03.010001+0000 mgr.smithi138.outlvz (mgr.14180) 510 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:05.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:04 smithi138 conmon[84393]: cluster 2023-11-15T05:38:03.010001+0000 mgr.smithi138.outlvz (mgr.14180) 510 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:05.782 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:05.809 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:05 smithi138 conmon[84393]: audit 2023-11-15T05:38:04.135135+0000 mgr.smithi138.outlvz (mgr.14180) 511 : audit [DBG] 2023-11-15T05:38:05.809 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:05 smithi138 conmon[84393]: from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:05.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:05 smithi142 conmon[89206]: audit 2023-11-15T05:38:04.135135+0000 mgr.smithi138.outlvz (mgr.14180) 511 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:05.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:05 smithi142 conmon[89206]: 2023-11-15T05:38:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:06 smithi142 conmon[89206]: cluster 2023-11-15T05:38:05.010522+0000 mgr.smithi138.outlvz (mgr.14180) 512 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:07.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:06 smithi138 conmon[84393]: cluster 2023-11-15T05:38:05.010522+0000 mgr.smithi138.outlvz (mgr.14180) 512 2023-11-15T05:38:07.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:06 smithi138 conmon[84393]: : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:07.618 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:07.618 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:08.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:08.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:08 smithi142 conmon[89206]: cluster 2023-11-15T05:38:07.011304+0000 mgr.smithi138.outlvz (mgr.14180) 513 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:08.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:08 smithi142 conmon[89206]: audit 2023-11-15T05:38:07.613987+0000 mgr.smithi138.outlvz (mgr.14180) 514 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:09.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:08 smithi138 conmon[84393]: cluster 2023-11-15T05:38:07.011304+0000 mgr.smithi138.outlvz (mgr.14180) 513 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:09.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:08 smithi138 conmon[84393]: audit 2023-11-15T05:38:07.613987+0000 mgr.smithi138.outlvz (mgr.14180) 514 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:09.081 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:10.945 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:10.945 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:10 smithi142 conmon[89206]: cluster 2023-11-15T05:38:09.011846+0000 mgr.smithi138.outlvz (mgr.14180) 515 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:10.979 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:10 smithi138 conmon[84393]: cluster 2023-11-15T05:38:09.011846+0000 mgr.smithi138.outlvz (mgr.14180) 515 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:11.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:12.608 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:12 smithi142 conmon[89206]: audit 2023-11-15T05:38:10.941313+0000 mgr.smithi138.outlvz (mgr.14180) 516 : audit [DBG] 2023-11-15T05:38:12.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:12 smithi142 conmon[89206]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:12.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:12 smithi142 conmon[89206]: cluster 2023-11-15T05:38:11.012427+0000 mgr.smithi138.outlvz (mgr.14180) 517 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:13.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:12 smithi138 conmon[84393]: audit 2023-11-15T05:38:10.941313+0000 mgr.smithi138.outlvz (mgr.14180) 516 : audit [DBG] 2023-11-15T05:38:13.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:12 smithi138 conmon[84393]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:13.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:12 smithi138 conmon[84393]: cluster 2023-11-15T05:38:11.012427+0000 mgr.smithi138.outlvz (mgr.14180) 517 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:14.518 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:14.519 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:14 smithi142 conmon[89206]: cluster 2023-11-15T05:38:13.013144+0000 mgr.smithi138.outlvz (mgr.14180) 518 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:14 smithi142 conmon[89206]: 2023-11-15T05:38:15.008 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:14 smithi138 conmon[84393]: cluster 2023-11-15T05:38:13.013144+0000 mgr.smithi138.outlvz (mgr.14180) 518 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:15.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:15 smithi142 conmon[89206]: audit 2023-11-15T05:38:14.514439+0000 mgr.smithi138.outlvz (mgr.14180) 519 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:16.023 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:16.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:15 smithi138 conmon[84393]: audit 2023-11-15T05:38:14.514439+0000 mgr.smithi138.outlvz (mgr.14180) 519 : audit [DBG] 2023-11-15T05:38:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:15 smithi138 conmon[84393]: from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:16 smithi138 conmon[84393]: cluster 2023-11-15T05:38:15.013652+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:38:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:16 smithi138 conmon[84393]: ) 520 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:16 smithi142 conmon[89206]: cluster 2023-11-15T05:38:15.013652+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:38:16.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:16 smithi142 conmon[89206]: ) 520 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:17.841 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:17.842 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:18.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:18.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:18 smithi138 conmon[84393]: cluster 2023-11-15T05:38:17.014374+0000 mgr.smithi138.outlvz (mgr.14180) 521 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:18 smithi142 conmon[89206]: cluster 2023-11-15T05:38:17.014374+0000 mgr.smithi138.outlvz (mgr.14180) 521 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:19.421 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:19 smithi138 conmon[84393]: audit 2023-11-15T05:38:17.836775+0000 mgr.smithi138.outlvz (mgr.14180) 522 2023-11-15T05:38:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:19 smithi138 conmon[84393]: : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:19 smithi142 conmon[89206]: audit 2023-11-15T05:38:17.836775+0000 mgr.smithi138.outlvz (mgr.14180) 522 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:20.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:20 smithi138 conmon[84393]: cluster 2023-11-15T05:38:19.015058+0000 mgr.smithi138.outlvz (mgr.14180) 523 2023-11-15T05:38:20.940 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:20 smithi138 conmon[84393]: : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:20 smithi142 conmon[89206]: cluster 2023-11-15T05:38:19.015058+0000 mgr.smithi138.outlvz (mgr.14180) 523 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:21.316 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:21.317 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:21.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:22.888 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:22.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:22 smithi138 conmon[84393]: cluster 2023-11-15T05:38:21.015662+0000 mgr.smithi138.outlvz (mgr.14180) 524 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:22.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:22 smithi138 conmon[84393]: audit 2023-11-15T05:38:21.312223+0000 mgr.smithi138.outlvz (mgr.14180) 525 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:22.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:22 smithi142 conmon[89206]: cluster 2023-11-15T05:38:21.015662+0000 mgr.smithi138.outlvz (mgr.14180) 524 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:22.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:22 smithi142 conmon[89206]: audit 2023-11-15T05:38 2023-11-15T05:38:22.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:22 smithi142 conmon[89206]: :21.312223+0000 mgr.smithi138.outlvz (mgr.14180) 525 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:24.788 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:24.789 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:24.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:24 smithi138 conmon[84393]: cluster 2023-11-15T05:38:23.016415+0000 mgr.smithi138.outlvz (mgr.14180) 526 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:24 smithi142 conmon[89206]: cluster 2023-11-15T05:38:23.016415+0000 mgr.smithi138.outlvz (mgr.14180) 526 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:25.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:26.272 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:26.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:26 smithi138 conmon[84393]: audit 2023-11-15T05:38:24.784371+0000 mgr.smithi138.outlvz (mgr.14180) 527 : audit 2023-11-15T05:38:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:26 smithi138 conmon[84393]: [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:26 smithi138 conmon[84393]: cluster 2023-11-15T05:38:25.016947+0000 mgr.smithi138.outlvz (mgr.14180) 528 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:26 smithi142 conmon[89206]: audit 2023-11-15T05:38:24.784371+0000 mgr.smithi138.outlvz (mgr.14180) 527 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:26.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:26 smithi142 conmon[89206]: cluster 2023-11-15T05:38:25.016947+0000 mgr.smithi138.outlvz (mgr.14180) 528 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:28.153 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:28.153 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:28.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:28 smithi142 conmon[89206]: cluster 2023-11-15T05:38:27.017628+0000 mgr.smithi138.outlvz (mgr.14180) 529 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:28 smithi138 conmon[84393]: cluster 2023-11-15T05:38:27.017628+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:38:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:28 smithi138 conmon[84393]: .14180) 529 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:29.779 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:29 smithi142 conmon[89206]: audit 2023-11-15T05:38:28.148960+0000 mgr.smithi138.outlvz (mgr.14180) 530 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:29 smithi138 conmon[84393]: audit 2023-11-15T05:38:28.148960+0000 mgr.smithi138.outlvz (mgr.14180) 530 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:30 smithi142 conmon[89206]: cluster 2023-11-15T05:38:29.018272+0000 mgr.smithi138.outlvz (mgr.14180) 531 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:31.009 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:30 smithi138 conmon[84393]: cluster 2023-11-15T05:38:29.018272+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:38:31.010 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:30 smithi138 conmon[84393]: 14180) 531 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:31.662 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:31.662 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:32.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:32 smithi142 conmon[89206]: cluster 2023-11-15T05:38:31.019035+0000 mgr.smithi138.outlvz (mgr.14180) 532 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:32 smithi142 conmon[89206]: audit 2023-11-15T05:38:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:32 smithi142 conmon[89206]: 2023-11-15T05:38:31.658071+0000 mgr.smithi138.outlvz (mgr.14180) 533 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:32 smithi138 conmon[84393]: cluster 2023-11-15T05:38:31.019035+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:38:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:32 smithi138 conmon[84393]: 532 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:32 smithi138 conmon[84393]: audit 2023-11-15T05:38:31.658071+0000 mgr.smithi138.outlvz (mgr.14180) 533 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:33.238 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:34.738 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:34 smithi138 conmon[84393]: cluster 2023-11-15T05:38:33.019773+0000 mgr.smithi138.outlvz (mgr.14180) 534 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:34 smithi142 conmon[89206]: cluster 2023-11-15T05:38:33.019773+0000 mgr.smithi138.outlvz (mgr.14180) 534 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:35.103 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:35.103 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:35.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:36.686 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:36 smithi142 conmon[89206]: cluster 2023-11-15T05:38:35.020462+0000 mgr.smithi138.outlvz (mgr.14180) 535 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:36.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:36 smithi142 conmon[89206]: audit 2023-11-15T05:38:36.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:36 smithi142 conmon[89206]: 2023-11-15T05:38:35.098598+0000 mgr.smithi138.outlvz (mgr.14180) 536 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:37.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:36 smithi138 conmon[84393]: cluster 2023-11-15T05:38:35.020462+0000 mgr.smithi138.outlvz (mgr.14180) 535 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:36 smithi138 conmon[84393]: audit 2023-11-15T05:38:35.098598+0000 mgr.smithi138.outlvz (mgr.14180) 536 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:38.580 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:38.580 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:38 smithi142 conmon[89206]: cluster 2023-11-15T05:38:37.021238+0000 mgr.smithi138.outlvz (mgr.14180) 537 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:39.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:38 smithi138 conmon[84393]: cluster 2023-11-15T05:38:37.021238+0000 mgr.smithi138.outlvz (mgr.14180) 537 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:39.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:39 smithi142 conmon[89206]: audit 2023-11-15T05:38:38.576173+0000 mgr.smithi138.outlvz (mgr.14180) 538 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:39 smithi138 conmon[84393]: audit 2023-11-15T05:38:38.576173+0000 mgr.smithi138.outlvz (mgr.14180) 538 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:40.253 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:40.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:40 smithi138 conmon[84393]: cluster 2023-11-15T05:38:39.021858+0000 mgr.smithi138.outlvz (mgr.14180) 539 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:40 smithi142 conmon[89206]: cluster 2023-11-15T05:38:39.021858+0000 mgr.smithi138.outlvz (mgr.14180) 539 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:42.235 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:42.235 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:42.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:42 smithi142 conmon[89206]: cluster 2023-11-15T05:38:41.022478+0000 mgr.smithi138.outlvz (mgr.14180) 540 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:42 smithi138 conmon[84393]: cluster 2023-11-15T05:38:41.022478+0000 mgr.smithi138.outlvz (mgr.14180) 540 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:43.820 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:43 smithi142 conmon[89206]: audit 2023-11-15T05:38:42.230737+0000 mgr.smithi138.outlvz (mgr.14180) 541 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:43 smithi138 conmon[84393]: audit 2023-11-15T05:38:42.230737+0000 mgr.smithi138.outlvz (mgr.14180) 541 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:43 smithi138 conmon[84393]: 2023-11-15T05:38:44.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:44 smithi142 conmon[89206]: cluster 2023-11-15T05:38:43.023250+0000 mgr.smithi138.outlvz (mgr.14180) 542 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:45.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:44 smithi138 conmon[84393]: cluster 2023-11-15T05:38:43.023250+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:38:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:44 smithi138 conmon[84393]: 14180) 542 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:45.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:45.720 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:46.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:46.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:46 smithi142 conmon[89206]: cluster 2023-11-15T05:38:45.023857+0000 mgr.smithi138.outlvz (mgr.14180) 543 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:46.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:46 smithi142 conmon[89206]: audit 2023-11-15T05:38:45.716337+0000 mgr.smithi138.outlvz (mgr.14180) 544 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:46 smithi138 conmon[84393]: cluster 2023-11-15T05:38:45.023857+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:38:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:46 smithi138 conmon[84393]: .14180) 543 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:46 smithi138 conmon[84393]: audit 2023-11-15T05:38:45.716337+0000 mgr.smithi138.outlvz (mgr.14180) 544 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:47.367 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:48.899 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:48 smithi138 conmon[84393]: cluster 2023-11-15T05:38:47.024616+0000 mgr.smithi138.outlvz (mgr.14180) 545 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:48.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:48 smithi142 conmon[89206]: cluster 2023-11-15T05:38:47.024616+0000 mgr.smithi138.outlvz (mgr.14180) 545 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:49.225 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:49.226 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:49.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:50.835 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:50 smithi142 conmon[89206]: cluster 2023-11-15T05:38:49.025098+0000 mgr.smithi138.outlvz (mgr.14180) 546 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:50 smithi142 conmon[89206]: audit 2023-11-15T05:38:49.221504+0000 mgr.smithi138.outlvz (mgr.14180) 547 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:51.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:50 smithi138 conmon[84393]: cluster 2023-11-15T05:38:49.025098+0000 mgr.smithi138.outlvz (mgr.14180) 546 : cluster 2023-11-15T05:38:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:50 smithi138 conmon[84393]: [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:50 smithi138 conmon[84393]: audit 2023-11-15T05:38:49.221504+0000 mgr.smithi138.outlvz (mgr.14180) 547 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:52.739 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:52.739 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:52 smithi142 conmon[89206]: cluster 2023-11-15T05:38:51.025698+0000 mgr.smithi138.outlvz (mgr.14180) 548 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:53.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:52 smithi138 conmon[84393]: cluster 2023-11-15T05:38:51.025698+0000 mgr.smithi138.outlvz (mgr.14180) 548 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:53.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:53 smithi142 conmon[89206]: audit 2023-11-15T05:38:52.735139+0000 mgr.smithi138.outlvz (mgr.14180) 549 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:53 smithi138 conmon[84393]: audit 2023-11-15T05:38:52.735139+0000 mgr.smithi138.outlvz (mgr.14180) 549 : audit [DBG] 2023-11-15T05:38:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:53 smithi138 conmon[84393]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:54.275 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:54.952 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:54 smithi138 conmon[84393]: cluster 2023-11-15T05:38:53.026435+0000 mgr.smithi138.outlvz (mgr.14180) 550 : 2023-11-15T05:38:54.952 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:54 smithi138 conmon[84393]: cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:54 smithi142 conmon[89206]: cluster 2023-11-15T05:38:53.026435+0000 mgr.smithi138.outlvz (mgr.14180) 550 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:56.159 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:56.159 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:56.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:56 smithi142 conmon[89206]: cluster 2023-11-15T05:38:55.026971+0000 mgr.smithi138.outlvz (mgr.14180) 551 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:57.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:56 smithi138 conmon[84393]: cluster 2023-11-15T05:38:55.026971+0000 mgr.smithi138.outlvz (mgr.14180) 551 2023-11-15T05:38:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:56 smithi138 conmon[84393]: : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:57.781 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:57 smithi142 conmon[89206]: audit 2023-11-15T05:38:56.155437+0000 mgr.smithi138.outlvz (mgr.14180) 552 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:57 smithi138 conmon[84393]: audit 2023-11-15T05:38:56.155437+0000 mgr.smithi138.outlvz (mgr.14180) 552 : audit 2023-11-15T05:38:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:57 smithi138 conmon[84393]: [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:58.952 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:58 smithi138 conmon[84393]: cluster 2023-11-15T05:38:57.027858+0000 mgr.smithi138.outlvz (mgr.14180) 553 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:58.953 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:38:58 smithi138 conmon[84393]: 2023-11-15T05:38:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:38:58 smithi142 conmon[89206]: cluster 2023-11-15T05:38:57.027858+0000 mgr.smithi138.outlvz (mgr.14180) 553 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:59.596 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:38:59.622 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:00.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:00 smithi142 conmon[89206]: cluster 2023-11-15T05:38:59.028445+0000 mgr.smithi138.outlvz (mgr.14180) 554 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:00 smithi142 conmon[89206]: audit 2023-11-15T05:38 2023-11-15T05:39:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:00 smithi142 conmon[89206]: :59.592229+0000 mgr.smithi138.outlvz (mgr.14180) 555 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:01.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:00 smithi138 conmon[84393]: cluster 2023-11-15T05:38:59.028445+0000 mgr.smithi138.outlvz (mgr.14180) 554 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:01.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:00 smithi138 conmon[84393]: audit 2023-11-15T05:38:59.592229+0000 mgr.smithi138.outlvz (mgr.14180) 555 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:01.190 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:02.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:02 smithi142 conmon[89206]: cluster 2023-11-15T05:39:01.029198+0000 mgr.smithi138.outlvz (mgr.14180) 556 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:02 smithi138 conmon[84393]: cluster 2023-11-15T05:39:01.029198+0000 mgr.smithi138.outlvz 2023-11-15T05:39:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:02 smithi138 conmon[84393]: (mgr.14180) 556 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:03.059 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:03.059 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:03.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:04.715 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:04 smithi142 conmon[89206]: cluster 2023-11-15T05:39:03.029973+0000 mgr.smithi138.outlvz (mgr.14180) 557 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:04 smithi142 conmon[89206]: audit 2023-11-15T05:39:03.054880+0000 mgr.smithi138.outlvz (mgr.14180) 558 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:05.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:04 smithi138 conmon[84393]: cluster 2023-11-15T05:39:03.029973+0000 mgr.smithi138.outlvz (mgr.14180) 557 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:05.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:04 smithi138 conmon[84393]: audit 2023-11-15T05:39:03.054880+0000 mgr.smithi138.outlvz (mgr.14180) 558 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:06.679 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:06.680 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:13.741613Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:06 smithi142 conmon[89206]: cluster 2023-11-15T05:39:05.030463+0000 mgr.smithi138.outlvz (mgr.14180) 559 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:06 smithi138 conmon[84393]: cluster 2023-11-15T05:39:05.030463+0000 mgr.smithi138.outlvz (mgr.14180) 559 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:07.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:07 smithi142 conmon[89206]: audit 2023-11-15T05:39:06.675530+0000 mgr.smithi138.outlvz (mgr.14180) 560 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:08.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:07 smithi138 conmon[84393]: audit 2023-11-15T05:39:06.675530+0000 mgr.smithi138.outlvz (mgr.14180) 560 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:08.325 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:08.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:08 smithi142 conmon[89206]: cluster 2023-11-15T05:39:07.031420+0000 mgr.smithi138.outlvz (mgr.14180) 561 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:09.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:08 smithi138 conmon[84393]: cluster 2023-11-15T05:39:07.031420+0000 mgr.smithi138.outlvz (mgr.14180) 561 2023-11-15T05:39:09.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:08 smithi138 conmon[84393]: : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:10.185 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:10.185 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:10.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:10 smithi142 conmon[89206]: cluster 2023-11-15T05:39:09.031926+0000 mgr.smithi138.outlvz (mgr.14180) 562 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:10 smithi142 conmon[89206]: audit 2023-11-15T05:39:10 2023-11-15T05:39:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:10 smithi142 conmon[89206]: .028296+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gpeybo"}]: dispatch 2023-11-15T05:39:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:10 smithi138 conmon[84393]: cluster 2023-11-15T05:39:09.031926+0000 mgr.smithi138.outlvz (mgr.14180) 562 : 2023-11-15T05:39:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:10 smithi138 conmon[84393]: cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:10 smithi138 conmon[84393]: audit 2023-11-15T05:39:10.028296+0000 mon.smithi138 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gpeybo"}]: dispatch 2023-11-15T05:39:11.798 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:39:10.027717+0000 mgr.smithi138.outlvz (mgr.14180) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:39:11.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:39:11.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:39:11.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:39:11.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:39:11.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:11.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:11.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T05:39:11.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:39:10.027955+0000 mgr.smithi138.outlvz (mgr.14180) 564 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:39:10.028992+0000 mgr.smithi138.outlvz (mgr.14180) 565 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:11.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:11.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:11.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:11.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:11.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:11.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:11.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: cephadm 2023-11-15T05:39:10.030352+0000 mgr.smithi138.outlvz (mgr.14180) 566 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.dewzxr on smithi138 2023-11-15T05:39:11.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:11 smithi142 conmon[89206]: audit 2023-11-15T05:39:10.180854+0000 mgr.smithi138.outlvz (mgr.14180) 567 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:39:10.027717+0000 mgr.smithi138.outlvz (mgr.14180) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:12.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:12.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:39:12.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:39:12.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:39:12.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:39:12.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:39:12.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:12.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:12.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T05:39:12.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:39:10.027955+0000 mgr.smithi138.outlvz (mgr.14180) 564 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:39:10.028992+0000 mgr.smithi138.outlvz (mgr.14180) 565 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo 2023-11-15T05:39:12.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo 2023-11-15T05:39:12.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gpeybo ... 2023-11-15T05:39:12.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:12.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:37:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:38:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:12.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: cephadm 2023-11-15T05:39:10.030352+0000 mgr.smithi138.outlvz (mgr.14180) 566 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.dewzxr on smithi138 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:11 smithi138 conmon[84393]: audit 2023-11-15T05:39:10.180854+0000 mgr.smithi138.outlvz (mgr.14180) 567 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:12 smithi142 conmon[89206]: cluster 2023-11-15T05:39:11.032554+0000 mgr.smithi138.outlvz (mgr.14180) 568 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:13.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:12 smithi138 conmon[84393]: cluster 2023-11-15T05:39:11.032554+0000 mgr.smithi138.outlvz (mgr.14180) 568 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:13.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:13.690 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:14.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:14 smithi142 conmon[89206]: cluster 2023-11-15T05:39:13.033301+0000 mgr.smithi138.outlvz (mgr.14180) 569 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:14 smithi142 conmon[89206]: audit 2023-11-15T05:39:13.685969+0000 mgr.smithi138.outlvz (mgr.14180) 570 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:14 smithi138 conmon[84393]: cluster 2023-11-15T05:39:13.033301+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:39:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:14 smithi138 conmon[84393]: 14180) 569 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:15.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:14 smithi138 conmon[84393]: audit 2023-11-15T05:39:13.685969+0000 mgr.smithi138.outlvz (mgr.14180) 570 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:15.322 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:16.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:16 smithi138 conmon[84393]: cluster 2023-11-15T05:39:15.034070+0000 mgr.smithi138.outlvz (mgr.14180) 571 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:17.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:17.187 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:17.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:16 smithi142 conmon[89206]: cluster 2023-11-15T05:39:15.034070+0000 mgr.smithi138.outlvz (mgr.14180) 571 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:17.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:18.763 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:19.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:18 smithi138 conmon[84393]: cluster 2023-11-15T05:39:17.034742+0000 mgr.smithi138.outlvz (mgr.14180) 572 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:18 smithi138 conmon[84393]: audit 2023-11-15T05:39:17.181987 2023-11-15T05:39:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:18 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 573 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:19.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:18 smithi142 conmon[89206]: cluster 2023-11-15T05:39:17.034742+0000 mgr.smithi138.outlvz (mgr.14180) 572 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:18 smithi142 conmon[89206]: 2023-11-15T05:39:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:18 smithi142 conmon[89206]: audit 2023-11-15T05:39:17.181987+0000 mgr.smithi138.outlvz (mgr.14180) 573 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:20.592 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:20.592 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:21.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:20 smithi138 conmon[84393]: cluster 2023-11-15T05:39:19.035290+0000 mgr.smithi138.outlvz (mgr.14180) 574 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:21.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:21.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:20 smithi142 conmon[89206]: cluster 2023-11-15T05:39:19.035290+0000 mgr.smithi138.outlvz (mgr.14180) 574 : cluster [DBG] 2023-11-15T05:39:21.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:20 smithi142 conmon[89206]: pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:21 smithi138 conmon[84393]: audit 2023-11-15T05:39:20.587543+0000 mgr.smithi138.outlvz (mgr.14180) 575 2023-11-15T05:39:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:21 smithi138 conmon[84393]: : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:22.213 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:21 smithi142 conmon[89206]: audit 2023-11-15T05:39:20.587543+0000 mgr.smithi138.outlvz (mgr.14180) 575 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:22.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:22 smithi138 conmon[84393]: cluster 2023-11-15T05:39:21.035861+0000 mgr.smithi138.outlvz ( 2023-11-15T05:39:22.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:22 smithi138 conmon[84393]: mgr.14180) 576 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:23.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:22 smithi142 conmon[89206]: cluster 2023-11-15T05:39:21.035861+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:39:23.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:22 smithi142 conmon[89206]: 576 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:23.956 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:23.957 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:24.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:24.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:24 smithi138 conmon[84393]: cluster 2023-11-15T05:39:23.036567+0000 mgr.smithi138.outlvz (mgr.14180) 577 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:25.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:24 smithi142 conmon[89206]: cluster 2023-11-15T05:39:23.036567+0000 mgr.smithi138.outlvz (mgr.14180) 577 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:25.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:24 smithi142 conmon[89206]: 2023-11-15T05:39:25.529 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:25.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:25 smithi138 conmon[84393]: audit 2023-11-15T05:39:23.952474+0000 2023-11-15T05:39:25.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:25 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 578 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:25 smithi142 conmon[89206]: audit 2023-11-15T05:39:23.952474+0000 mgr.smithi138.outlvz (mgr.14180) 578 : audit [DBG] 2023-11-15T05:39:26.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:25 smithi142 conmon[89206]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:26.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:26 smithi138 conmon[84393]: cluster 2023-11-15T05:39:25.037284+0000 mgr.smithi138.outlvz (mgr.14180) 579 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:27.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:26 smithi142 conmon[89206]: cluster 2023-11-15T05:39:25.037284+0000 mgr.smithi138.outlvz (mgr.14180) 579 : cluster 2023-11-15T05:39:27.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:26 smithi142 conmon[89206]: [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:27.359 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:27.361 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:27.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:28.969 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:28.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:28 smithi138 conmon[84393]: cluster 2023-11-15T05:39:27.038105+0000 mgr.smithi138.outlvz (mgr.14180) 580 : cluster [DBG] 2023-11-15T05:39:28.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:28 smithi138 conmon[84393]: pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:28.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:28 smithi138 conmon[84393]: audit 2023-11-15T05:39:27.354545+0000 mgr.smithi138.outlvz (mgr.14180) 581 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:29.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:28 smithi142 conmon[89206]: cluster 2023-11-15T05:39:27.038105+0000 mgr.smithi138.outlvz (mgr.14180) 580 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:29.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:28 smithi142 conmon[89206]: audit 2023-11-15T05:39:27 2023-11-15T05:39:29.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:28 smithi142 conmon[89206]: .354545+0000 mgr.smithi138.outlvz (mgr.14180) 581 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:30.933 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:30.934 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:30.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:30 smithi138 conmon[84393]: cluster 2023-11-15T05:39:29.038608+0000 mgr.smithi138.outlvz (mgr.14180) 582 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:31.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:30 smithi142 conmon[89206]: cluster 2023-11-15T05:39:29.038608+0000 mgr.smithi138.outlvz (mgr.14180) 582 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:31.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:32.511 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:32.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:32 smithi138 conmon[84393]: audit 2023-11-15T05:39:30.929554+0000 mgr.smithi138.outlvz (mgr.14180) 583 2023-11-15T05:39:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:32 smithi138 conmon[84393]: : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:32.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:32 smithi138 conmon[84393]: cluster 2023-11-15T05:39:31.039381+0000 mgr.smithi138.outlvz (mgr.14180) 584 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:33.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:32 smithi142 conmon[89206]: audit 2023-11-15T05:39:30.929554+0000 mgr.smithi138.outlvz (mgr.14180) 583 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:33.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:32 smithi142 conmon[89206]: cluster 2023-11-15T05:39:31. 2023-11-15T05:39:33.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:32 smithi142 conmon[89206]: 039381+0000 mgr.smithi138.outlvz (mgr.14180) 584 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:34.358 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:34.359 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:35.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:34 smithi138 conmon[84393]: cluster 2023-11-15T05:39:33.040120+0000 mgr.smithi138.outlvz (mgr.14180) 585 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:35.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:35.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:34 smithi142 conmon[89206]: cluster 2023-11-15T05:39:33.040120+0000 mgr.smithi138.outlvz (mgr.14180) 585 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:35.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:34 smithi142 conmon[89206]: 2023-11-15T05:39:36.019 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:36.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:35 smithi138 conmon[84393]: audit 2023-11-15T05:39:34.354460+0000 mgr.smithi138.outlvz (mgr.14180) 586 : audit 2023-11-15T05:39:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:35 smithi138 conmon[84393]: [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:35 smithi142 conmon[89206]: audit 2023-11-15T05:39:34.354460+0000 mgr.smithi138.outlvz (mgr.14180) 586 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:37.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:36 smithi138 conmon[84393]: cluster 2023-11-15T05:39:35.040836+0000 mgr.smithi138.outlvz (mgr.14180) 587 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:37.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:36 smithi142 conmon[89206]: cluster 2023-11-15T05:39:35.040836+0000 mgr.smithi138.outlvz (mgr.14180) 587 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:37.879 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:37.879 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:38.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:39.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:38 smithi138 conmon[84393]: cluster 2023-11-15T05:39:37.041721+0000 mgr.smithi138.outlvz (mgr.14180) 588 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:39.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:38 smithi142 conmon[89206]: cluster 2023-11-15T05:39:37.041721+0000 mgr.smithi138.outlvz (mgr.14180) 588 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:39.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:38 smithi142 conmon[89206]: 2023-11-15T05:39:39.443 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:39 smithi138 conmon[84393]: audit 2023-11-15T05:39:37.874403+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:39:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:39 smithi138 conmon[84393]: .14180) 589 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:40.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:39 smithi142 conmon[89206]: audit 2023-11-15T05:39:37.874403+0000 mgr.smithi138.outlvz (mgr.14180) 589 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:40.995 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:40 smithi138 conmon[84393]: cluster 2023-11-15T05:39:39.042191+0000 mgr.smithi138.outlvz ( 2023-11-15T05:39:40.996 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:40 smithi138 conmon[84393]: mgr.14180) 590 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:41.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:40 smithi142 conmon[89206]: cluster 2023-11-15T05:39:39.042191+0000 mgr.smithi138.outlvz (mgr.14180) 590 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:41.369 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:41.370 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:41.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:42.941 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:43.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:42 smithi138 conmon[84393]: cluster 2023-11-15T05:39:41.042857+0000 mgr.smithi138.outlvz (mgr.14180) 591 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:42 smithi138 conmon[84393]: audit 2023-11-15T05:39:41.365787+0000 mgr.smithi138.outlvz (mgr.14180) 592 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:43.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:42 smithi142 conmon[89206]: cluster 2023-11-15T05:39:41.042857+0000 mgr.smithi138.outlvz (mgr.14180) 591 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:43.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:42 smithi142 conmon[89206]: audit 2023-11-15T05:39:41.365787+0000 mgr.smithi138.outlvz (mgr.14180) 592 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:44.749 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:44.749 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:44 smithi138 conmon[84393]: cluster 2023-11-15T05:39:43.043719+0000 2023-11-15T05:39:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:44 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 593 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:45.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:44 smithi142 conmon[89206]: cluster 2023-11-15T05:39:43.043719+0000 mgr.smithi138.outlvz (mgr.14180) 593 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:45.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:46.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:45 smithi138 conmon[84393]: audit 2023-11-15T05:39:44.744765+0000 mgr.smithi138.outlvz (mgr.14180) 594 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:45 smithi142 conmon[89206]: audit 2023-11-15T05:39:44.744765+0000 mgr.smithi138.outlvz (mgr.14180) 594 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:46.359 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:46 smithi138 conmon[84393]: cluster 2023-11-15T05:39:45.044473+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:39:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:46 smithi138 conmon[84393]: 595 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:47.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:46 smithi142 conmon[89206]: cluster 2023-11-15T05:39:45.044473+0000 mgr.smithi138.outlvz (mgr.14180) 595 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:48.164 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:48.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:49.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:48 smithi138 conmon[84393]: cluster 2023-11-15T05:39:47.045214+0000 mgr.smithi138.outlvz (mgr.14180) 596 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:49.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:48 smithi142 conmon[89206]: cluster 2023-11-15T05:39:47.045214+0000 mgr.smithi138.outlvz (mgr.14180) 596 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:49.767 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:49 smithi138 conmon[84393]: audit 2023-11-15T05:39:48.159501+0000 mgr.smithi138.outlvz (mgr.14180) 597 2023-11-15T05:39:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:49 smithi138 conmon[84393]: : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:49 smithi142 conmon[89206]: audit 2023-11-15T05:39:48.159501+0000 mgr.smithi138.outlvz (mgr.14180) 597 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:50 smithi138 conmon[84393]: cluster 2023-11-15T05:39:49.045954+0000 mgr.smithi138.outlvz (mgr.14180) 598 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:51.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:50 smithi142 conmon[89206]: cluster 2023-11-15T05:39:49.045954+0000 mgr.smithi138.outlvz ( 2023-11-15T05:39:51.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:50 smithi142 conmon[89206]: mgr.14180) 598 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:51.664 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:51.664 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:52.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:53.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:52 smithi142 conmon[89206]: cluster 2023-11-15T05:39:51.046442+0000 mgr.smithi138.outlvz (mgr.14180) 599 : 2023-11-15T05:39:53.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:52 smithi142 conmon[89206]: cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:53.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:52 smithi142 conmon[89206]: audit 2023-11-15T05:39:51.659405+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:39:53.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:52 smithi142 conmon[89206]: ) 600 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:53.265 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:53.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:52 smithi138 conmon[84393]: cluster 2023-11-15T05:39:51.046442+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:39:53.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:52 smithi138 conmon[84393]: 599 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:53.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:52 smithi138 conmon[84393]: audit 2023-11-15T05:39:51.659405+0000 mgr.smithi138.outlvz (mgr.14180) 600 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:53 smithi138 conmon[84393]: cluster 2023-11-15T05:39:53.047206+0000 mgr.smithi138.outlvz (mgr.14180) 601 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:53 smithi142 conmon[89206]: cluster 2023-11-15T05:39:53.047206+0000 mgr.smithi138.outlvz (mgr.14180) 601 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:54.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:53 smithi142 conmon[89206]: 2023-11-15T05:39:55.093 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:55.093 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:55.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:56.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:56 smithi142 conmon[89206]: cluster 2023-11-15T05:39:55.047704+0000 mgr.smithi138.outlvz (mgr.14180) 602 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:56.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:56 smithi142 conmon[89206]: audit 2023-11-15T05:39:55.088516+0000 mgr.smithi138.outlvz (mgr.14180) 603 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:56.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:56 smithi138 conmon[84393]: cluster 2023-11-15T05:39:55.047704+0000 mgr.smithi138.outlvz (mgr.14180) 602 : cluster [DBG] 2023-11-15T05:39:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:56 smithi138 conmon[84393]: pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:56 smithi138 conmon[84393]: audit 2023-11-15T05:39:55.088516+0000 mgr.smithi138.outlvz ( 2023-11-15T05:39:56.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:56 smithi138 conmon[84393]: mgr.14180) 603 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:56.714 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:58.589 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:39:58.590 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:58.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:58 smithi142 conmon[89206]: cluster 2023-11-15T05:39:57.048555+0000 mgr.smithi138.outlvz (mgr.14180) 604 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:58.772 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:58 smithi138 conmon[84393]: cluster 2023-11-15T05:39:57.048555+0000 mgr.smithi138.outlvz (mgr.14180) 604 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:59.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:39:59 smithi142 conmon[89206]: audit 2023-11-15T05:39:58.585302+0000 mgr.smithi138.outlvz (mgr.14180) 605 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:59 smithi138 conmon[84393]: audit 2023-11-15T05:39:58.585302+0000 mgr.smithi138.outlvz (mgr.14180) 605 : audit 2023-11-15T05:39:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:39:59 smithi138 conmon[84393]: [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:00.182 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:00.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:00 smithi138 conmon[84393]: cluster 2023-11-15T05:39:59.049278+0000 mgr.smithi138.outlvz (mgr.14180) 606 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:00.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:00 smithi138 conmon[84393]: cluster 2023-11-15T05:40:00.000077+0000 mon.smithi138 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:00.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:00 smithi142 conmon[89206]: cluster 2023-11-15T05:39:59.049278+0000 mgr.smithi138.outlvz (mgr.14180) 606 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:00.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:00 smithi142 conmon[89206]: cluster 2023-11-15T05:40:00.000077+0000 mon.smithi138 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:02.145 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:02.145 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:02.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:02 smithi142 conmon[89206]: cluster 2023-11-15T05:40:01.049792+0000 mgr.smithi138.outlvz (mgr.14180) 607 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:02.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:02 smithi138 conmon[84393]: cluster 2023-11-15T05:40:01.049792+0000 mgr.smithi138.outlvz (mgr.14180) 607 : 2023-11-15T05:40:02.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:02 smithi138 conmon[84393]: cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:02.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:03.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:03 smithi142 conmon[89206]: audit 2023-11-15T05:40:02.140432+0000 mgr.smithi138.outlvz (mgr.14180) 608 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:03 smithi138 conmon[84393]: audit 2023-11-15T05:40:02.140432+0000 mgr.smithi138.outlvz (mgr.14180) 608 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:03.797 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:04.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:04 smithi138 conmon[84393]: cluster 2023-11-15T05:40:03.050733+0000 mgr.smithi138.outlvz (mgr.14180) 609 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:04.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:04 smithi142 conmon[89206]: cluster 2023-11-15T05:40:03.050733+0000 mgr.smithi138.outlvz (mgr.14180) 609 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:05.754 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:05.755 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:06.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:06.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:06 smithi142 conmon[89206]: cluster 2023-11-15T05:40:05.051247+0000 mgr.smithi138.outlvz (mgr.14180) 610 : cluster [DBG] 2023-11-15T05:40:06.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:06 smithi142 conmon[89206]: pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:06.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:06 smithi142 conmon[89206]: audit 2023-11-15T05:40:05.750737+0000 mgr.smithi138.outlvz (mgr.14180) 611 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:06.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:06 smithi138 conmon[84393]: cluster 2023-11-15T05:40:05.051247+0000 mgr.smithi138.outlvz (mgr.14180) 610 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:06.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:06 smithi138 conmon[84393]: 2023-11-15T05:40:06.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:06 smithi138 conmon[84393]: audit 2023-11-15T05:40:05.750737+0000 mgr.smithi138.outlvz (mgr.14180) 611 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:07.340 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:08.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:08 smithi142 conmon[89206]: cluster 2023-11-15T05:40:07.052047 2023-11-15T05:40:08.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:08 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 612 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:08 smithi138 conmon[84393]: cluster 2023-11-15T05:40:07.052047+0000 mgr.smithi138.outlvz (mgr.14180) 612 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:09.269 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:09.270 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:09.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:10.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:10 smithi142 conmon[89206]: cluster 2023-11-15T05:40:09.052577+0000 mgr.smithi138.outlvz (mgr.14180) 613 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:10.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:10 smithi142 conmon[89206]: audit 2023-11-15T05:40:09.264894+0000 mgr.smithi138.outlvz (mgr.14180) 614 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:10.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:10 smithi138 conmon[84393]: cluster 2023-11-15T05:40:09.052577+0000 mgr.smithi138.outlvz (mgr.14180) 613 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:10 smithi138 conmon[84393]: 2023-11-15T05:40:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:10 smithi138 conmon[84393]: audit 2023-11-15T05:40:09.264894+0000 mgr.smithi138.outlvz (mgr.14180) 614 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:10.864 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:12.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:12 smithi142 conmon[89206]: cluster 2023-11-15T05:40:11.053023+0000 mgr.smithi138.outlvz (mgr.14180) 615 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:12.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:12 smithi138 conmon[84393]: cluster 2023-11-15T05:40:11.053023+0000 mgr.smithi138.outlvz (mgr.14180) 615 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:12.826 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:12.826 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:13.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:14.514 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:14.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:14 smithi138 conmon[84393]: audit 2023-11-15T05:40:12.822015+0000 mgr.smithi138.outlvz (mgr.14180) 616 : 2023-11-15T05:40:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:14 smithi138 conmon[84393]: audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:14 smithi138 conmon[84393]: cluster 2023-11-15T05:40:13.053702+0000 mgr.smithi138.outlvz (mgr.14180) 617 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:14 smithi142 conmon[89206]: audit 2023-11-15T05:40:12.822015+0000 mgr.smithi138.outlvz (mgr.14180) 616 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:14 smithi142 conmon[89206]: cluster 2023-11-15T05:40:13.053702+0000 mgr.smithi138.outlvz (mgr.14180) 617 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:16.427 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:16.428 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:16.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:16 smithi138 conmon[84393]: cluster 2023-11-15T05:40:15.054226+0000 2023-11-15T05:40:16.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:16 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 618 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:16 smithi142 conmon[89206]: cluster 2023-11-15T05:40:15.054226+0000 mgr.smithi138.outlvz (mgr.14180) 618 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:16.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:17.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:17 smithi138 conmon[84393]: audit 2023-11-15T05:40:16.423028+0000 mgr.smithi138.outlvz (mgr.14180) 619 : audit [DBG] 2023-11-15T05:40:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:17 smithi138 conmon[84393]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:17 smithi142 conmon[89206]: audit 2023-11-15T05:40:16.423028+0000 mgr.smithi138.outlvz (mgr.14180) 619 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:17 smithi142 conmon[89206]: 2023-11-15T05:40:17.978 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:18.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:18 smithi138 conmon[84393]: cluster 2023-11-15T05:40:17.055190+0000 mgr.smithi138.outlvz (mgr.14180) 620 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:18 smithi142 conmon[89206]: cluster 2023-11-15T05:40:17.055190+0000 mgr.smithi138.outlvz (mgr.14180) 620 : cluster [DBG] 2023-11-15T05:40:18.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:18 smithi142 conmon[89206]: pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:19.872 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:19.873 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:20.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:20.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:20 smithi138 conmon[84393]: cluster 2023-11-15T05:40:19.055997+0000 mgr.smithi138.outlvz (mgr.14180) 621 : 2023-11-15T05:40:20.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:20 smithi138 conmon[84393]: cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:20 smithi142 conmon[89206]: cluster 2023-11-15T05:40:19.055997+0000 mgr.smithi138.outlvz (mgr.14180) 621 : cluster [DBG] 2023-11-15T05:40:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:20 smithi142 conmon[89206]: pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:21.427 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:21.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:21 smithi138 conmon[84393]: audit 2023-11-15T05:40:19.868613+0000 mgr.smithi138.outlvz (mgr.14180) 622 : audit [DBG] 2023-11-15T05:40:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:21 smithi138 conmon[84393]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:21.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:21 smithi142 conmon[89206]: audit 2023-11-15T05:40:19.868613+0000 mgr.smithi138.outlvz (mgr.14180) 622 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:21.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:21 smithi142 conmon[89206]: 2023-11-15T05:40:22.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:22 smithi138 conmon[84393]: cluster 2023-11-15T05:40:21.056573+0000 mgr.smithi138.outlvz (mgr.14180) 623 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:22.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:22 smithi142 conmon[89206]: cluster 2023-11-15T05:40:21.056573+0000 mgr.smithi138.outlvz (mgr.14180) 623 2023-11-15T05:40:22.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:22 smithi142 conmon[89206]: : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:23.408 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:23.408 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:24.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:24.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:24 smithi138 conmon[84393]: cluster 2023-11-15T05:40:23.057336+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:40:24.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:24 smithi138 conmon[84393]: .14180) 624 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:24.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:24 smithi138 conmon[84393]: audit 2023-11-15T05:40:23.403469+0000 mgr.smithi138.outlvz (mgr.14180) 625 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:24 smithi142 conmon[89206]: cluster 2023-11-15T05:40:23.057336+0000 mgr.smithi138.outlvz (mgr.14180) 624 : cluster 2023-11-15T05:40:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:24 smithi142 conmon[89206]: [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:24.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:24 smithi142 conmon[89206]: audit 2023-11-15T05:40:23.403469+0000 mgr.smithi138.outlvz (mgr.14180) 625 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:25.036 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:26.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:26 smithi138 conmon[84393]: cluster 2023-11-15T05:40:25.057932+0000 mgr.smithi138.outlvz (mgr.14180) 626 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:26.925 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:26.925 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:26 smithi142 conmon[89206]: cluster 2023-11-15T05:40:25.057932+0000 mgr.smithi138.outlvz (mgr.14180) 626 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:27.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:28.527 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:28.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:28 smithi138 conmon[84393]: audit 2023-11-15T05:40:26.920492+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:40:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:28 smithi138 conmon[84393]: 14180) 627 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:28 smithi138 conmon[84393]: cluster 2023-11-15T05:40:27.058754+0000 mgr.smithi138.outlvz (mgr.14180) 628 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:28 smithi142 conmon[89206]: audit 2023-11-15T05:40:26.920492+0000 mgr.smithi138.outlvz (mgr.14180) 627 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:28.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:28 smithi142 conmon[89206]: cluster 2023-11-15T05:40:27.058754+0000 mgr.smithi138.outlvz (mgr.14180) 628 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:30.396 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:30.397 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:30.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:30 smithi138 conmon[84393]: cluster 2023-11-15T05:40:29.059391+0000 mgr.smithi138.outlvz (mgr.14180) 629 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:30 smithi142 conmon[89206]: cluster 2023-11-15T05:40:29.059391+0000 mgr.smithi138.outlvz (mgr.14180) 629 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:30.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:31 smithi138 conmon[84393]: audit 2023-11-15T05:40:30.392086+0000 mgr.smithi138.outlvz (mgr.14180) 630 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:31 smithi142 conmon[89206]: audit 2023-11-15T05:40:30.392086+0000 mgr.smithi138.outlvz (mgr.14180) 630 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:31.985 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:32.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:32 smithi138 conmon[84393]: cluster 2023-11-15T05:40:31.060102+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:40:32.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:32 smithi138 conmon[84393]: 631 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:32 smithi142 conmon[89206]: cluster 2023-11-15T05:40:31.060102+0000 mgr.smithi138.outlvz (mgr.14180) 631 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:33.782 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:33.782 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:34.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:34 smithi138 conmon[84393]: cluster 2023-11-15T05:40:33.060771+0000 mgr.smithi138.outlvz (mgr.14180) 632 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:34 smithi138 conmon[84393]: audit 2023-11-15T05:40:33.777534+0000 mgr.smithi138.outlvz (mgr.14180) 633 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:34 smithi142 conmon[89206]: cluster 2023-11-15T05:40:33.060771+0000 mgr.smithi138.outlvz (mgr.14180) 632 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:34 smithi142 conmon[89206]: audit 2023-11-15T05:40:33.777534+0000 mgr.smithi138.outlvz (mgr.14180) 633 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:35.383 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:36.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:36 smithi138 conmon[84393]: cluster 2023-11-15T05:40:35.061387+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:40:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:36 smithi138 conmon[84393]: 14180) 634 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:36 smithi142 conmon[89206]: cluster 2023-11-15T05:40:35.061387+0000 mgr.smithi138.outlvz (mgr.14180) 634 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:37.290 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:37.291 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:37.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:38.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:38 smithi138 conmon[84393]: cluster 2023-11-15T05:40:37.062099+0000 mgr.smithi138.outlvz (mgr.14180) 635 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:38.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:38 smithi138 conmon[84393]: audit 2023-11-15T05:40:37.286013+0000 mgr.smithi138.outlvz (mgr.14180) 636 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:38.950 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:38 smithi142 conmon[89206]: cluster 2023-11-15T05:40:37.062099+0000 mgr.smithi138.outlvz (mgr.14180) 635 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:38 smithi142 conmon[89206]: audit 2023-11-15T05 2023-11-15T05:40:38.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:38 smithi142 conmon[89206]: :40:37.286013+0000 mgr.smithi138.outlvz (mgr.14180) 636 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:40.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:40 smithi138 conmon[84393]: cluster 2023-11-15T05:40:39.062630+0000 mgr.smithi138.outlvz (mgr.14180) 637 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:40.829 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:40.829 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:40 smithi142 conmon[89206]: cluster 2023-11-15T05:40:39.062630+0000 mgr.smithi138.outlvz (mgr.14180) 637 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:41.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:42.432 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:42.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:42 smithi138 conmon[84393]: audit 2023-11-15T05:40:40.824962+0000 mgr.smithi138.outlvz (mgr.14180) 638 : audit 2023-11-15T05:40:42.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:42 smithi138 conmon[84393]: [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:42.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:42 smithi138 conmon[84393]: cluster 2023-11-15T05:40:41.063280+0000 mgr.smithi138.outlvz (mgr.14180) 639 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:42 smithi142 conmon[89206]: audit 2023-11-15T05:40:40.824962+0000 mgr.smithi138.outlvz (mgr.14180) 638 : audit [DBG] 2023-11-15T05:40:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:42 smithi142 conmon[89206]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:42 smithi142 conmon[89206]: cluster 2023-11-15T05:40:41.063280+0000 mgr.smithi138.outlvz (mgr.14180) 639 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:44.357 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:44.357 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:44.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:44 smithi138 conmon[84393]: cluster 2023-11-15T05:40:43.064279+0000 mgr.smithi138.outlvz (mgr.14180) 640 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:44.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:44 smithi142 conmon[89206]: cluster 2023-11-15T05:40:43.064279+0000 mgr.smithi138.outlvz (mgr.14180) 640 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:45.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:45 smithi138 conmon[84393]: audit 2023-11-15T05:40:44.352298+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:40:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:45 smithi138 conmon[84393]: 641 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:45 smithi142 conmon[89206]: audit 2023-11-15T05:40:44.352298+0000 mgr.smithi138.outlvz (mgr.14180) 641 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:45 smithi142 conmon[89206]: 2023-11-15T05:40:46.057 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:46.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:46 smithi138 conmon[84393]: cluster 2023-11-15T05:40:45.064893+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:40:46.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:46 smithi138 conmon[84393]: 642 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:46.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:46 smithi142 conmon[89206]: cluster 2023-11-15T05:40:45.064893+0000 mgr.smithi138.outlvz (mgr.14180) 642 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:46.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:46 smithi142 conmon[89206]: 2023-11-15T05:40:47.932 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:47.932 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:48.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:48.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:48 smithi138 conmon[84393]: cluster 2023-11-15T05:40:47.065751+0000 mgr.smithi138.outlvz (mgr.14180) 643 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:48.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:48 smithi142 conmon[89206]: cluster 2023-11-15T05:40:47.065751+0000 mgr.smithi138.outlvz (mgr.14180) 643 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:49.531 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:49 smithi138 conmon[84393]: audit 2023-11-15T05:40:47.927533+0000 mgr.smithi138.outlvz (mgr.14180) 644 : audit 2023-11-15T05:40:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:49 smithi138 conmon[84393]: [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:49 smithi142 conmon[89206]: audit 2023-11-15T05:40:47.927533+0000 mgr.smithi138.outlvz (mgr.14180) 644 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:50.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:50 smithi138 conmon[84393]: cluster 2023-11-15T05:40:49.066412+0000 mgr.smithi138.outlvz (mgr.14180) 645 2023-11-15T05:40:50.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:50 smithi138 conmon[84393]: : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:50 smithi142 conmon[89206]: cluster 2023-11-15T05:40:49.066412+0000 mgr.smithi138.outlvz (mgr.14180) 645 : cluster 2023-11-15T05:40:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:50 smithi142 conmon[89206]: [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:51.393 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:51.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:52.955 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:52 smithi142 conmon[89206]: cluster 2023-11-15T05:40:51.067030+0000 mgr.smithi138.outlvz (mgr.14180) 646 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:52 smithi142 conmon[89206]: audit 2023-11-15T05:40:51.389030 2023-11-15T05:40:52.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:52 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 647 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:52.985 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:52 smithi138 conmon[84393]: cluster 2023-11-15T05:40:51.067030+0000 mgr.smithi138.outlvz (mgr.14180) 646 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:52.986 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:52 smithi138 conmon[84393]: audit 2023-11-15T05:40:51.389030+0000 mgr.smithi138.outlvz (mgr.14180) 647 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:54.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:54 smithi138 conmon[84393]: cluster 2023-11-15T05:40:53.067805+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:40:54.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:54 smithi138 conmon[84393]: 14180) 648 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:54.875 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:54.875 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:54 smithi142 conmon[89206]: cluster 2023-11-15T05:40:53.067805+0000 mgr.smithi138.outlvz (mgr.14180) 648 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:40:55.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:56.447 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:56.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:56 smithi138 conmon[84393]: audit 2023-11-15T05:40:54.870868+0000 mgr.smithi138.outlvz (mgr.14180) 649 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:56.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:56 smithi138 conmon[84393]: cluster 2023-11-15T05:40:55.068336+0000 mgr.smithi138.outlvz (mgr.14180) 650 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:56 smithi142 conmon[89206]: audit 2023-11-15T05:40:54.870868+0000 mgr.smithi138.outlvz (mgr.14180) 649 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:56 smithi142 conmon[89206]: cluster 2023-11-15T05:40:55.068336+0000 mgr.smithi138.outlvz (mgr.14180) 650 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:58.344 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:40:58.344 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:40:58.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:58 smithi138 conmon[84393]: cluster 2023-11-15T05:40:57.069047+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:40:58.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:58 smithi138 conmon[84393]: 14180) 651 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:58.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:40:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:58 smithi142 conmon[89206]: cluster 2023-11-15T05:40:57.069047+0000 mgr.smithi138.outlvz (mgr.14180) 651 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:40:59.904 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:40:59.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:59 smithi138 conmon[84393]: audit 2023-11-15T05:40:58.339476+0000 mgr.smithi138.outlvz 2023-11-15T05:40:59.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:40:59 smithi138 conmon[84393]: (mgr.14180) 652 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:40:59 smithi142 conmon[89206]: audit 2023-11-15T05:40:58.339476+0000 mgr.smithi138.outlvz (mgr.14180) 652 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:00.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:00 smithi138 conmon[84393]: cluster 2023-11-15T05:40:59.069571+0000 mgr.smithi138.outlvz (mgr.14180) 653 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:00 smithi142 conmon[89206]: cluster 2023-11-15T05:40:59.069571+0000 mgr.smithi138.outlvz (mgr.14180) 653 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:01.832 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:01.832 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:02.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:02.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:02 smithi138 conmon[84393]: cluster 2023-11-15T05:41:01.070062+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:41:02.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:02 smithi138 conmon[84393]: ) 654 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:02.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:02 smithi142 conmon[89206]: cluster 2023-11-15T05:41:01.070062+0000 mgr.smithi138.outlvz (mgr.14180) 654 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:03.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:03.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:03 smithi138 conmon[84393]: audit 2023-11-15T05:41 2023-11-15T05:41:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:03 smithi138 conmon[84393]: :01.827136+0000 mgr.smithi138.outlvz (mgr.14180) 655 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:03 smithi142 conmon[89206]: audit 2023-11-15T05:41:01.827136+0000 mgr.smithi138.outlvz (mgr.14180) 655 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:04.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:04 smithi138 conmon[84393]: cluster 2023-11-15T05:41:03.070817+0000 mgr.smithi138.outlvz (mgr.14180) 656 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:04 smithi142 conmon[89206]: cluster 2023-11-15T05:41:03.070817+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:41:04.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:04 smithi142 conmon[89206]: ) 656 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:05.238 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:05.238 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:05.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:06.904 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:06.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:06 smithi138 conmon[84393]: cluster 2023-11-15T05:41:05.071331+0000 mgr.smithi138.outlvz (mgr.14180) 657 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:06.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:06 smithi138 conmon[84393]: audit 2023-11-15T05:41:05.233920+0000 mgr.smithi138.outlvz (mgr.14180) 658 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:06 smithi142 conmon[89206]: cluster 2023-11-15T05:41:05.071331+0000 mgr.smithi138.outlvz (mgr.14180) 657 : cluster 2023-11-15T05:41:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:06 smithi142 conmon[89206]: [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:06 smithi142 conmon[89206]: audit 2023-11-15T05:41:05.233920+0000 mgr.smithi138.outlvz (mgr.14180) 658 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:08.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:08 smithi138 conmon[84393]: cluster 2023-11-15T05:41:07.072109+0000 mgr.smithi138.outlvz (mgr.14180) 659 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:08.796 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:08.796 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:08.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:08 smithi142 conmon[89206]: cluster 2023-11-15T05:41:07.072109+0000 mgr.smithi138.outlvz (mgr.14180) 659 : 2023-11-15T05:41:08.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:08 smithi142 conmon[89206]: cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:09.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:09 smithi138 conmon[84393]: audit 2023-11-15T05:41:08.791460+0000 mgr.smithi138.outlvz (mgr.14180) 660 : audit 2023-11-15T05:41:09.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:09 smithi138 conmon[84393]: [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:09 smithi142 conmon[89206]: audit 2023-11-15T05:41:08.791460+0000 mgr.smithi138.outlvz (mgr.14180) 660 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:10.363 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:10.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:10 smithi138 conmon[84393]: cluster 2023-11-15T05:41:09.072537+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:41:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:10 smithi138 conmon[84393]: 661 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:10 smithi142 conmon[89206]: cluster 2023-11-15T05:41:09.072537+0000 mgr.smithi138.outlvz (mgr.14180) 661 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:12.242 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:12.242 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:12.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:12 smithi142 conmon[89206]: cluster 2023-11-15T05:41:11.073054+0000 mgr.smithi138.outlvz (mgr.14180) 662 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:12 smithi142 conmon[89206]: 2023-11-15T05:41:13.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:12 smithi138 conmon[84393]: cluster 2023-11-15T05:41:11.073054+0000 mgr.smithi138.outlvz (mgr.14180) 662 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:13.821 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:13.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:13 smithi138 conmon[84393]: audit 2023-11-15T05:41:12.237677+0000 mgr.smithi138.outlvz (mgr.14180) 663 : audit [DBG] 2023-11-15T05:41:13.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:13 smithi138 conmon[84393]: from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:13 smithi142 conmon[89206]: audit 2023-11-15T05:41:12.237677+0000 mgr.smithi138.outlvz (mgr.14180) 663 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:14 smithi142 conmon[89206]: cluster 2023-11-15T05:41:13.073756+0000 mgr.smithi138.outlvz (mgr.14180) 664 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:15.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:14 smithi138 conmon[84393]: cluster 2023-11-15T05:41:13.073756+0000 mgr.smithi138.outlvz (mgr.14180) 664 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:15.671 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:15.672 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:16.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:16 smithi142 conmon[89206]: cluster 2023-11-15T05:41:15.074325+0000 mgr.smithi138.outlvz (mgr.14180) 665 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:16 smithi142 conmon[89206]: audit 2023-11-15T05:41:15.667341+0000 mgr.smithi138.outlvz (mgr.14180) 666 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:16 smithi138 conmon[84393]: cluster 2023-11-15T05:41:15.074325+0000 mgr.smithi138.outlvz (mgr.14180) 665 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:16 smithi138 conmon[84393]: audit 2023-11-15T05:41:15.667341+0000 mgr.smithi138.outlvz (mgr.14180) 666 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:17.311 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:18.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:18 smithi138 conmon[84393]: cluster 2023-11-15T05:41:17.075160+0000 mgr.smithi138.outlvz (mgr.14180) 667 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:18 smithi142 conmon[89206]: cluster 2023-11-15T05:41:17.075160+0000 mgr.smithi138.outlvz (mgr.14180) 667 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:19.188 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:19.188 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:19.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:20.810 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:20 smithi142 conmon[89206]: cluster 2023-11-15T05:41:19.075657+0000 mgr.smithi138.outlvz (mgr.14180) 668 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:20 smithi142 conmon[89206]: audit 2023-11-15T05:41: 2023-11-15T05:41:20.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:20 smithi142 conmon[89206]: 19.184180+0000 mgr.smithi138.outlvz (mgr.14180) 669 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:21.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:20 smithi138 conmon[84393]: cluster 2023-11-15T05:41:19.075657+0000 mgr.smithi138.outlvz (mgr.14180) 668 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:20 smithi138 conmon[84393]: audit 2023-11-15T05:41: 2023-11-15T05:41:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:20 smithi138 conmon[84393]: 19.184180+0000 mgr.smithi138.outlvz (mgr.14180) 669 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:22.678 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:22.678 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:22.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:22 smithi138 conmon[84393]: cluster 2023-11-15T05:41:21.076229+0000 mgr.smithi138.outlvz (mgr.14180) 670 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:22.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:22 smithi142 conmon[89206]: cluster 2023-11-15T05:41:21.076229+0000 mgr.smithi138.outlvz (mgr.14180) 670 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:23.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:23 smithi142 conmon[89206]: audit 2023-11-15T05:41:22.673733+0000 mgr.smithi138.outlvz (mgr.14180) 671 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:23 smithi138 conmon[84393]: audit 2023-11-15T05:41:22.673733+0000 mgr.smithi138.outlvz (mgr.14180) 671 : audit 2023-11-15T05:41:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:23 smithi138 conmon[84393]: [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:24.302 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:24.959 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:24 smithi138 conmon[84393]: cluster 2023-11-15T05:41:23.077140+0000 mgr.smithi138.outlvz (mgr.14180) 672 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:24 smithi142 conmon[89206]: cluster 2023-11-15T05:41:23.077140+0000 mgr.smithi138.outlvz (mgr.14180) 672 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:26.159 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:26.159 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:26.882 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:26 smithi138 conmon[84393]: cluster 2023-11-15T05:41:25.077670+0000 mgr.smithi138.outlvz (mgr.14180) 673 : cluster [DBG] 2023-11-15T05:41:26.883 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:26 smithi138 conmon[84393]: pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:26.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:26 smithi142 conmon[89206]: cluster 2023-11-15T05:41:25.077670+0000 mgr.smithi138.outlvz (mgr.14180) 673 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:41:27.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:27.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:27 smithi138 conmon[84393]: audit 2023-11-15T05:41:26.154459+0000 mgr.smithi138.outlvz (mgr.14180) 674 : audit 2023-11-15T05:41:27.932 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:27 smithi138 conmon[84393]: [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:27 smithi142 conmon[89206]: audit 2023-11-15T05:41:26.154459+0000 mgr.smithi138.outlvz (mgr.14180) 674 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:28.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:28 smithi138 conmon[84393]: cluster 2023-11-15T05:41:27.078454+0000 mgr.smithi138.outlvz ( 2023-11-15T05:41:28.708 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:28 smithi138 conmon[84393]: mgr.14180) 675 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2023-11-15T05:41:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:28 smithi142 conmon[89206]: cluster 2023-11-15T05:41:27.078454+0000 mgr.smithi138.outlvz (mgr.14180) 675 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2023-11-15T05:41:29.782 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:29.782 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:30.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:30 smithi142 conmon[89206]: cluster 2023-11-15T05:41:29.079171+0000 mgr.smithi138.outlvz (mgr.14180) 676 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 25 op/s 2023-11-15T05:41:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:30 smithi142 conmon[89206]: audit 2023-11-15T05:41:29.777127 2023-11-15T05:41:30.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:30 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 677 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:31.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:30 smithi138 conmon[84393]: cluster 2023-11-15T05:41:29.079171+0000 mgr.smithi138.outlvz (mgr.14180) 676 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 25 op/s 2023-11-15T05:41:31.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:30 smithi138 conmon[84393]: audit 2023-11-15T05:41:29.777127+0000 mgr.smithi138.outlvz (mgr.14180) 677 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:31.375 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:32.901 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:32 smithi138 conmon[84393]: cluster 2023-11-15T05:41:31.079702+0000 mgr.smithi138.outlvz (mgr.14180) 678 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-11-15T05:41:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:32 smithi142 conmon[89206]: cluster 2023-11-15T05:41:31.079702+0000 mgr.smithi138.outlvz (mgr.14180) 678 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-11-15T05:41:33.310 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:33.310 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:33.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:34.908 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:34.937 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:34 smithi138 conmon[84393]: cluster 2023-11-15T05:41:33.080457+0000 mgr.smithi138.outlvz (mgr.14180) 679 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:34.938 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:34 smithi138 conmon[84393]: audit 2023-11-15T05:41:33.305864+0000 mgr.smithi138.outlvz (mgr.14180) 680 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:34 smithi142 conmon[89206]: cluster 2023-11-15T05:41:33.080457+0000 mgr.smithi138.outlvz (mgr.14180) 679 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:34.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:34 smithi142 conmon[89206]: audit 2023-11-15T05:41:33.305864+0000 mgr.smithi138.outlvz (mgr.14180) 680 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:36.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:36 smithi138 conmon[84393]: cluster 2023-11-15T05:41:35.081175+0000 mgr.smithi138.outlvz (mgr.14180) 681 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:36.810 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:36.811 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:36.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:36 smithi142 conmon[89206]: cluster 2023-11-15T05:41:35.081175+0000 mgr.smithi138.outlvz (mgr.14180) 681 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:37.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:37 smithi142 conmon[89206]: audit 2023-11-15T05:41:36.804942+0000 mgr.smithi138.outlvz (mgr.14180) 682 : audit [DBG] 2023-11-15T05:41:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:37 smithi142 conmon[89206]: from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:38.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:37 smithi138 conmon[84393]: audit 2023-11-15T05:41:36.804942+0000 mgr.smithi138.outlvz (mgr.14180) 682 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:38.392 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:38.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:38 smithi138 conmon[84393]: cluster 2023-11-15T05:41:37.081972+0000 mgr.smithi138.outlvz (mgr.14180) 683 : cluster 2023-11-15T05:41:38.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:38 smithi138 conmon[84393]: [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:38 smithi142 conmon[89206]: cluster 2023-11-15T05:41:37.081972+0000 mgr.smithi138.outlvz (mgr.14180) 683 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:41:40.269 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:40.269 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:57.957853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tdmaao on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-tdmaao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.tdmaao\nDeploy daemon haproxy.nfs.foo.smithi142.tdmaao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:33:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.161277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.tlbhgv on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-tlbhgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.tlbhgv\nDeploy daemon haproxy.nfs.foo.smithi138.tlbhgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:34:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:35:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:36:31.165839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.mqzmbl on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:40.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:40 smithi142 conmon[89206]: cluster 2023-11-15T05:41:39.082523+0000 mgr.smithi138.outlvz (mgr.14180) 684 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2023-11-15T05:41:41.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:40 smithi138 conmon[84393]: cluster 2023-11-15T05:41:39.082523+0000 mgr.smithi138.outlvz (mgr.14180) 684 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2023-11-15T05:41:41.873 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:41 smithi142 conmon[89206]: audit 2023-11-15T05:41:40.264441+0000 mgr.smithi138.outlvz (mgr.14180) 685 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:41 smithi138 conmon[84393]: audit 2023-11-15T05:41:40.264441+0000 mgr.smithi138.outlvz (mgr.14180) 685 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:42 smithi142 conmon[89206]: cluster 2023-11-15T05:41:41.083031+0000 mgr.smithi138.outlvz (mgr.14180) 686 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-11-15T05:41:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:42 smithi142 conmon[89206]: 2023-11-15T05:41:43.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:42 smithi138 conmon[84393]: cluster 2023-11-15T05:41:41.083031+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:41:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:42 smithi138 conmon[84393]: ) 686 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-11-15T05:41:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:43 smithi138 conmon[84393]: audit 2023-11-15T05:41:43.565561+0000 mon.smithi138 (mon.0) 717 2023-11-15T05:41:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:43 smithi138 conmon[84393]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.dewzxr"}]: dispatch 2023-11-15T05:41:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:43 smithi138 conmon[84393]: audit 2023-11-15T05:41:43.572855+0000 mon.smithi138 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:43.847 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:43.847 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:33.090078Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:33.090231Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:33.090300Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:33.090386Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:33.090454Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:33.090714Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:43 smithi142 conmon[89206]: audit 2023-11-15T05:41:43.565561+0000 mon.smithi138 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.dewzxr"}]: dispatch 2023-11-15T05:41:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:43 smithi142 conmon[89206]: 2023-11-15T05:41:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:43 smithi142 conmon[89206]: audit 2023-11-15T05:41:43.572855+0000 mon.smithi138 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:44.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:44.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cluster 2023-11-15T05:41:43.083866+0000 mgr.smithi138.outlvz (mgr.14180) 687 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T05:41:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:43.565095+0000 mgr.smithi138.outlvz (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:44.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:44.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:41:44.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:41:44.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:41:44.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:41:44.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:41:44.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:44.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:44.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T05:41:44.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:43.565254+0000 mgr.smithi138.outlvz (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:43.566122+0000 mgr.smithi138.outlvz (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:44.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:44.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:44.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:44.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:44.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:44.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:43.567291+0000 mgr.smithi138.outlvz (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:41:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:43.568237+0000 mgr.smithi138.outlvz (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:41:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cluster 2023-11-15T05:41:43.568875+0000 mgr.smithi138.outlvz (mgr.14180) 693 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: cluster 2023-11-15T05:41:43.662812+0000 mon.smithi138 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:41:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: audit 2023-11-15T05:41:43.693246+0000 mon.smithi138 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:44.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:44 smithi142 conmon[89206]: audit 2023-11-15T05:41:43.852799+0000 mon.smithi138 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cluster 2023-11-15T05:41:43.083866+0000 mgr.smithi138.outlvz (mgr.14180) 687 2023-11-15T05:41:45.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T05:41:45.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:43.565095+0000 mgr.smithi138.outlvz (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:45.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:45.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:41:45.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:41:45.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:41:45.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:41:45.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:41:45.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:45.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:45.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/hapr 2023-11-15T05:41:45.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: oxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:43.565254+0000 mgr.smithi138.outlvz (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:43.566122+0000 mgr.smithi138.outlvz (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr 2023-11-15T05:41:45.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr 2023-11-15T05:41:45.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.dewzxr ... 2023-11-15T05:41:45.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:41:45.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:39:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:40:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:41:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:41:45.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:41:45.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:41:45.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:43.567291+0000 mgr.smithi138.outlvz (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:41:45.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:43.568237+0000 mgr.smithi138.outlvz (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:41:45.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cluster 2023-11-15T05:41:43.568875+0000 mgr.smithi138.outlvz (mgr.14180) 693 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:45.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: cluster 2023-11-15T05:41:43.662812+0000 mon.smithi138 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:41:45.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: audit 2023-11-15T05:41:43.693246+0000 mon.smithi138 (mon.0) 2023-11-15T05:41:45.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: 720 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:45.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:44 smithi138 conmon[84393]: audit 2023-11-15T05:41:43.852799+0000 mon.smithi138 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:45.581 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:45 smithi142 conmon[89206]: audit 2023-11-15T05:41:43.841857+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:41:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:45 smithi142 conmon[89206]: 694 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:46.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:45 smithi138 conmon[84393]: audit 2023-11-15T05:41:43.841857+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:41:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:45 smithi138 conmon[84393]: 694 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:47.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: cluster 2023-11-15T05:41:45.569572+0000 mgr.smithi138.outlvz (mgr.14180) 695 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:47.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:45.794023+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:47.038 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:46.110036+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:46.110688+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:46.111257+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:46.111804+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.039 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:46 smithi138 conmon[84393]: audit 2023-11-15T05:41:46.116090+0000 mon.smithi138 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:47.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: cluster 2023-11-15T05:41:45.569572+0000 mgr.smithi138.outlvz (mgr.14180) 695 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:45.794023+0000 mon.smithi138 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:46.110036+0000 mon.smithi138 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:46.110688+0000 mon.smithi138 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:46.111257+0000 mon.smithi138 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:46.111804+0000 mon.smithi138 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:47.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:46 smithi142 conmon[89206]: audit 2023-11-15T05:41:46.116090+0000 mon.smithi138 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:47.766 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:47.766 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:36:36.299782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:36:36.299847Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:36:36.299927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:36:36.299710Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:36:36.299566Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:36:36.300421Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:36:36.299993Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:36:36.300115Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:36:36.300055Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:36:36.300364Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:47 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:46.112248+0000 mgr.smithi138.outlvz (mgr.14180) 696 : cephadm 2023-11-15T05:41:48.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:47 smithi138 conmon[84393]: [INF] Adjusting osd_memory_target on smithi142 to 3748M 2023-11-15T05:41:48.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:47 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:46.112248+0000 mgr.smithi138.outlvz (mgr.14180) 696 : cephadm 2023-11-15T05:41:48.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:47 smithi142 conmon[89206]: [INF] Adjusting osd_memory_target on smithi142 to 3748M 2023-11-15T05:41:48.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:49.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:48 smithi138 conmon[84393]: cluster 2023-11-15T05:41:47.570402+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:41:49.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:48 smithi138 conmon[84393]: .14180) 697 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:49.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:48 smithi138 conmon[84393]: audit 2023-11-15T05:41:47.761569+0000 mgr.smithi138.outlvz (mgr.14180) 698 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:49.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:48 smithi142 conmon[89206]: cluster 2023-11-15T05:41:47.570402+0000 mgr.smithi138.outlvz (mgr.14180) 697 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:49.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:48 smithi142 conmon[89206]: 2023-11-15T05:41:49.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:48 smithi142 conmon[89206]: audit 2023-11-15T05:41:47.761569+0000 mgr.smithi138.outlvz (mgr.14180) 698 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:49.712 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:50.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:49.395969+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: cluster 2023-11-15T 2023-11-15T05:41:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 05:41:49.571242+0000 mgr.smithi138.outlvz (mgr.14180) 699 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:49.703018+0000 mon.smithi138 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:49.703709+0000 mon.smithi138 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:49.704260+0000 mon.smithi138 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:49.704766+0000 mon.smithi138 (mon 2023-11-15T05:41:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: .0) 732 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: cephadm 2023 2023-11-15T05:41:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: -11-15T05:41:49. 2023-11-15T05:41:50.465 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 705174+0000 mgr.smithi138.outlvz (mgr.14180) 700 : cephadm 2023-11-15T05:41:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: [INF] Adjusting osd_memory_target on smithi138 to 2724M 2023-11-15T05:41:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:41:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: T05:41:49.709153+0000 mon.smithi138 2023-11-15T05:41:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.466 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 2023-11-15T05:41 2023-11-15T05:41:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: :49.710492+0000 mon.smithi138 (mon.0) 734 2023-11-15T05:41:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:41:50.467 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 15T05:41:49.711043+0000 2023-11-15T05:41:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: mon.smithi138 (mon.0) 735 : audit [INF] 2023-11-15T05:41:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: cephadm 2023-11-15T05 2023-11-15T05:41:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: :41:49.714255+0000 mgr.smithi138.outlvz (mgr.14180) 701 : cephadm 2023-11-15T05:41:50.468 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: T05:41:49.877540+0000 mon.smithi138 ( 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 2023-11-15T05:41: 2023-11-15T05:41:50.469 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 49.882441+0000 mon.smithi138 (mon.0) 737 : 2023-11-15T05:41:50.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:50.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: audit 2023-11- 2023-11-15T05:41:50.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: 15T05:41:49.890486+0000 2023-11-15T05:41:50.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: mon.smithi138 (mon.0) 738 : audit [INF] 2023-11-15T05:41:50.470 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:50 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.395969+0000 mon.smithi138 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: cluster 2023-11-15T05:41:49.571242+0000 mgr.smithi138.outlvz (mgr.14180) 699 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:41:50.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.703018+0000 mon.smithi138 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.538 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.703709+0000 mon.smithi138 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.704260+0000 mon.smithi138 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.704766+0000 mon.smithi138 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:41:50.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:49.705174+0000 mgr.smithi138.outlvz (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 2724M 2023-11-15T05:41:50.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.709153+0000 mon.smithi138 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.539 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.710492+0000 mon.smithi138 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:50.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.711043+0000 mon.smithi138 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:50.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:49.714255+0000 mgr.smithi138.outlvz (mgr.14180) 701 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:41:50.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.877540+0000 mon.smithi138 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:50.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.882441+0000 mon.smithi138 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:50.540 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:50 smithi138 conmon[84393]: audit 2023-11-15T05:41:49.890486+0000 mon.smithi138 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:41:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:51 smithi138 conmon[84393]: cluster 2023-11-15T05:41:49.878120+0000 mgr.smithi138.outlvz (mgr.14180) 702 2023-11-15T05:41:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:51 smithi138 conmon[84393]: : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:41:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:51 smithi138 conmon[84393]: cephadm 2023-11-15T05:41:49.892770+0000 mgr.smithi138.outlvz (mgr.14180) 703 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.vcggbc on smithi142 2023-11-15T05:41:51.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:51 smithi138 conmon[84393]: cluster 2023-11-15T05:41:50.394125+0000 mon.smithi138 (mon.0) 739 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:41:51.543 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:51 smithi138 conmon[84393]: cluster 2023-11-15T05:41:50.394154+0000 mon.smithi138 (mon.0) 740 : cluster [INF] Cluster is now healthy 2023-11-15T05:41:51.592 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:51.593 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:51.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: cluster 2023-11-15T05:41:49.878120+0000 mgr.smithi138.outlvz (mgr.14180) 702 : cluster [DBG] 2023-11-15T05:41:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:41:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: cephadm 2023-11-15T05:41:49.892770+0000 mgr.smithi138.outlvz (mgr.14180) 703 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.vcggbc on smithi142 2023-11-15T05:41:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: cluster 2023-11-15T05:41:50.394125+0000 mon.smithi138 (mon. 2023-11-15T05:41:51.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: 0) 739 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:41:51.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: cluster 2023- 2023-11-15T05:41:51.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: 11-15T05:41:50.394154 2023-11-15T05:41:51.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: +0000 mon.smithi138 (mon.0) 740 : cluster [INF] Cluster is now healthy 2023-11-15T05:41:51.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:51 smithi142 conmon[89206]: 2023-11-15T05:41:52.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:52.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:52 smithi138 conmon[84393]: audit 2023-11-15T05:41:51.587613+0000 mgr.smithi138.outlvz (mgr.14180) 704 2023-11-15T05:41:52.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:52 smithi138 conmon[84393]: : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:52 smithi142 conmon[89206]: audit 2023-11-15T05:41:51.587613+0000 mgr.smithi138.outlvz (mgr.14180) 704 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:53.204 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:53.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:53 smithi138 conmon[84393]: cluster 2023-11-15T05:41:51.878945+0000 mgr.smithi138.outlvz (mgr.14180) 705 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2023-11-15T05:41:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:53 smithi142 conmon[89206]: cluster 2023-11-15T05:41:51.878945+0000 mgr.smithi138.outlvz (mgr.14180) 705 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2023-11-15T05:41:55.073 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:55.073 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:55.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:55.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:55 smithi138 conmon[84393]: cluster 2023-11-15T05:41:53.879396+0000 mgr.smithi138.outlvz (mgr.14180) 706 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-11-15T05:41:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:55 smithi142 conmon[89206]: cluster 2023-11-15T05:41:53.879396+0000 mgr.smithi138.outlvz (mgr.14180) 706 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-11-15T05:41:56.688 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:56.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:56 smithi138 conmon[84393]: audit 2023-11-15T05:41:55.069008+0000 mgr.smithi138.outlvz (mgr.14180) 707 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:56 smithi142 conmon[89206]: audit 2023-11-15T05:41:55.069008+0000 mgr.smithi138.outlvz (mgr.14180) 707 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:56 smithi142 conmon[89206]: 2023-11-15T05:41:57.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:57 smithi138 conmon[84393]: cluster 2023-11-15T05:41:55.880098+0000 mgr.smithi138.outlvz (mgr.14180) 708 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:41:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:57 smithi142 conmon[89206]: cluster 2023-11-15T05:41:55.880098+0000 mgr.smithi138.outlvz (mgr.14180) 708 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:41:58.540 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:41:58.541 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:41:59.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:41:59.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:59 smithi138 conmon[84393]: cluster 2023-11-15T05:41:57.880904+0000 mgr.smithi138.outlvz (mgr.14180) 709 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:41:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:59 smithi138 conmon[84393]: audit 2023-11-15T05:41:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:41:59 smithi138 conmon[84393]: 2023-11-15T05:41:58.536800+0000 mgr.smithi138.outlvz (mgr.14180) 710 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:59 smithi142 conmon[89206]: cluster 2023-11-15T05:41:57.880904+0000 mgr.smithi138.outlvz (mgr.14180) 709 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:41:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:41:59 smithi142 conmon[89206]: audit 2023-11-15T05:41:58.536800+0000 mgr.smithi138.outlvz (mgr.14180) 710 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:00.121 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:01.652 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:01 smithi138 conmon[84393]: cluster 2023-11-15T05:41:59.881420+0000 mgr.smithi138.outlvz (mgr.14180) 711 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:42:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:01 smithi142 conmon[89206]: cluster 2023-11-15T05:41:59.881420+0000 mgr.smithi138.outlvz (mgr.14180) 711 : cluster [DBG] 2023-11-15T05:42:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:01 smithi142 conmon[89206]: pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T05:42:02.028 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:02.029 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:02.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:03.695 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:03.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:03 smithi138 conmon[84393]: cluster 2023-11-15T05:42:01.882170+0000 mgr.smithi138.outlvz (mgr.14180) 712 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-11-15T05:42:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:03 smithi138 conmon[84393]: 2023-11-15T05:42:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:03 smithi138 conmon[84393]: audit 2023-11-15T05:42:02.025063+0000 mgr.smithi138.outlvz (mgr.14180) 713 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:03 smithi142 conmon[89206]: cluster 2023-11-15T05:42:01.882170+0000 mgr.smithi138.outlvz (mgr.14180) 712 : cluster [DBG] 2023-11-15T05:42:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:03 smithi142 conmon[89206]: pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-11-15T05:42:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:03 smithi142 conmon[89206]: audit 2023-11-15T05:42:02.025063+0000 mgr.smithi138.outlvz (mgr.14180) 713 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:05.556 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:05.557 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:05.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:05 smithi138 conmon[84393]: cluster 2023-11-15T05:42:03.882646+0000 mgr.smithi138.outlvz (mgr.14180) 714 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T05:42:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:05 smithi142 conmon[89206]: cluster 2023-11-15T05:42:03.882646+0000 mgr.smithi138.outlvz (mgr.14180) 714 : cluster [DBG] 2023-11-15T05:42:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:05 smithi142 conmon[89206]: pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T05:42:06.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:06.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:06 smithi138 conmon[84393]: audit 2023-11-15T05:42:05.552584+0000 mgr.smithi138.outlvz 2023-11-15T05:42:06.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:06 smithi138 conmon[84393]: (mgr.14180) 715 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:06 smithi142 conmon[89206]: audit 2023-11-15T05:42:05.552584+0000 mgr.smithi138.outlvz (mgr.14180) 715 : 2023-11-15T05:42:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:06 smithi142 conmon[89206]: audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:07.243 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:07.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:07 smithi138 conmon[84393]: cluster 2023-11-15T05:42:05.883355+0000 mgr.smithi138.outlvz 2023-11-15T05:42:07.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:07 smithi138 conmon[84393]: (mgr.14180) 716 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-11-15T05:42:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:07 smithi142 conmon[89206]: cluster 2023-11-15T05:42:05.883355+0000 mgr.smithi138.outlvz (mgr.14180) 716 2023-11-15T05:42:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:07 smithi142 conmon[89206]: : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-11-15T05:42:09.122 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:09.122 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:09.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:09 smithi138 conmon[84393]: cluster 2023-11-15T05:42:07.884157+0000 mgr.smithi138.outlvz (mgr.14180) 717 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:09 smithi142 conmon[89206]: cluster 2023-11-15T05:42:07.884157+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:42:09.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:09 smithi142 conmon[89206]: .14180) 717 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:10.743 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:10.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:10 smithi138 conmon[84393]: audit 2023-11-15T05:42:09.114877+0000 mgr.smithi138.outlvz (mgr.14180) 718 : 2023-11-15T05:42:10.776 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:10 smithi138 conmon[84393]: audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:10 smithi142 conmon[89206]: audit 2023-11-15T05:42:09.114877+0000 mgr.smithi138.outlvz (mgr.14180) 718 : audit 2023-11-15T05:42:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:10 smithi142 conmon[89206]: [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:11 smithi138 conmon[84393]: cluster 2023-11-15T05:42:09.884684+0000 mgr.smithi138.outlvz (mgr.14180) 719 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:11 smithi142 conmon[89206]: cluster 2023-11-15T05:42:09.884684+0000 mgr.smithi138.outlvz (mgr.14180) 719 : cluster [DBG] 2023-11-15T05:42:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:11 smithi142 conmon[89206]: pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:12.594 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:13.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:13.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:13 smithi138 conmon[84393]: cluster 2023-11-15T05:42:11.885520+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:42:13.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:13 smithi138 conmon[84393]: ) 720 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:13.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:13 smithi138 conmon[84393]: audit 2023-11-15T05:42:12.590162+0000 mgr.smithi138.outlvz (mgr.14180) 721 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:13 smithi142 conmon[89206]: cluster 2023-11-15T05:42:11.885520+0000 mgr.smithi138.outlvz (mgr.14180) 720 : cluster [DBG] 2023-11-15T05:42:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:13 smithi142 conmon[89206]: pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:13 smithi142 conmon[89206]: audit 2023-11-15T05:42:12.590162+0000 mgr.smithi138.outlvz (mgr.14180) 721 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:14.319 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:15.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:15 smithi138 conmon[84393]: cluster 2023-11-15T05:42:13.886219+0000 mgr.smithi138.outlvz (mgr.14180) 722 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:15 smithi142 conmon[89206]: cluster 2023-11-15T05:42:13.886219+0000 mgr.smithi138.outlvz (mgr.14180) 722 : cluster [DBG] 2023-11-15T05:42:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:15 smithi142 conmon[89206]: pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:16.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:16.246 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:16.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:17 smithi138 conmon[84393]: cluster 2023-11-15T05:42:15.886790+0000 mgr.smithi138.outlvz (mgr.14180) 723 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:17 smithi138 conmon[84393]: audit 2023-11-15T05:42:17.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:17 smithi138 conmon[84393]: 2023-11-15T05:42:16.241930+0000 mgr.smithi138.outlvz (mgr.14180) 724 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:17.923 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:17 smithi142 conmon[89206]: cluster 2023-11-15T05:42:15.886790+0000 mgr.smithi138.outlvz (mgr.14180) 723 2023-11-15T05:42:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:17 smithi142 conmon[89206]: : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:17 smithi142 conmon[89206]: audit 2023-11-15T05:42:16.241930+0000 mgr.smithi138.outlvz (mgr.14180) 724 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:19 smithi138 conmon[84393]: cluster 2023-11-15T05:42:17.887586+0000 mgr.smithi138.outlvz (mgr.14180) 725 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:19.812 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:19.812 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:19 smithi142 conmon[89206]: cluster 2023-11-15T05:42:17.887586+0000 mgr.smithi138.outlvz (mgr.14180) 725 : cluster [DBG] 2023-11-15T05:42:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:19 smithi142 conmon[89206]: pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:20.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:20.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:20 smithi138 conmon[84393]: audit 2023-11-15T05:42:19.808091+0000 mgr.smithi138.outlvz (mgr.14180) 726 : audit [DBG] 2023-11-15T05:42:20.794 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:20 smithi138 conmon[84393]: from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:20 smithi142 conmon[89206]: audit 2023-11-15T05:42:19.808091+0000 mgr.smithi138.outlvz (mgr.14180) 726 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:20 smithi142 conmon[89206]: 2023-11-15T05:42:21.444 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:21.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:21 smithi138 conmon[84393]: cluster 2023-11-15T05:42:19.888130+0000 mgr.smithi138.outlvz (mgr.14180) 727 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:21 smithi142 conmon[89206]: cluster 2023-11-15T05:42:19.888130+0000 mgr.smithi138.outlvz (mgr.14180) 727 : cluster [DBG] 2023-11-15T05:42:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:21 smithi142 conmon[89206]: pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:23.283 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:23.283 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:23.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:23 smithi138 conmon[84393]: cluster 2023-11-15T05:42:21.888822+0000 mgr.smithi138.outlvz (mgr.14180) 728 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:23.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:23 smithi142 conmon[89206]: cluster 2023-11-15T05:42:21.888822+0000 mgr.smithi138.outlvz (mgr.14180) 728 : cluster [DBG] 2023-11-15T05:42:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:23 smithi142 conmon[89206]: pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:24.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:24 smithi138 conmon[84393]: audit 2023-11-15T05:42:23.279427+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:42:24.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:24 smithi138 conmon[84393]: 729 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:24.933 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:24 smithi142 conmon[89206]: audit 2023-11-15T05:42:23.279427+0000 mgr.smithi138.outlvz (mgr.14180) 729 2023-11-15T05:42:24.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:24 smithi142 conmon[89206]: : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:25.782 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:25 smithi138 conmon[84393]: cluster 2023-11-15T05:42:23.889246+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:42:25.782 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:25 smithi138 conmon[84393]: ) 730 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:25 smithi142 conmon[89206]: cluster 2023-11-15T05:42:23.889246+0000 mgr.smithi138.outlvz (mgr.14180) 730 : cluster [DBG] 2023-11-15T05:42:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:25 smithi142 conmon[89206]: pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:26.858 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:26.859 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:27.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:27.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:27 smithi138 conmon[84393]: cluster 2023-11-15T05:42:25.889811+0000 mgr.smithi138.outlvz (mgr.14180) 731 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:27 smithi142 conmon[89206]: cluster 2023-11-15T05:42:25.889811+0000 mgr.smithi138.outlvz (mgr.14180) 731 : cluster 2023-11-15T05:42:27.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:27 smithi142 conmon[89206]: [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:28.473 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:28 smithi138 conmon[84393]: audit 2023-11-15T05:42:26.854692+0000 mgr.smithi138.outlvz (mgr.14180) 732 : 2023-11-15T05:42:28.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:28 smithi138 conmon[84393]: audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:28 smithi142 conmon[89206]: audit 2023-11-15T05:42:26.854692+0000 mgr.smithi138.outlvz (mgr.14180) 732 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:28 smithi142 conmon[89206]: 2023-11-15T05:42:29.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:29 smithi138 conmon[84393]: cluster 2023-11-15T05:42:27.890518+0000 mgr.smithi138.outlvz (mgr.14180) 733 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:29 smithi142 conmon[89206]: cluster 2023-11-15T05:42:27.890518+0000 mgr.smithi138.outlvz (mgr.14180) 733 : cluster 2023-11-15T05:42:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:29 smithi142 conmon[89206]: [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:30.335 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:30.335 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:30.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:31.950 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:31 smithi142 conmon[89206]: cluster 2023-11-15T05:42:29.891096+0000 mgr.smithi138.outlvz (mgr.14180) 734 : cluster [DBG] 2023-11-15T05:42:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:31 smithi142 conmon[89206]: pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:31 smithi142 conmon[89206]: audit 2023-11-15T05:42:30.330981+0000 mgr.smithi138.outlvz (mgr.14180) 735 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:31.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:31 smithi138 conmon[84393]: cluster 2023-11-15T05:42:29.891096+0000 mgr.smithi138.outlvz (mgr.14180) 734 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:31.980 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:31 smithi138 conmon[84393]: audit 2023-11-15T05:42:30.330981+0000 mgr.smithi138.outlvz (mgr.14180) 735 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:33.823 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:33.824 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:33.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:33 smithi138 conmon[84393]: cluster 2023-11-15T05:42:31.891889+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:42:33.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:33 smithi138 conmon[84393]: .14180) 736 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:33 smithi142 conmon[89206]: cluster 2023-11-15T05:42:31.891889+0000 mgr.smithi138.outlvz (mgr.14180) 736 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:33 smithi142 conmon[89206]: 2023-11-15T05:42:34.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:34.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:34 smithi138 conmon[84393]: audit 2023-11-15T05:42:33.819424+0000 mgr.smithi138.outlvz (mgr.14180) 737 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:34 smithi142 conmon[89206]: audit 2023-11-15T05:42:33.819424+0000 mgr.smithi138.outlvz (mgr.14180) 737 : audit 2023-11-15T05:42:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:34 smithi142 conmon[89206]: [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:35.465 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:35.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:35 smithi138 conmon[84393]: cluster 2023-11-15T05:42:33.892431+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:42:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:35 smithi138 conmon[84393]: 738 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:35 smithi142 conmon[89206]: cluster 2023-11-15T05:42:33.892431+0000 mgr.smithi138.outlvz (mgr.14180) 738 : cluster 2023-11-15T05:42:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:35 smithi142 conmon[89206]: [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:37.427 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:37.427 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:37.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:37 smithi138 conmon[84393]: cluster 2023-11-15T05:42:35.892992+0000 2023-11-15T05:42:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:37 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 739 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:37 smithi142 conmon[89206]: cluster 2023-11-15T05:42:35.892992+0000 mgr.smithi138.outlvz (mgr.14180) 739 : cluster 2023-11-15T05:42:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:37 smithi142 conmon[89206]: [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:38.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:38 smithi142 conmon[89206]: audit 2023-11-15T05:42:37.422781+0000 mgr.smithi138.outlvz (mgr.14180) 740 : audit 2023-11-15T05:42:38.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:38 smithi142 conmon[89206]: [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:39.038 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:39.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:38 smithi138 conmon[84393]: audit 2023-11-15T05:42:37.422781+0000 mgr.smithi138.outlvz (mgr.14180) 740 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:39 smithi138 conmon[84393]: cluster 2023-11-15T05:42:37.893886+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:42:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:39 smithi138 conmon[84393]: ) 741 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:39 smithi142 conmon[89206]: cluster 2023-11-15T05:42:37.893886+0000 mgr.smithi138.outlvz (mgr.14180) 741 : cluster 2023-11-15T05:42:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:39 smithi142 conmon[89206]: [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:40.946 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:40.946 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:41.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:41.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:41 smithi138 conmon[84393]: cluster 2023-11-15T05:42:39.894422+0000 mgr.smithi138.outlvz (mgr.14180) 742 : cluster [DBG] 2023-11-15T05:42:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:41 smithi138 conmon[84393]: pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:41 smithi142 conmon[89206]: cluster 2023-11-15T05:42:39.894422+0000 mgr.smithi138.outlvz (mgr.14180) 742 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:41 smithi142 conmon[89206]: 2023-11-15T05:42:42.547 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:42 smithi142 conmon[89206]: audit 2023-11-15T05:42:40.941402+0000 mgr.smithi138.outlvz (mgr.14180) 743 : audit 2023-11-15T05:42:42.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:42 smithi142 conmon[89206]: [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:43.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:42 smithi138 conmon[84393]: audit 2023-11-15T05:42 2023-11-15T05:42:43.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:42 smithi138 conmon[84393]: :40.941402+0000 mgr.smithi138.outlvz (mgr.14180) 743 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:43 smithi138 conmon[84393]: cluster 2023-11-15T05:42:41.895146+0000 mgr.smithi138.outlvz (mgr.14180) 744 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:43 smithi142 conmon[89206]: cluster 2023-11-15T05:42:41.895146+0000 mgr.smithi138.outlvz (mgr.14180) 744 : cluster [DBG] 2023-11-15T05:42:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:43 smithi142 conmon[89206]: pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:44.450 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:44.451 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:45.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:45 smithi142 conmon[89206]: cluster 2023-11-15T05:42:43.895614+0000 mgr.smithi138.outlvz (mgr.14180) 745 : cluster [DBG] 2023-11-15T05:42:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:45 smithi142 conmon[89206]: pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:45 smithi142 conmon[89206]: audit 2023-11-15T05:42:44.446494+0000 mgr.smithi138.outlvz (mgr.14180) 746 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:45 smithi138 conmon[84393]: cluster 2023-11-15T05:42:43.895614+0000 mgr.smithi138.outlvz (mgr.14180) 745 2023-11-15T05:42:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:45 smithi138 conmon[84393]: : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:45 smithi138 conmon[84393]: audit 2023-11-15T05:42:44.446494+0000 mgr.smithi138.outlvz (mgr.14180) 746 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:46.064 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:47.914 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:47.914 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:47.935 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:47 smithi138 conmon[84393]: cluster 2023-11-15T05:42:45.896444+0000 mgr.smithi138.outlvz (mgr.14180) 747 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:47 smithi142 conmon[89206]: cluster 2023-11-15T05:42:45.896444+0000 mgr.smithi138.outlvz (mgr.14180) 747 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:48.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:49.505 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:49 smithi138 conmon[84393]: cluster 2023-11-15T05:42:47.897202+0000 mgr.smithi138.outlvz (mgr.14180) 748 2023-11-15T05:42:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:49 smithi138 conmon[84393]: : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:49 smithi138 conmon[84393]: audit 2023-11-15T05:42:47.909343+0000 mgr.smithi138.outlvz (mgr.14180) 749 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:49 smithi142 conmon[89206]: cluster 2023-11-15T05:42:47.897202+0000 mgr.smithi138.outlvz (mgr.14180) 748 : cluster [DBG] 2023-11-15T05:42:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:49 smithi142 conmon[89206]: pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:49 smithi142 conmon[89206]: audit 2023-11-15T05:42:47.909343+0000 mgr.smithi138.outlvz (mgr.14180) 749 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:51.403 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:51.404 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:51.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:51 smithi138 conmon[84393]: cluster 2023-11-15T05:42:49.897890+0000 mgr.smithi138.outlvz (mgr.14180) 750 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:51.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:51 smithi142 conmon[89206]: cluster 2023-11-15T05:42:49.897890+0000 mgr.smithi138.outlvz (mgr.14180) 750 : cluster [DBG] 2023-11-15T05:42:51.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:51 smithi142 conmon[89206]: pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:52.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:52.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:52 smithi142 conmon[89206]: audit 2023-11-15T05:42:51.400036+0000 mgr.smithi138.outlvz (mgr.14180) 751 : audit [DBG] 2023-11-15T05:42:52.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:52 smithi142 conmon[89206]: from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:53.004 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:53.034 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:52 smithi138 conmon[84393]: audit 2023-11-15T05:42:51.400036+0000 mgr.smithi138.outlvz (mgr.14180) 751 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:53 smithi138 conmon[84393]: cluster 2023-11-15T05:42:51.898713+0000 mgr.smithi138.outlvz 2023-11-15T05:42:53.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:53 smithi138 conmon[84393]: (mgr.14180) 752 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:53 smithi142 conmon[89206]: cluster 2023-11-15T05:42:51.898713+0000 mgr.smithi138.outlvz (mgr.14180) 752 : cluster [DBG] 2023-11-15T05:42:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:53 smithi142 conmon[89206]: pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:54.947 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:54.947 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:55.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:55.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:55 smithi138 conmon[84393]: cluster 2023-11-15T05:42:53.899218+0000 mgr.smithi138.outlvz (mgr.14180) 753 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:55 smithi142 conmon[89206]: cluster 2023-11-15T05:42:53.899218+0000 mgr.smithi138.outlvz (mgr.14180) 753 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:55 smithi142 conmon[89206]: 2023-11-15T05:42:56.561 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:56 smithi142 conmon[89206]: audit 2023-11-15T05:42:54.942387+0000 mgr.smithi138.outlvz (mgr.14180) 754 : audit [DBG] 2023-11-15T05:42:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:56 smithi142 conmon[89206]: from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:57.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:56 smithi138 conmon[84393]: audit 2023-11-15T05:42:54.942387+0000 mgr.smithi138.outlvz (mgr.14180) 754 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:57.019 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:56 smithi138 conmon[84393]: 2023-11-15T05:42:57.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:57 smithi138 conmon[84393]: cluster 2023-11-15T05:42:55.899809+0000 mgr.smithi138.outlvz (mgr.14180) 755 : cluster 2023-11-15T05:42:57.627 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:57 smithi138 conmon[84393]: [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:57 smithi142 conmon[89206]: cluster 2023-11-15T05:42:55.899809+0000 mgr.smithi138.outlvz (mgr.14180) 755 : cluster 2023-11-15T05:42:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:57 smithi142 conmon[89206]: [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:58.391 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:42:58.392 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:42:58.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:59 smithi142 conmon[89206]: cluster 2023-11-15T05:42:57.900515+0000 mgr.smithi138.outlvz (mgr.14180) 756 : cluster [DBG] 2023-11-15T05:42:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:59 smithi142 conmon[89206]: pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:42:59 smithi142 conmon[89206]: audit 2023-11-15T05:42:58.387370+0000 mgr.smithi138.outlvz (mgr.14180) 757 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:59.993 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:00.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:59 smithi138 conmon[84393]: cluster 2023-11-15T05:42:57.900515+0000 mgr.smithi138.outlvz (mgr.14180) 756 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:00.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:42:59 smithi138 conmon[84393]: audit 2023-11-15T05:42:58.387370+0000 mgr.smithi138.outlvz (mgr.14180) 757 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:01.867 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:01.867 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:01.890 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:01 smithi138 conmon[84393]: cluster 2023-11-15T05:42:59.901229+0000 mgr.smithi138.outlvz (mgr.14180) 758 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:01 smithi142 conmon[89206]: cluster 2023-11-15T05:42:59.901229+0000 mgr.smithi138.outlvz (mgr.14180) 758 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:01 smithi142 conmon[89206]: 2023-11-15T05:43:02.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:03.494 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:03.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:03 smithi138 conmon[84393]: audit 2023-11-15T05:43:01.863376+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:43:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:03 smithi138 conmon[84393]: 759 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:03 smithi138 conmon[84393]: cluster 2023-11-15T05:43:01.901887+0000 mgr.smithi138.outlvz (mgr.14180) 760 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:03 smithi142 conmon[89206]: audit 2023-11-15T05:43:01.863376+0000 mgr.smithi138.outlvz (mgr.14180) 759 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:03 smithi142 conmon[89206]: 2023-11-15T05:43:03.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:03 smithi142 conmon[89206]: cluster 2023-11-15T05:43:01.901887+0000 mgr.smithi138.outlvz (mgr.14180) 760 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:05.418 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:05.419 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:05 smithi138 conmon[84393]: cluster 2023-11-15T05:43:03.902351+0000 mgr.smithi138.outlvz (mgr.14180) 761 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:05 smithi142 conmon[89206]: cluster 2023-11-15T05:43:03.902351+0000 mgr.smithi138.outlvz (mgr.14180) 761 : cluster [DBG] 2023-11-15T05:43:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:05 smithi142 conmon[89206]: pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:06.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:06.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:06 smithi142 conmon[89206]: audit 2023-11-15T05:43:05.414593+0000 mgr.smithi138.outlvz (mgr.14180) 762 : audit 2023-11-15T05:43:06.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:06 smithi142 conmon[89206]: [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:07.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:06 smithi138 conmon[84393]: audit 2023-11-15T05:43:05.414593+0000 mgr.smithi138.outlvz (mgr.14180) 762 2023-11-15T05:43:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:06 smithi138 conmon[84393]: : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:07.052 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:07.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:07 smithi138 conmon[84393]: cluster 2023-11-15T05:43:05.902923+0000 mgr.smithi138.outlvz 2023-11-15T05:43:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:07 smithi138 conmon[84393]: (mgr.14180) 763 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:07 smithi142 conmon[89206]: cluster 2023-11-15T05:43:05.902923+0000 mgr.smithi138.outlvz ( 2023-11-15T05:43:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:07 smithi142 conmon[89206]: mgr.14180) 763 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:08.912 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:08.912 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:09.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:09 smithi138 conmon[84393]: cluster 2023-11-15T05:43:07.903647+0000 mgr.smithi138.outlvz (mgr.14180) 764 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:09 smithi142 conmon[89206]: cluster 2023-11-15T05:43:07.903647+0000 mgr.smithi138.outlvz (mgr.14180) 764 : 2023-11-15T05:43:09.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:09 smithi142 conmon[89206]: cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:10.500 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:10.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:10 smithi138 conmon[84393]: audit 2023-11-15T05:43:08. 2023-11-15T05:43:10.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:10 smithi138 conmon[84393]: 908084+0000 mgr.smithi138.outlvz (mgr.14180) 765 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:10 smithi142 conmon[89206]: audit 2023-11-15T05:43:08.908084+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:43:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:10 smithi142 conmon[89206]: ) 765 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:11 smithi142 conmon[89206]: cluster 2023-11-15T05:43:09.904455+0000 mgr.smithi138.outlvz (mgr.14180) 766 : cluster [DBG] 2023-11-15T05:43:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:11 smithi142 conmon[89206]: pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:11.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:11 smithi138 conmon[84393]: cluster 2023-11-15T05:43:09.904455+0000 mgr.smithi138.outlvz (mgr.14180) 766 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:12.365 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:12.365 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:12.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:13 smithi142 conmon[89206]: cluster 2023-11-15T05:43:11.905235+0000 mgr.smithi138.outlvz (mgr.14180) 767 : cluster [DBG] 2023-11-15T05:43:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:13 smithi142 conmon[89206]: pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:13 smithi142 conmon[89206]: audit 2023-11-15T05:43:12.361243+0000 mgr.smithi138.outlvz (mgr.14180) 768 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:13.974 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:14.002 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:13 smithi138 conmon[84393]: cluster 2023-11-15T05:43:11.905235+0000 mgr.smithi138.outlvz (mgr.14180) 767 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:14.003 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:13 smithi138 conmon[84393]: audit 2023-11-15T05:43:12.361243+0000 mgr.smithi138.outlvz (mgr.14180) 768 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:15.803 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:15.803 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:15 smithi142 conmon[89206]: cluster 2023-11-15T05:43:13.905862+0000 mgr.smithi138.outlvz (mgr.14180) 769 : cluster [DBG] 2023-11-15T05:43:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:15 smithi142 conmon[89206]: pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:16.015 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:15 smithi138 conmon[84393]: cluster 2023-11-15T05:43:13.905862+0000 mgr.smithi138.outlvz (mgr.14180) 769 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:16.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:16 smithi142 conmon[89206]: audit 2023-11-15T05:43:15.798877+0000 mgr.smithi138.outlvz (mgr.14180) 770 : audit 2023-11-15T05:43:16.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:16 smithi142 conmon[89206]: [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:16 smithi138 conmon[84393]: audit 2023-11-15T05:43:15.798877+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:43:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:16 smithi138 conmon[84393]: 14180) 770 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:17.432 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:17 smithi138 conmon[84393]: cluster 2023-11-15T05:43:15.906634+0000 mgr.smithi138.outlvz (mgr.14180) 771 : cluster [DBG] 2023-11-15T05:43:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:17 smithi138 conmon[84393]: pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:17 smithi142 conmon[89206]: cluster 2023-11-15T05:43:15.906634+0000 mgr.smithi138.outlvz (mgr.14180) 771 : 2023-11-15T05:43:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:17 smithi142 conmon[89206]: cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:19.290 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:19.291 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:19.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:19 smithi142 conmon[89206]: cluster 2023-11-15T05:43:17.907533+0000 mgr.smithi138.outlvz (mgr.14180) 772 : cluster 2023-11-15T05:43:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:19 smithi142 conmon[89206]: [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:19 smithi138 conmon[84393]: cluster 2023-11-15T05:43:17.907533+0000 mgr.smithi138.outlvz (mgr.14180) 772 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:20.898 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:20 smithi142 conmon[89206]: audit 2023-11-15T05:43:19.286191+0000 mgr.smithi138.outlvz (mgr.14180) 773 : 2023-11-15T05:43:20.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:20 smithi142 conmon[89206]: audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:21.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:20 smithi138 conmon[84393]: audit 2023-11-15T05:43:19.286191+0000 mgr.smithi138.outlvz (mgr.14180) 773 : audit [DBG] 2023-11-15T05:43:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:20 smithi138 conmon[84393]: from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:21 smithi142 conmon[89206]: cluster 2023-11-15T05:43:19.908310+0000 mgr.smithi138.outlvz (mgr.14180) 774 : cluster 2023-11-15T05:43:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:21 smithi142 conmon[89206]: [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:21 smithi138 conmon[84393]: cluster 2023-11-15T05:43:19.908310+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:43:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:21 smithi138 conmon[84393]: .14180) 774 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:22.739 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:22.739 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:23.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:23 smithi142 conmon[89206]: cluster 2023-11-15T05:43:21.909027+0000 mgr.smithi138.outlvz (mgr.14180) 775 : cluster 2023-11-15T05:43:23.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:23 smithi142 conmon[89206]: [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:23.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:23 smithi142 conmon[89206]: audit 2023-11-15T05:43:22.735160+0000 mgr.smithi138.outlvz (mgr.14180) 776 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:23 smithi138 conmon[84393]: cluster 2023-11-15T05:43:21.909027+0000 mgr.smithi138.outlvz (mgr.14180) 775 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:23 smithi138 conmon[84393]: audit 2023-11-15T05:43:22.735160+0000 mgr.smithi138.outlvz (mgr.14180) 776 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:24.373 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:25.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:25 smithi138 conmon[84393]: cluster 2023-11-15T05:43:23.909679+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:43:25.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:25 smithi138 conmon[84393]: ) 777 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:25 smithi142 conmon[89206]: cluster 2023-11-15T05:43:23.909679+0000 mgr.smithi138.outlvz (mgr.14180) 777 : cluster [DBG] 2023-11-15T05:43:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:25 smithi142 conmon[89206]: pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:26.293 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:26.293 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:26.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:27.957 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:27 smithi142 conmon[89206]: cluster 2023-11-15T05:43:25.910272+0000 mgr.smithi138.outlvz (mgr.14180) 778 : cluster 2023-11-15T05:43:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:27 smithi142 conmon[89206]: [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:27 smithi142 conmon[89206]: audit 2023-11-15T05:43:26.289036+0000 mgr.smithi138.outlvz (mgr.14180) 779 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:27.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:27 smithi138 conmon[84393]: cluster 2023-11-15T05:43:25.910272+0000 mgr.smithi138.outlvz (mgr.14180) 778 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:27.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:27 smithi138 conmon[84393]: audit 2023-11-15T05:43:26.289036+0000 mgr.smithi138.outlvz (mgr.14180) 779 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:29.894 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:29.894 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:29 smithi142 conmon[89206]: cluster 2023-11-15T05:43:27.911193+0000 mgr.smithi138.outlvz (mgr.14180) 780 : cluster [DBG] 2023-11-15T05:43:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:29 smithi142 conmon[89206]: pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:29 smithi138 conmon[84393]: cluster 2023-11-15T05:43:27.911193+0000 mgr.smithi138.outlvz (mgr.14180) 780 : cluster [DBG] 2023-11-15T05:43:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:29 smithi138 conmon[84393]: pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:30.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:31.546 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:31 smithi142 conmon[89206]: audit 2023-11-15T05:43:29.889630+0000 mgr.smithi138.outlvz (mgr.14180) 781 : audit [DBG] 2023-11-15T05:43:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:31 smithi142 conmon[89206]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:31 smithi142 conmon[89206]: cluster 2023-11-15T05:43:29.911897+0000 mgr.smithi138.outlvz (mgr.14180) 782 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:31 smithi138 conmon[84393]: audit 2023-11-15T05:43:29.889630+0000 mgr.smithi138.outlvz (mgr.14180) 781 : audit 2023-11-15T05:43:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:31 smithi138 conmon[84393]: [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:31 smithi138 conmon[84393]: cluster 2023-11-15T05:43:29.911897+0000 mgr.smithi138.outlvz (mgr.14180) 782 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:33.488 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:33.489 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:33 smithi138 conmon[84393]: cluster 2023-11-15T05:43:31.912595+0000 mgr.smithi138.outlvz (mgr.14180) 783 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:33 smithi142 conmon[89206]: cluster 2023-11-15T05:43:31.912595+0000 mgr.smithi138.outlvz (mgr.14180) 783 : cluster [DBG] 2023-11-15T05:43:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:33 smithi142 conmon[89206]: pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:34.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:34.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:34 smithi142 conmon[89206]: audit 2023-11-15T05:43:33.484202+0000 mgr.smithi138.outlvz (mgr.14180) 784 2023-11-15T05:43:34.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:34 smithi142 conmon[89206]: : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:35.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:34 smithi138 conmon[84393]: audit 2023-11-15T05:43:33.484202+0000 mgr.smithi138.outlvz (mgr.14180) 784 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:35.047 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:35.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:35 smithi138 conmon[84393]: cluster 2023-11-15T05:43:33.913077+0000 mgr.smithi138.outlvz (mgr.14180) 785 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:35 smithi142 conmon[89206]: cluster 2023-11-15T05:43:33.913077+0000 mgr.smithi138.outlvz (mgr.14180) 785 : cluster 2023-11-15T05:43:36.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:35 smithi142 conmon[89206]: [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:36.905 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:36.906 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:37.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:37 smithi138 conmon[84393]: cluster 2023-11-15T05:43:35.913665+0000 mgr.smithi138.outlvz (mgr.14180) 786 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:38.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:37 smithi142 conmon[89206]: cluster 2023-11-15T05:43:35.913665+0000 mgr.smithi138.outlvz (mgr.14180) 786 : cluster 2023-11-15T05:43:38.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:37 smithi142 conmon[89206]: [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:38.524 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:38.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:38 smithi138 conmon[84393]: audit 2023-11-15T05:43:36 2023-11-15T05:43:38.988 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:38 smithi138 conmon[84393]: .901312+0000 mgr.smithi138.outlvz (mgr.14180) 787 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:39.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:38 smithi142 conmon[89206]: audit 2023-11-15T05:43:36.901312+0000 mgr.smithi138.outlvz (mgr.14180) 787 : audit [DBG] 2023-11-15T05:43:39.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:38 smithi142 conmon[89206]: from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:39.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:39 smithi138 conmon[84393]: cluster 2023-11-15T05:43:37.914397+0000 mgr.smithi138.outlvz (mgr.14180) 788 2023-11-15T05:43:39.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:39 smithi138 conmon[84393]: : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:40.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:39 smithi142 conmon[89206]: cluster 2023-11-15T05:43:37.914397+0000 mgr.smithi138.outlvz (mgr.14180) 788 : cluster 2023-11-15T05:43:40.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:39 smithi142 conmon[89206]: [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:40.386 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:40.387 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:41.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:42.002 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:42.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:41 smithi138 conmon[84393]: cluster 2023-11-15T05:43:39.914911+0000 mgr.smithi138.outlvz (mgr.14180) 789 : cluster [DBG] 2023-11-15T05:43:42.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:41 smithi138 conmon[84393]: pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:42.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:41 smithi138 conmon[84393]: audit 2023-11-15T05:43:40.381265+0000 mgr.smithi138.outlvz (mgr.14180) 790 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:41 smithi142 conmon[89206]: cluster 2023-11-15T05:43:39.914911+0000 mgr.smithi138.outlvz (mgr.14180) 789 : cluster [DBG] 2023-11-15T05:43:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:41 smithi142 conmon[89206]: pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:42.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:41 smithi142 conmon[89206]: audit 2023-11-15T05:43:40.381265+0000 mgr.smithi138.outlvz (mgr.14180) 790 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:43.832 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:43.833 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:43 smithi138 conmon[84393]: cluster 2023-11-15T05:43:41.915865+0000 mgr.smithi138.outlvz (mgr.14180) 791 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:43 smithi142 conmon[89206]: cluster 2023-11-15T05:43:41.915865+0000 mgr.smithi138.outlvz (mgr.14180) 791 : cluster [DBG] 2023-11-15T05:43:44.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:43 smithi142 conmon[89206]: pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:44.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:44.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:44 smithi138 conmon[84393]: audit 2023-11-15T05:43:43.827602+0000 mgr.smithi138.outlvz (mgr.14180) 792 : audit [DBG] 2023-11-15T05:43:44.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:44 smithi138 conmon[84393]: from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:45.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:44 smithi142 conmon[89206]: audit 2023-11-15T05:43:43.827602+0000 mgr.smithi138.outlvz (mgr.14180) 792 : audit 2023-11-15T05:43:45.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:44 smithi142 conmon[89206]: [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:45.513 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:45.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:45 smithi138 conmon[84393]: cluster 2023-11-15T05:43:43.916408 2023-11-15T05:43:45.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:45 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 793 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:45 smithi142 conmon[89206]: cluster 2023-11-15T05:43:43.916408+0000 mgr.smithi138.outlvz (mgr.14180) 793 : cluster [DBG] 2023-11-15T05:43:46.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:45 smithi142 conmon[89206]: pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:47.343 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:47.344 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:47.992 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:47 smithi138 conmon[84393]: cluster 2023-11-15T05:43:45.917194+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:43:47.992 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:47 smithi138 conmon[84393]: 14180) 794 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:47.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:48.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:47 smithi142 conmon[89206]: cluster 2023-11-15T05:43:45.917194+0000 mgr.smithi138.outlvz (mgr.14180) 794 : cluster 2023-11-15T05:43:48.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:47 smithi142 conmon[89206]: [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:48.996 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:49.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:48 smithi138 conmon[84393]: audit 2023-11-15T05:43:47.338709+0000 mgr.smithi138.outlvz (mgr.14180) 795 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:49.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:48 smithi142 conmon[89206]: audit 2023-11-15T05:43:47.338709+0000 mgr.smithi138.outlvz (mgr.14180) 795 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:50.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:49 smithi138 conmon[84393]: cluster 2023-11-15T05:43:47.917830+0000 mgr.smithi138.outlvz (mgr.14180) 796 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:49 smithi142 conmon[89206]: cluster 2023-11-15T05:43:47.917830+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:43:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:49 smithi142 conmon[89206]: 14180) 796 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:50.858 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:50.858 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:51.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:52.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:51 smithi138 conmon[84393]: cluster 2023-11-15T05:43:49.918326+0000 mgr.smithi138.outlvz (mgr.14180) 797 : cluster 2023-11-15T05:43:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:51 smithi138 conmon[84393]: [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:52.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:51 smithi142 conmon[89206]: cluster 2023-11-15T05:43:49.918326+0000 mgr.smithi138.outlvz (mgr.14180) 797 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:52.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:51 smithi142 conmon[89206]: 2023-11-15T05:43:52.503 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:52.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:52 smithi138 conmon[84393]: audit 2023-11-15T05:43:50.853828+0000 mgr.smithi138.outlvz (mgr.14180) 798 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:53.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:52 smithi142 conmon[89206]: audit 2023-11-15T05:43:50.853828+0000 mgr.smithi138.outlvz (mgr.14180) 798 : audit [DBG] 2023-11-15T05:43:53.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:52 smithi142 conmon[89206]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:54.005 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:53 smithi138 conmon[84393]: cluster 2023-11-15T05:43:51.919191+0000 mgr.smithi138.outlvz (mgr.14180) 799 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:53 smithi142 conmon[89206]: cluster 2023-11-15T05:43:51.919191+0000 mgr.smithi138.outlvz (mgr.14180) 799 : cluster [DBG] 2023-11-15T05:43:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:53 smithi142 conmon[89206]: pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:54.366 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:54.367 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:54.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:55.994 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:56.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:55 smithi138 conmon[84393]: cluster 2023-11-15T05:43:53.919748+0000 mgr.smithi138.outlvz (mgr.14180) 800 : 2023-11-15T05:43:56.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:55 smithi138 conmon[84393]: cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:56.025 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:55 smithi138 conmon[84393]: audit 2023-11-15T05:43:54.362745+0000 mgr.smithi138.outlvz (mgr.14180) 801 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:56.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:55 smithi142 conmon[89206]: cluster 2023-11-15T05:43:53.919748+0000 mgr.smithi138.outlvz (mgr.14180) 800 : cluster [DBG] 2023-11-15T05:43:56.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:55 smithi142 conmon[89206]: pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:56.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:55 smithi142 conmon[89206]: audit 2023-11-15T05:43:54.362745+0000 mgr.smithi138.outlvz (mgr.14180) 801 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:57.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:57 smithi138 conmon[84393]: cluster 2023-11-15T05:43:55.920504+0000 mgr.smithi138.outlvz (mgr.14180) 802 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:57.906 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:43:57.906 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:43:58.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:57 smithi142 conmon[89206]: cluster 2023-11-15T05:43:55.920504+0000 mgr.smithi138.outlvz (mgr.14180) 802 2023-11-15T05:43:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:57 smithi142 conmon[89206]: : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:58.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:59.543 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:00.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:59 smithi138 conmon[84393]: audit 2023-11-15T05:43:57.901914+0000 mgr.smithi138.outlvz 2023-11-15T05:44:00.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:59 smithi138 conmon[84393]: (mgr.14180) 803 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:00.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:43:59 smithi138 conmon[84393]: cluster 2023-11-15T05:43:57.921354+0000 mgr.smithi138.outlvz (mgr.14180) 804 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:00.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:59 smithi142 conmon[89206]: audit 2023-11-15T05:43:57.901914+0000 mgr.smithi138.outlvz (mgr.14180) 803 : audit 2023-11-15T05:44:00.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:59 smithi142 conmon[89206]: [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:00.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:43:59 smithi142 conmon[89206]: cluster 2023-11-15T05:43:57.921354+0000 mgr.smithi138.outlvz (mgr.14180) 804 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:01.443 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:01.443 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:02.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:01 smithi138 conmon[84393]: cluster 2023-11-15T05:43:59.921862+0000 mgr.smithi138.outlvz (mgr.14180) 805 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:02.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:02.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:01 smithi142 conmon[89206]: cluster 2023-11-15T05:43:59.921862+0000 mgr.smithi138.outlvz (mgr.14180) 805 : cluster [DBG] 2023-11-15T05:44:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:01 smithi142 conmon[89206]: pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:03.034 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:03.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:02 smithi138 conmon[84393]: audit 2023-11-15T05:44:01.439040+0000 mgr.smithi138.outlvz (mgr.14180) 806 : 2023-11-15T05:44:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:02 smithi138 conmon[84393]: audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:03.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:02 smithi142 conmon[89206]: audit 2023-11-15T05:44:01.439040+0000 mgr.smithi138.outlvz (mgr.14180) 806 : audit 2023-11-15T05:44:03.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:02 smithi142 conmon[89206]: [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:04.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:03 smithi138 conmon[84393]: cluster 2023-11-15T05:44:01.922594+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:44:04.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:03 smithi138 conmon[84393]: .14180) 807 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:03 smithi142 conmon[89206]: cluster 2023-11-15T05:44:01.922594+0000 mgr.smithi138.outlvz (mgr.14180) 807 : cluster 2023-11-15T05:44:04.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:03 smithi142 conmon[89206]: [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:04.977 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:04.977 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:05.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:06.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:05 smithi138 conmon[84393]: cluster 2023-11-15T05:44:03.923352+0000 mgr.smithi138.outlvz (mgr.14180) 808 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:05 smithi142 conmon[89206]: cluster 2023-11-15T05:44:03.923352+0000 mgr.smithi138.outlvz (mgr.14180) 808 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:06.793 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:07.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:06 smithi142 conmon[89206]: audit 2023-11-15T05:44:04.973402+0000 mgr.smithi138.outlvz (mgr.14180) 809 : audit [DBG] 2023-11-15T05:44:07.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:06 smithi142 conmon[89206]: from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:07.266 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:06 smithi138 conmon[84393]: audit 2023-11-15T05:44:04.973402+0000 mgr.smithi138.outlvz (mgr.14180) 809 : audit 2023-11-15T05:44:07.266 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:06 smithi138 conmon[84393]: [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:08.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:07 smithi138 conmon[84393]: cluster 2023-11-15T05:44:05.924159+0000 mgr.smithi138.outlvz (mgr.14180) 810 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:08.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:07 smithi142 conmon[89206]: cluster 2023-11-15T05:44:05.924159+0000 mgr.smithi138.outlvz (mgr.14180) 810 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:08.739 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:08.739 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:09.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:09 smithi142 conmon[89206]: cluster 2023-11-15T05:44:07.924937+0000 mgr.smithi138.outlvz (mgr.14180) 811 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:10.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:09 smithi142 conmon[89206]: audit 2023-11-15T05:44:08.735394+0000 mgr.smithi138.outlvz (mgr.14180) 812 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:10.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:09 smithi138 conmon[84393]: cluster 2023-11-15T05:44:07.924937+0000 mgr.smithi138.outlvz (mgr.14180) 811 : 2023-11-15T05:44:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:09 smithi138 conmon[84393]: cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:10.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:09 smithi138 conmon[84393]: audit 2023-11-15T05:44:08.735394+0000 mgr.smithi138.outlvz (mgr.14180) 812 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:10.401 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:11.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:11 smithi138 conmon[84393]: cluster 2023-11-15T05:44:09.925475+0000 mgr.smithi138.outlvz (mgr.14180) 813 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:11 smithi142 conmon[89206]: cluster 2023-11-15T05:44:09.925475+0000 mgr.smithi138.outlvz (mgr.14180) 813 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:11 smithi142 conmon[89206]: 2023-11-15T05:44:12.283 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:12.284 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:12.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:13.883 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:13 smithi142 conmon[89206]: cluster 2023-11-15T05:44:11.926163+0000 mgr.smithi138.outlvz (mgr.14180) 814 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:14.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:13 smithi142 conmon[89206]: audit 2023-11-15T05:44:12.279553+0000 mgr.smithi138.outlvz (mgr.14180) 815 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:14.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:13 smithi138 conmon[84393]: cluster 2023-11-15T05:44:11.926163+0000 mgr.smithi138.outlvz (mgr.14180) 814 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:14.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:13 smithi138 conmon[84393]: audit 2023-11-15T05:44:12.279553+0000 mgr.smithi138.outlvz (mgr.14180) 815 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:15.759 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:15.760 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:15 smithi138 conmon[84393]: cluster 2023-11-15T05:44:13.926660+0000 mgr.smithi138.outlvz (mgr.14180) 816 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:16.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:15 smithi142 conmon[89206]: cluster 2023-11-15T05:44:13.926660+0000 mgr.smithi138.outlvz (mgr.14180) 816 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:16.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:17.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:16 smithi142 conmon[89206]: audit 2023-11-15T05:44:15.755717+0000 mgr.smithi138.outlvz (mgr.14180) 817 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:17.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:16 smithi138 conmon[84393]: audit 2023-11-15T05:44:15.755717+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:44:17.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:16 smithi138 conmon[84393]: 14180) 817 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:17.398 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:18.206 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:17 smithi138 conmon[84393]: cluster 2023-11-15T05:44:15.927408+0000 mgr.smithi138.outlvz ( 2023-11-15T05:44:18.207 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:17 smithi138 conmon[84393]: mgr.14180) 818 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:17 smithi142 conmon[89206]: cluster 2023-11-15T05:44:15.927408+0000 mgr.smithi138.outlvz (mgr.14180) 818 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:19.240 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:19.241 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:19.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:19 smithi142 conmon[89206]: cluster 2023-11-15T05:44:17.928281+0000 mgr.smithi138.outlvz (mgr.14180) 819 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:20.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:19 smithi138 conmon[84393]: cluster 2023-11-15T05:44:17.928281+0000 mgr.smithi138.outlvz (mgr.14180) 819 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:20.857 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:21.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:20 smithi142 conmon[89206]: audit 2023-11-15T05:44:19.236398+0000 mgr.smithi138.outlvz (mgr.14180) 820 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:21.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:20 smithi142 conmon[89206]: 2023-11-15T05:44:21.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:20 smithi138 conmon[84393]: audit 2023-11-15T05:44:19.236398+0000 mgr.smithi138.outlvz (mgr.14180) 820 : 2023-11-15T05:44:21.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:20 smithi138 conmon[84393]: audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:21 smithi138 conmon[84393]: cluster 2023-11-15T05:44:19.928813+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:44:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:21 smithi138 conmon[84393]: 14180) 821 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:22.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:21 smithi142 conmon[89206]: cluster 2023-11-15T05:44:19.928813+0000 mgr.smithi138.outlvz (mgr.14180) 821 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:22.681 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:22.682 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:36:31.166909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zitfyp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:23.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:24.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:23 smithi142 conmon[89206]: cluster 2023-11-15T05:44:21.929699+0000 mgr.smithi138.outlvz (mgr.14180) 822 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:23 smithi142 conmon[89206]: audit 2023-11-15T05:44 2023-11-15T05:44:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:23 smithi142 conmon[89206]: :22.677742+0000 mgr.smithi138.outlvz (mgr.14180) 823 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:23 smithi142 conmon[89206]: audit 2023-11-15T05:44:23.048582+0000 mon.smithi138 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.vcggbc"}]: dispatch 2023-11-15T05:44:24.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:23 smithi138 conmon[84393]: cluster 2023-11-15T05:44:21.929699+0000 mgr.smithi138.outlvz (mgr.14180) 822 : cluster [DBG] 2023-11-15T05:44:24.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:23 smithi138 conmon[84393]: pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:24.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:23 smithi138 conmon[84393]: audit 2023-11-15T05:44:22.677742+0000 mgr.smithi138.outlvz (mgr.14180) 823 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:24.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:23 smithi138 conmon[84393]: audit 2023-11-15T05:44:23.048582+0000 mon.smithi138 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.vcggbc"}]: dispatch 2023-11-15T05:44:24.327 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:25.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: cephadm 2023-11-15T05:44:23.048099+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:44:25.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 14180) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:44:25.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/i 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: ncrease-rate-limit 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: cephadm 2023-11-15T05:44:23.048282+0000 mgr.smithi138.outlvz (mgr.14180) 825 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: cephadm 2023-11-15T05:44:23.049154+0000 mgr.smithi138.outlvz (mgr.14180) 826 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:24 smithi138 conmon[84393]: cephadm 2023-11-15T05:44:23.050515+0000 mgr.smithi138.outlvz (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.lelfpq on smithi138 2023-11-15T05:44:25.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: cephadm 2023-11-15T05:44:23.048099+0000 mgr.smithi138.outlvz (mgr.14180) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:44:25.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:44:25.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:44:25.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:44:25.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:44:25.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T05:44:25.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: cephadm 2023-11-15T05:44:23.048282+0000 mgr.smithi138.outlvz (mgr.14180) 825 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: cephadm 2023-11-15T05:44:23.049154+0000 mgr.smithi138.outlvz (mgr.14180) 826 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc 2023-11-15T05:44:25.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc 2023-11-15T05:44:25.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.vcggbc ... 2023-11-15T05:44:25.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:25.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:42:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:43:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:25.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:25.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:25.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:24 smithi142 conmon[89206]: cephadm 2023-11-15T05:44:23.050515+0000 mgr.smithi138.outlvz (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.lelfpq on smithi138 2023-11-15T05:44:26.189 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:26.189 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:26.210 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:25 smithi138 conmon[84393]: cluster 2023-11-15T05:44:23.930424+0000 mgr.smithi138.outlvz (mgr.14180) 828 2023-11-15T05:44:26.210 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:25 smithi138 conmon[84393]: : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:25 smithi142 conmon[89206]: cluster 2023-11-15T05:44:23.930424+0000 mgr.smithi138.outlvz (mgr.14180) 828 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:26.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:27.797 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:27 smithi142 conmon[89206]: cluster 2023-11-15T05:44:25.931015+0000 mgr.smithi138.outlvz (mgr.14180) 829 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:27 smithi142 conmon[89206]: 2023-11-15T05:44:28.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:27 smithi142 conmon[89206]: audit 2023-11-15T05:44:26.184505+0000 mgr.smithi138.outlvz (mgr.14180) 830 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:28.247 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:27 smithi138 conmon[84393]: cluster 2023-11-15T05:44:25. 2023-11-15T05:44:28.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:27 smithi138 conmon[84393]: 931015+0000 mgr.smithi138.outlvz (mgr.14180) 829 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:28.248 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:27 smithi138 conmon[84393]: audit 2023-11-15T05:44:26.184505+0000 mgr.smithi138.outlvz (mgr.14180) 830 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:29.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:28 smithi138 conmon[84393]: cluster 2023-11-15T05:44:27.931746+0000 mgr.smithi138.outlvz (mgr.14180) 831 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:29.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:28 smithi142 conmon[89206]: cluster 2023-11-15T05:44:27.931746+0000 mgr.smithi138.outlvz (mgr.14180) 831 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:29.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:29.690 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:30.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:29 smithi138 conmon[84393]: audit 2023-11-15T05:44:29.685771+0000 mgr.smithi138.outlvz (mgr.14180) 832 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:30.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:29 smithi142 conmon[89206]: audit 2023-11-15T05:44:29.685771+0000 mgr.smithi138.outlvz (mgr.14180) 832 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:30.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:29 smithi142 conmon[89206]: 2023-11-15T05:44:30.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:31.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:30 smithi142 conmon[89206]: cluster 2023-11-15T05:44:29.932320+0000 mgr.smithi138.outlvz (mgr.14180) 833 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:31.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:30 smithi142 conmon[89206]: 2023-11-15T05:44:31.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:30 smithi138 conmon[84393]: cluster 2023-11-15T05:44:29.932320+0000 mgr.smithi138.outlvz (mgr.14180) 833 2023-11-15T05:44:31.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:30 smithi138 conmon[84393]: : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:31.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:33.216 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:33.217 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:33.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:33 smithi138 conmon[84393]: cluster 2023-11-15T05:44:31.933100+0000 mgr.smithi138.outlvz (mgr.14180) 834 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:33.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:33 smithi142 conmon[89206]: cluster 2023-11-15T05:44:31.933100+0000 mgr.smithi138.outlvz (mgr.14180) 834 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:34.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:34 smithi138 conmon[84393]: audit 2023-11-15T05:44:33.211747+0000 mgr.smithi138.outlvz (mgr.14180) 835 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:34.904 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:34.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:34 smithi142 conmon[89206]: audit 2023-11-15T05:44:33.211747+0000 mgr.smithi138.outlvz (mgr.14180) 835 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:35.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:35 smithi138 conmon[84393]: cluster 2023-11-15T05:44:33.933739+0000 mgr.smithi138.outlvz 2023-11-15T05:44:35.737 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:35 smithi138 conmon[84393]: (mgr.14180) 836 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:35 smithi142 conmon[89206]: cluster 2023-11-15T05:44:33.933739+0000 mgr.smithi138.outlvz (mgr.14180) 836 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:35 smithi142 conmon[89206]: 2023-11-15T05:44:36.773 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:36.773 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:37.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:37 smithi138 conmon[84393]: cluster 2023-11-15T05:44:35.934461+0000 mgr.smithi138.outlvz (mgr.14180) 837 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:37.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:37 smithi138 conmon[84393]: audit 2023-11-15T05:44:36.768641+0000 mgr.smithi138.outlvz (mgr.14180) 838 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:37 smithi142 conmon[89206]: cluster 2023-11-15T05:44:35.934461+0000 mgr.smithi138.outlvz (mgr.14180) 837 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:37 smithi142 conmon[89206]: 2023-11-15T05:44:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:37 smithi142 conmon[89206]: audit 2023-11-15T05:44:36.768641+0000 mgr.smithi138.outlvz (mgr.14180) 838 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:38.421 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:39 smithi138 conmon[84393]: cluster 2023-11-15T05:44:37.935265+0000 2023-11-15T05:44:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:39 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 839 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:39 smithi142 conmon[89206]: cluster 2023-11-15T05:44:37.935265+0000 mgr.smithi138.outlvz (mgr.14180) 839 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:40.272 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:40.273 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:40.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:41.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:41 smithi138 conmon[84393]: cluster 2023-11-15T05:44:39.935799+0000 mgr.smithi138.outlvz (mgr.14180) 840 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:41.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:41 smithi138 conmon[84393]: audit 2023-11-15T05:44:40.267525+0000 mgr.smithi138.outlvz (mgr.14180) 841 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:41.911 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:41 smithi142 conmon[89206]: cluster 2023-11-15T05:44:39.935799+0000 mgr.smithi138.outlvz (mgr.14180) 840 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:41 smithi142 conmon[89206]: audit 2023-11-15T05:44:40.267525+0000 mgr.smithi138.outlvz 2023-11-15T05:44:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:41 smithi142 conmon[89206]: (mgr.14180) 841 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:43.759 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:43.759 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:43.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:43 smithi138 conmon[84393]: cluster 2023-11-15T05:44:41.936664+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:44:43.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:43 smithi138 conmon[84393]: .14180) 842 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:43 smithi142 conmon[89206]: cluster 2023-11-15T05:44:41.936664+0000 mgr.smithi138.outlvz (mgr.14180) 842 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:44.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:44.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:44 smithi138 conmon[84393]: audit 2023-11-15T05:44:43.751826+0000 mgr.smithi138.outlvz (mgr.14180) 843 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:44.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:44 smithi142 conmon[89206]: audit 2023-11-15T05:44:43.751826+0000 mgr.smithi138.outlvz (mgr.14180) 843 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:45.378 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:45 smithi138 conmon[84393]: cluster 2023-11-15T05:44:43.937170+0000 mgr.smithi138.outlvz (mgr.14180) 844 : 2023-11-15T05:44:45.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:45 smithi138 conmon[84393]: cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:45 smithi142 conmon[89206]: cluster 2023-11-15T05:44:43.937170+0000 mgr.smithi138.outlvz (mgr.14180) 844 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:47.223 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:47.224 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:47.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:47 smithi138 conmon[84393]: cluster 2023-11-15T05:44:45.937773+0000 2023-11-15T05:44:47.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:47 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 845 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:47.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:47.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:47 smithi142 conmon[89206]: cluster 2023-11-15T05:44:45.937773+0000 mgr.smithi138.outlvz (mgr.14180) 845 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:47.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:47 smithi142 conmon[89206]: 2023-11-15T05:44:48.843 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:48.872 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:48 smithi138 conmon[84393]: audit 2023-11-15T05:44:47.219202+0000 mgr.smithi138.outlvz (mgr.14180) 846 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:48.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:48 smithi142 conmon[89206]: audit 2023-11-15T05:44:47.219202+0000 mgr.smithi138.outlvz (mgr.14180) 846 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:48.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:48 smithi142 conmon[89206]: 2023-11-15T05:44:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:49 smithi142 conmon[89206]: cluster 2023-11-15T05:44:47.938529+0000 mgr.smithi138.outlvz (mgr.14180) 847 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:49 smithi142 conmon[89206]: 2023-11-15T05:44:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:49 smithi138 conmon[84393]: cluster 2023-11-15T05:44:47.938529+0000 mgr.smithi138.outlvz (mgr.14180) 847 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:50.728 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:50.728 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:51.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:51 smithi138 conmon[84393]: cluster 2023-11-15T05:44:49.939212+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:44:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:51 smithi138 conmon[84393]: 14180) 848 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:51 smithi138 conmon[84393]: audit 2023-11-15T05:44:50.723715+0000 mgr.smithi138.outlvz (mgr.14180) 849 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:51 smithi142 conmon[89206]: cluster 2023-11-15T05:44:49.939212+0000 mgr.smithi138.outlvz (mgr.14180) 848 : cluster [DBG] 2023-11-15T05:44:51.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:51 smithi142 conmon[89206]: pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:51.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:51 smithi142 conmon[89206]: audit 2023-11-15T05:44:50.723715+0000 mgr.smithi138.outlvz (mgr.14180) 849 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:52.342 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:53.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:53 smithi138 conmon[84393]: cluster 2023-11-15T05:44:51.940126+0000 mgr.smithi138.outlvz (mgr.14180) 850 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:53 smithi142 conmon[89206]: cluster 2023-11-15T05:44:51.940126+0000 mgr.smithi138.outlvz (mgr.14180) 850 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:54.217 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:54.218 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:54.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:55.868 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:55.897 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:55 smithi138 conmon[84393]: cluster 2023-11-15T05:44:53.940594+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:44:55.897 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:55 smithi138 conmon[84393]: ) 851 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:55.897 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:55 smithi138 conmon[84393]: audit 2023-11-15T05:44:54.213056+0000 mgr.smithi138.outlvz (mgr.14180) 852 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:55 smithi142 conmon[89206]: cluster 2023-11-15T05:44:53.940594+0000 mgr.smithi138.outlvz (mgr.14180) 851 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:55 smithi142 conmon[89206]: audit 2023-11-15T05:44:54.213056+0000 mgr.smithi138.outlvz (mgr.14180) 852 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:57.753 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:44:57.754 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:44:57.774 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:57 smithi138 conmon[84393]: cluster 2023-11-15T05:44:55.941204+0000 mgr.smithi138.outlvz (mgr.14180) 853 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:57 smithi142 conmon[89206]: cluster 2023-11-15T05:44:55.941204+0000 mgr.smithi138.outlvz (mgr.14180) 853 : cluster [DBG] 2023-11-15T05:44:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:57 smithi142 conmon[89206]: pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:58.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:58.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:58 smithi138 conmon[84393]: audit 2023-11-15T05:44:57.748979+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:44:58.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:58 smithi138 conmon[84393]: 854 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:58.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:58 smithi142 conmon[89206]: audit 2023-11-15T05:44:57.748979+0000 mgr.smithi138.outlvz (mgr.14180) 854 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:59.433 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:59.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:59 smithi138 conmon[84393]: cluster 2023-11-15T05:44:57.941923+0000 mgr.smithi138.outlvz (mgr.14180) 855 2023-11-15T05:44:59.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:44:59 smithi138 conmon[84393]: : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:44:59 smithi142 conmon[89206]: cluster 2023-11-15T05:44:57.941923+0000 mgr.smithi138.outlvz (mgr.14180) 855 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:01.207 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:01.208 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:01.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:01 smithi142 conmon[89206]: cluster 2023-11-15T05:44:59.942454+0000 mgr.smithi138.outlvz (mgr.14180) 856 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:02.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:01 smithi138 conmon[84393]: cluster 2023-11-15T05:44:59.942454+0000 mgr.smithi138.outlvz (mgr.14180) 856 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:02.807 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:02.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:02 smithi138 conmon[84393]: audit 2023-11-15T05:45:01.203417+0000 mgr.smithi138.outlvz (mgr.14180) 857 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:02.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:02 smithi142 conmon[89206]: audit 2023-11-15T05:45:01.203417+0000 mgr.smithi138.outlvz (mgr.14180) 857 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:03 smithi142 conmon[89206]: cluster 2023-11-15T05:45:01.943146+0000 mgr.smithi138.outlvz (mgr.14180) 858 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:04.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:03 smithi138 conmon[84393]: cluster 2023-11-15T05:45:01.943146+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:45:04.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:03 smithi138 conmon[84393]: ) 858 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:04.706 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:04.707 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:05.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:05 smithi138 conmon[84393]: cluster 2023-11-15T05:45:03.943738+0000 mgr.smithi138.outlvz (mgr.14180) 859 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:05 smithi138 conmon[84393]: audit 2023-11-15T05:45:04.702298+0000 mgr.smithi138.outlvz (mgr.14180) 860 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:05 smithi142 conmon[89206]: cluster 2023-11-15T05:45:03.943738+0000 mgr.smithi138.outlvz (mgr.14180) 859 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:05 smithi142 conmon[89206]: audit 2023-11-15T05:45:04.702298+0000 mgr.smithi138.outlvz (mgr.14180) 860 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:06.375 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:07 smithi138 conmon[84393]: cluster 2023-11-15T05:45:05.944589+0000 mgr.smithi138.outlvz (mgr.14180) 861 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:07 smithi142 conmon[89206]: cluster 2023-11-15T05:45:05.944589+0000 mgr.smithi138.outlvz ( 2023-11-15T05:45:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:07 smithi142 conmon[89206]: mgr.14180) 861 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:08.123 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:08.123 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:08.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:09.740 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:09 smithi142 conmon[89206]: cluster 2023-11-15T05:45:07.945310+0000 mgr.smithi138.outlvz (mgr.14180) 862 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:09.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:09 smithi142 conmon[89206]: audit 2023-11-15T05:45:08.118935+0000 mgr.smithi138.outlvz (mgr.14180) 863 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:10.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:09 smithi138 conmon[84393]: cluster 2023-11-15T05:45:07.945310+0000 mgr.smithi138.outlvz (mgr.14180) 862 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:09 smithi138 conmon[84393]: audit 2023-11-15T05:45:08.118935+0000 mgr.smithi138.outlvz (mgr.14180) 863 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:11.668 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:11.668 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:11.880 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:11 smithi138 conmon[84393]: cluster 2023-11-15T05:45:09.945828+0000 mgr.smithi138.outlvz (mgr.14180) 864 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:11 smithi142 conmon[89206]: cluster 2023-11-15T05:45:09.945828+0000 mgr.smithi138.outlvz (mgr.14180) 864 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:12.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:12.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:12 smithi142 conmon[89206]: audit 2023-11-15T05:45:11.663738+0000 mgr.smithi138.outlvz (mgr.14180) 865 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:13.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:12 smithi138 conmon[84393]: audit 2023-11-15T05:45:11.663738+0000 mgr.smithi138.outlvz (mgr.14180) 865 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:13.331 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:13.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:13 smithi138 conmon[84393]: cluster 2023-11-15T05:45:11.946506+0000 2023-11-15T05:45:13.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:13 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 866 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:13 smithi142 conmon[89206]: cluster 2023-11-15T05:45:11.946506+0000 mgr.smithi138.outlvz (mgr.14180) 866 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:15.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:15.167 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:15.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:15 smithi142 conmon[89206]: cluster 2023-11-15T05:45:13.947049+0000 mgr.smithi138.outlvz (mgr.14180) 867 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:16.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:15 smithi138 conmon[84393]: cluster 2023-11-15T05:45:13.947049+0000 mgr.smithi138.outlvz (mgr.14180) 867 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:16.773 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:16.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:16 smithi142 conmon[89206]: audit 2023-11-15T05:45:15.162397+0000 mgr.smithi138.outlvz (mgr.14180) 868 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:17.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:16 smithi138 conmon[84393]: audit 2023-11-15T05:45:15.162397+0000 mgr.smithi138.outlvz (mgr.14180) 868 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:17 smithi142 conmon[89206]: cluster 2023-11-15T05:45:15.947815+0000 mgr.smithi138.outlvz (mgr.14180) 869 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:17.968 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:17 smithi138 conmon[84393]: cluster 2023-11-15T05:45:15.947815+0000 mgr.smithi138.outlvz (mgr.14180) 869 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:18.598 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:18.598 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:19.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:19 smithi142 conmon[89206]: cluster 2023-11-15T05:45:17.948557+0000 mgr.smithi138.outlvz (mgr.14180) 870 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:19 smithi142 conmon[89206]: audit 2023-11-15T05:45:18.594112+0000 mgr.smithi138.outlvz (mgr.14180) 871 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:20.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:19 smithi138 conmon[84393]: cluster 2023-11-15T05:45:17.948557+0000 mgr.smithi138.outlvz (mgr.14180) 870 2023-11-15T05:45:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:19 smithi138 conmon[84393]: : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:19 smithi138 conmon[84393]: audit 2023-11-15T05:45:18.594112+0000 mgr.smithi138.outlvz (mgr.14180) 871 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:20.257 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:21.745 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:21 smithi138 conmon[84393]: cluster 2023-11-15T05:45:19.949351+0000 mgr.smithi138.outlvz (mgr.14180) 872 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:21 smithi142 conmon[89206]: cluster 2023-11-15T05:45:19.949351+0000 mgr.smithi138.outlvz (mgr.14180) 872 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:22.106 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:22.107 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:22.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:23.757 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:23 smithi142 conmon[89206]: cluster 2023-11-15T05:45:21.950116+0000 mgr.smithi138.outlvz (mgr.14180) 873 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:23 smithi142 conmon[89206]: audit 2023-11-15T05:45:22.102721+0000 mgr.smithi138.outlvz (mgr.14180) 874 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:23 smithi138 conmon[84393]: cluster 2023-11-15T05:45:21.950116+0000 mgr.smithi138.outlvz (mgr.14180) 873 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:23 smithi138 conmon[84393]: audit 2023-11-15T 2023-11-15T05:45:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:23 smithi138 conmon[84393]: 05:45:22.102721+0000 mgr.smithi138.outlvz (mgr.14180) 874 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:25.631 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:25.631 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:25 smithi142 conmon[89206]: cluster 2023-11-15T05:45:23.950613+0000 mgr.smithi138.outlvz (mgr.14180) 875 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:26.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:25 smithi138 conmon[84393]: cluster 2023-11-15T05:45:23.950613+0000 mgr.smithi138.outlvz (mgr.14180) 875 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:26.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:26.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:26 smithi142 conmon[89206]: audit 2023-11-15T05:45:25.626828+0000 mgr.smithi138.outlvz (mgr.14180) 876 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:27.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:26 smithi138 conmon[84393]: audit 2023-11-15T05:45:25.626828+0000 mgr.smithi138.outlvz (mgr.14180) 876 : 2023-11-15T05:45:27.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:26 smithi138 conmon[84393]: audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:27.245 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:27 smithi142 conmon[89206]: cluster 2023-11-15T05:45:25.951402+0000 mgr.smithi138.outlvz (mgr.14180) 877 : cluster [DBG] 2023-11-15T05:45:27.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:27 smithi142 conmon[89206]: pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:28.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:27 smithi138 conmon[84393]: cluster 2023-11-15T05:45:25.951402+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:45:28.028 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:27 smithi138 conmon[84393]: ) 877 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:29.053 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:29.053 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:29.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:29 smithi142 conmon[89206]: cluster 2023-11-15T05:45:27.952401+0000 mgr.smithi138.outlvz (mgr.14180) 878 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:30.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:29 smithi138 conmon[84393]: cluster 2023-11-15T05:45:27.952401+0000 mgr.smithi138.outlvz (mgr.14180) 878 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:30.645 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:30.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:30 smithi142 conmon[89206]: audit 2023-11-15T05:45:29.048527+0000 mgr.smithi138.outlvz (mgr.14180) 879 : audit 2023-11-15T05:45:30.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:30 smithi142 conmon[89206]: [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:31.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:30 smithi138 conmon[84393]: audit 2023-11-15T05:45:29.048527+0000 mgr.smithi138.outlvz (mgr.14180) 879 : 2023-11-15T05:45:31.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:30 smithi138 conmon[84393]: audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:31.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:31 smithi138 conmon[84393]: cluster 2023-11-15T05:45:29.953072+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:45:31.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:31 smithi138 conmon[84393]: ) 880 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:31 smithi142 conmon[89206]: cluster 2023-11-15T05:45:29.953072+0000 mgr.smithi138.outlvz (mgr.14180) 880 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:32.489 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:32.490 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:33.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:33 smithi142 conmon[89206]: cluster 2023-11-15T05:45:31.953828+0000 mgr.smithi138.outlvz (mgr.14180) 881 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:33 smithi142 conmon[89206]: audit 2023-11-15T05:45:32.485347+0000 mgr.smithi138.outlvz (mgr.14180) 882 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:34.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:33 smithi138 conmon[84393]: cluster 2023-11-15T05:45:31.953828+0000 mgr.smithi138.outlvz (mgr.14180) 881 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:33 smithi138 conmon[84393]: audit 2023-11-15T05:45:32.485347+0000 mgr.smithi138.outlvz (mgr.14180) 882 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:34.087 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:35.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:35 smithi138 conmon[84393]: cluster 2023-11-15T05:45:33. 2023-11-15T05:45:35.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:35 smithi138 conmon[84393]: 954406+0000 mgr.smithi138.outlvz (mgr.14180) 883 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:35.957 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:35.958 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:35 smithi142 conmon[89206]: cluster 2023-11-15T05:45:33.954406+0000 mgr.smithi138.outlvz (mgr.14180) 883 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:35 smithi142 conmon[89206]: 2023-11-15T05:45:36.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:37.529 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:37 smithi142 conmon[89206]: audit 2023-11-15T05:45:35.953723+0000 mgr.smithi138.outlvz (mgr.14180) 884 : audit 2023-11-15T05:45:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:37 smithi142 conmon[89206]: [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:37 smithi142 conmon[89206]: cluster 2023-11-15T05:45:35.954974+0000 mgr.smithi138.outlvz (mgr.14180) 885 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:37.969 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:37 smithi138 conmon[84393]: audit 2023-11-15T05:45:35.953723+0000 mgr.smithi138.outlvz (mgr.14180) 884 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:37.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:37 smithi138 conmon[84393]: cluster 2023-11-15T05:45:35.954974+0000 mgr.smithi138.outlvz (mgr.14180) 885 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:39.344 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:39.345 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:39.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:39 smithi142 conmon[89206]: cluster 2023-11-15T05:45:37.955724+0000 mgr.smithi138.outlvz (mgr.14180) 886 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:40.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:39 smithi138 conmon[84393]: cluster 2023-11-15T05:45:37.955724+0000 mgr.smithi138.outlvz (mgr.14180) 886 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:40.909 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:40.939 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:40 smithi138 conmon[84393]: audit 2023-11-15T05:45:39.340280+0000 mgr.smithi138.outlvz (mgr.14180) 887 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:40.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:40 smithi142 conmon[89206]: audit 2023-11-15T05:45:39.340280+0000 mgr.smithi138.outlvz (mgr.14180) 887 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:41 smithi142 conmon[89206]: cluster 2023-11-15T05:45:39.956470+0000 mgr.smithi138.outlvz (mgr.14180) 888 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:41 smithi138 conmon[84393]: cluster 2023-11-15T05:45:39.956470+0000 mgr.smithi138.outlvz (mgr.14180) 888 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:42.801 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:42.801 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:43.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:43 smithi142 conmon[89206]: cluster 2023-11-15T05:45:41.957363+0000 mgr.smithi138.outlvz (mgr.14180) 889 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:43 smithi142 conmon[89206]: audit 2023-11-15T05:45:42.795723+0000 mgr.smithi138.outlvz (mgr.14180) 890 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:43 smithi138 conmon[84393]: cluster 2023-11-15T05:45:41.957363+0000 mgr.smithi138.outlvz (mgr.14180) 889 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:43 smithi138 conmon[84393]: audit 2023-11-15T05:45:42.795723+0000 mgr.smithi138.outlvz (mgr.14180) 890 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:44.342 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:45 smithi138 conmon[84393]: cluster 2023-11-15T05:45:43.957812+0000 mgr.smithi138.outlvz (mgr.14180) 891 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:45 smithi142 conmon[89206]: cluster 2023-11-15T05:45:43.957812+0000 mgr.smithi138.outlvz (mgr.14180) 891 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:46.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:46.186 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:46.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:47.851 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:47 smithi142 conmon[89206]: cluster 2023-11-15T05:45:45.958423+0000 mgr.smithi138.outlvz (mgr.14180) 892 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:47 smithi142 conmon[89206]: audit 2023-11-15T05:45:46.180478+0000 mgr.smithi138.outlvz (mgr.14180) 893 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:48.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:47 smithi138 conmon[84393]: cluster 2023-11-15T05:45:45.958423+0000 mgr.smithi138.outlvz (mgr.14180) 892 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:47 smithi138 conmon[84393]: audit 2023-11-15T05:45:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:47 smithi138 conmon[84393]: 2023-11-15T05:45:46.180478+0000 mgr.smithi138.outlvz (mgr.14180) 893 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:49.710 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:49.711 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:49 smithi142 conmon[89206]: cluster 2023-11-15T05:45:47.959190+0000 mgr.smithi138.outlvz (mgr.14180) 894 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:50.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:49 smithi138 conmon[84393]: cluster 2023-11-15T05:45:47.959190+0000 mgr.smithi138.outlvz (mgr.14180) 894 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:50.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:50 smithi142 conmon[89206]: audit 2023-11-15T05:45:49.706053+0000 mgr.smithi138.outlvz (mgr.14180) 895 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:51.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:50 smithi138 conmon[84393]: audit 2023-11-15T05:45:49.706053+0000 mgr.smithi138.outlvz (mgr.14180) 895 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:51.267 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:51 smithi142 conmon[89206]: cluster 2023-11-15T05:45:49.959685+0000 mgr.smithi138.outlvz (mgr.14180) 896 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:51 smithi138 conmon[84393]: cluster 2023-11-15T05:45:49.959685+0000 mgr.smithi138.outlvz 2023-11-15T05:45:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:51 smithi138 conmon[84393]: (mgr.14180) 896 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:53.225 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:53.225 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:53.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:53 smithi142 conmon[89206]: cluster 2023-11-15T05:45:51.960418+0000 mgr.smithi138.outlvz (mgr.14180) 897 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:53 smithi138 conmon[84393]: cluster 2023-11-15T05:45:51.960418+0000 mgr.smithi138.outlvz (mgr.14180) 897 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:54.851 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:54.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:54 smithi142 conmon[89206]: audit 2023-11-15T05:45:53.221365+0000 mgr.smithi138.outlvz (mgr.14180) 898 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:55.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:54 smithi138 conmon[84393]: audit 2023-11-15T05:45:53.221365+0000 mgr.smithi138.outlvz (mgr.14180) 898 : audit [DBG] 2023-11-15T05:45:55.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:54 smithi138 conmon[84393]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:55 smithi142 conmon[89206]: cluster 2023-11-15T05:45:53.961098+0000 mgr.smithi138.outlvz (mgr.14180) 899 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:56.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:55 smithi138 conmon[84393]: cluster 2023-11-15T05:45:53.961098+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:45:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:55 smithi138 conmon[84393]: .14180) 899 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:56.785 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:45:56.786 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:45:57.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:57 smithi142 conmon[89206]: cluster 2023-11-15T05:45:55.961944+0000 mgr.smithi138.outlvz (mgr.14180) 900 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:57.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:57 smithi142 conmon[89206]: audit 2023-11-15T05:45:56.781458+0000 mgr.smithi138.outlvz (mgr.14180) 901 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:58.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:57 smithi138 conmon[84393]: cluster 2023-11-15T05:45:55.961944+0000 mgr.smithi138.outlvz (mgr.14180) 900 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:57 smithi138 conmon[84393]: audit 2023-11-15T05:45:56.781458+0000 mgr.smithi138.outlvz (mgr.14180) 901 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:58.466 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:59.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:45:59 smithi138 conmon[84393]: cluster 2023-11-15T05:45:57.962691+0000 mgr.smithi138.outlvz (mgr.14180) 902 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:45:59 smithi142 conmon[89206]: cluster 2023-11-15T05:45:57.962691+0000 mgr.smithi138.outlvz (mgr.14180) 902 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:00.359 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:00.359 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:00.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:02.000 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:02.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:01 smithi138 conmon[84393]: cluster 2023-11-15T05:45:59.963210+0000 mgr.smithi138.outlvz (mgr.14180) 903 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:02.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:01 smithi138 conmon[84393]: audit 2023-11-15T05: 2023-11-15T05:46:02.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:01 smithi138 conmon[84393]: 46:00.354657+0000 mgr.smithi138.outlvz (mgr.14180) 904 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:02.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:01 smithi142 conmon[89206]: cluster 2023-11-15T05:45:59.963210+0000 mgr.smithi138.outlvz (mgr.14180) 903 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:01 smithi142 conmon[89206]: audit 2023-11-15T05:46:00.354657+0000 mgr.smithi138.outlvz (mgr.14180) 904 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:03 smithi138 conmon[84393]: cluster 2023-11-15T05:46:01.964030+0000 mgr.smithi138.outlvz (mgr.14180) 905 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:03.868 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:03.869 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:03 smithi142 conmon[89206]: cluster 2023-11-15T05:46:01.964030+0000 mgr.smithi138.outlvz (mgr.14180) 905 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:04.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:05.465 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:05.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:05 smithi138 conmon[84393]: audit 2023-11-15T05:46:03.864684+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:46:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:05 smithi138 conmon[84393]: ) 906 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:05 smithi138 conmon[84393]: cluster 2023-11-15T05:46:03.964493+0000 mgr.smithi138.outlvz (mgr.14180) 907 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:05 smithi142 conmon[89206]: audit 2023-11-15T05:46:03.864684+0000 mgr.smithi138.outlvz (mgr.14180) 906 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:05 smithi142 conmon[89206]: cluster 2023-11-15T05:46:03.964493+0000 mgr.smithi138.outlvz ( 2023-11-15T05:46:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:05 smithi142 conmon[89206]: mgr.14180) 907 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:07.341 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:07.342 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:07.978 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:07 smithi138 conmon[84393]: cluster 2023-11-15T05:46:05.965205+0000 mgr.smithi138.outlvz (mgr.14180) 908 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:07.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:08.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:07 smithi142 conmon[89206]: cluster 2023-11-15T05:46:05.965205+0000 mgr.smithi138.outlvz (mgr.14180) 908 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:08.981 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:09.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:08 smithi138 conmon[84393]: audit 2023-11-15T05:46:07.336975+0000 mgr.smithi138.outlvz (mgr.14180) 909 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:09.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:08 smithi142 conmon[89206]: audit 2023-11-15T05:46:07.336975+0000 mgr.smithi138.outlvz (mgr.14180) 909 : audit [DBG] 2023-11-15T05:46:09.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:08 smithi142 conmon[89206]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:10.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:09 smithi138 conmon[84393]: cluster 2023-11-15T05:46:07.965888+0000 mgr.smithi138.outlvz (mgr.14180) 910 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:09 smithi142 conmon[89206]: cluster 2023-11-15T05:46:07.965888+0000 mgr.smithi138.outlvz (mgr.14180) 910 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:09 smithi142 conmon[89206]: 2023-11-15T05:46:10.853 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:10.853 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:11.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:12.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:11 smithi138 conmon[84393]: cluster 2023-11-15T05:46:09.966515+0000 mgr.smithi138.outlvz (mgr.14180) 911 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:11 smithi138 conmon[84393]: audit 2023-11-15T05:46:10.848908+0000 mgr.smithi138.outlvz (mgr.14180) 912 : 2023-11-15T05:46:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:11 smithi138 conmon[84393]: audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:11 smithi142 conmon[89206]: cluster 2023-11-15T05:46:09.966515+0000 mgr.smithi138.outlvz (mgr.14180) 911 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:12.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:11 smithi142 conmon[89206]: audit 2023-11-15T05:46:10.848908+0000 mgr.smithi138.outlvz (mgr.14180) 912 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:12.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:14.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:13 smithi138 conmon[84393]: cluster 2023-11-15T05:46:11.967327+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:46:14.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:13 smithi138 conmon[84393]: 14180) 913 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:13 smithi142 conmon[89206]: cluster 2023-11-15T05:46:11.967327+0000 mgr.smithi138.outlvz (mgr.14180) 913 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:14.347 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:14.347 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:14.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:15.988 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:16.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:15 smithi138 conmon[84393]: cluster 2023-11-15T05:46:13.967812+0000 mgr.smithi138.outlvz (mgr.14180) 914 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:16.016 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:15 smithi138 conmon[84393]: audit 2023-11-15T05:46:14.342930+0000 mgr.smithi138.outlvz (mgr.14180) 915 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:16.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:15 smithi142 conmon[89206]: cluster 2023-11-15T05:46:13.967812+0000 mgr.smithi138.outlvz (mgr.14180) 914 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:15 smithi142 conmon[89206]: audit 2023-11-15T05:46:14.342930+0000 mgr.smithi138.outlvz (mgr.14180) 915 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:17.840 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:17.840 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:18.020 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:17 smithi138 conmon[84393]: cluster 2023-11-15T05:46:15.968575+0000 mgr.smithi138.outlvz (mgr.14180) 916 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:17 smithi142 conmon[89206]: cluster 2023-11-15T05:46:15.968575+0000 mgr.smithi138.outlvz (mgr.14180) 916 : cluster 2023-11-15T05:46:18.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:17 smithi142 conmon[89206]: [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:18.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:19.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:18 smithi138 conmon[84393]: audit 2023-11-15T05:46:17.835963+0000 mgr.smithi138.outlvz (mgr.14180) 917 : audit [DBG] 2023-11-15T05:46:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:18 smithi138 conmon[84393]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:19.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:18 smithi142 conmon[89206]: audit 2023-11-15T05:46:17.835963+0000 mgr.smithi138.outlvz (mgr.14180) 917 : audit [DBG] 2023-11-15T05:46:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:18 smithi142 conmon[89206]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:19.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:20.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:19 smithi138 conmon[84393]: cluster 2023-11-15T05:46:17.969350+0000 mgr.smithi138.outlvz (mgr.14180) 918 2023-11-15T05:46:20.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:19 smithi138 conmon[84393]: : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:19 smithi142 conmon[89206]: cluster 2023-11-15T05:46:17.969350+0000 mgr.smithi138.outlvz (mgr.14180) 918 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:21.309 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:21.309 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:21.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:21 smithi138 conmon[84393]: cluster 2023-11-15T05:46:19.969957+0000 mgr.smithi138.outlvz (mgr.14180) 919 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:22.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:21 smithi142 conmon[89206]: cluster 2023-11-15T05:46:19.969957+0000 mgr.smithi138.outlvz (mgr.14180) 919 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:22.912 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:23.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:22 smithi138 conmon[84393]: audit 2023-11-15T05:46:21.304438+0000 mgr.smithi138.outlvz (mgr.14180) 920 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:23.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:22 smithi142 conmon[89206]: audit 2023-11-15T05:46:21.304438+0000 mgr.smithi138.outlvz (mgr.14180) 920 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:23 smithi138 conmon[84393]: cluster 2023-11-15T05:46:21.970673+0000 mgr.smithi138.outlvz (mgr.14180) 921 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:23 smithi138 conmon[84393]: 2023-11-15T05:46:24.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:23 smithi142 conmon[89206]: cluster 2023-11-15T05:46:21.970673+0000 mgr.smithi138.outlvz (mgr.14180) 921 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:24.813 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:24.813 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:25.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:26.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:25 smithi138 conmon[84393]: cluster 2023-11-15T05:46:23.971238+0000 mgr.smithi138.outlvz (mgr.14180) 922 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:26.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:25 smithi138 conmon[84393]: audit 2023-11-15T05:46:24.809349+0000 mgr.smithi138.outlvz (mgr.14180) 923 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:25 smithi142 conmon[89206]: cluster 2023-11-15T05:46:23.971238+0000 mgr.smithi138.outlvz (mgr.14180) 922 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:26.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:25 smithi142 conmon[89206]: audit 2023-11-15T05:46:24.809349+0000 mgr.smithi138.outlvz (mgr.14180) 923 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:26.453 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:27.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:27 smithi138 conmon[84393]: cluster 2023-11-15T05:46:25.971842+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:46:27.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:27 smithi138 conmon[84393]: 14180) 924 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:27 smithi142 conmon[89206]: cluster 2023-11-15T05:46:25.971842+0000 mgr.smithi138.outlvz (mgr.14180) 924 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:28.319 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:28.319 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:28.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:29.919 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:29 smithi138 conmon[84393]: cluster 2023-11-15T05:46:27.972623+0000 mgr.smithi138.outlvz (mgr.14180) 925 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:29 smithi138 conmon[84393]: audit 2023-11-15T05:46:28.314701+0000 mgr.smithi138.outlvz (mgr.14180) 926 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:30.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:29 smithi142 conmon[89206]: cluster 2023-11-15T05:46:27.972623+0000 mgr.smithi138.outlvz (mgr.14180) 925 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:30.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:29 smithi142 conmon[89206]: audit 2023-11-15T05:46:28.314701+0000 mgr.smithi138.outlvz (mgr.14180) 926 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:31.771 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:31.772 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:32.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:31 smithi138 conmon[84393]: cluster 2023-11-15T05:46: 2023-11-15T05:46:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:31 smithi138 conmon[84393]: 29.973240+0000 mgr.smithi138.outlvz (mgr.14180) 927 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:32.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:31 smithi142 conmon[89206]: cluster 2023-11-15T05:46:29.973240+0000 mgr.smithi138.outlvz (mgr.14180) 927 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:32.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:32 smithi138 conmon[84393]: audit 2023-11-15T05:46:31.767127+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:46:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:32 smithi138 conmon[84393]: .14180) 928 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:33.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:32 smithi142 conmon[89206]: audit 2023-11-15T05:46:31.767127+0000 mgr.smithi138.outlvz (mgr.14180) 928 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:33.443 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:34.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:33 smithi138 conmon[84393]: cluster 2023-11-15T05:46:31.974022+0000 mgr.smithi138.outlvz (mgr.14180) 929 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:34.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:33 smithi142 conmon[89206]: cluster 2023-11-15T05:46:31.974022+0000 mgr.smithi138.outlvz (mgr.14180) 929 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:35.368 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:35.369 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:36.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:36.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:35 smithi138 conmon[84393]: cluster 2023-11-15T05:46:33.974581+0000 mgr.smithi138.outlvz (mgr.14180) 930 : cluster 2023-11-15T05:46:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:35 smithi138 conmon[84393]: [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:35 smithi142 conmon[89206]: cluster 2023-11-15T05:46:33.974581+0000 mgr.smithi138.outlvz (mgr.14180) 930 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:37.018 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:36 smithi138 conmon[84393]: audit 2023-11-15T05:46:35.363236+0000 mgr.smithi138.outlvz (mgr.14180) 931 : audit 2023-11-15T05:46:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:36 smithi138 conmon[84393]: [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:37.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:36 smithi142 conmon[89206]: audit 2023-11-15T05:46:35.363236+0000 mgr.smithi138.outlvz (mgr.14180) 931 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:38.197 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:37 smithi138 conmon[84393]: cluster 2023-11-15T05:46:35.975364+0000 mgr.smithi138.outlvz (mgr.14180) 932 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:38.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:37 smithi142 conmon[89206]: cluster 2023-11-15T05:46:35.975364+0000 mgr.smithi138.outlvz (mgr.14180) 932 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:38.837 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:38.837 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:39.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:40.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:39 smithi142 conmon[89206]: cluster 2023-11-15T05:46:37.976133+0000 mgr.smithi138.outlvz (mgr.14180) 933 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:40.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:39 smithi142 conmon[89206]: audit 2023-11-15T05:46:38.831886+0000 mgr.smithi138.outlvz (mgr.14180) 934 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:40.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:39 smithi138 conmon[84393]: cluster 2023-11-15T05:46:37.976133+0000 mgr.smithi138.outlvz (mgr.14180) 933 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:40.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:39 smithi138 conmon[84393]: audit 2023-11-15T05:46:38.831886+0000 mgr.smithi138.outlvz (mgr.14180) 934 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:40.451 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:42.004 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:41 smithi138 conmon[84393]: cluster 2023-11-15T05:46:39.976697+0000 mgr.smithi138.outlvz (mgr.14180) 935 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:41 smithi142 conmon[89206]: cluster 2023-11-15T05:46:39.976697+0000 mgr.smithi138.outlvz (mgr.14180) 935 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:42.366 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:42.366 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:42.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:43.991 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:43 smithi142 conmon[89206]: cluster 2023-11-15T05:46:41.977390+0000 mgr.smithi138.outlvz (mgr.14180) 936 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:44.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:43 smithi142 conmon[89206]: audit 2023-11-15T05:46:44.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:43 smithi142 conmon[89206]: 2023-11-15T05:46:42.361715+0000 mgr.smithi138.outlvz (mgr.14180) 937 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:44.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:43 smithi138 conmon[84393]: cluster 2023-11-15T05:46:41.977390+0000 mgr.smithi138.outlvz 2023-11-15T05:46:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:43 smithi138 conmon[84393]: (mgr.14180) 936 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:43 smithi138 conmon[84393]: audit 2023-11-15T05:46:42.361715+0000 mgr.smithi138.outlvz (mgr.14180) 937 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:45.803 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:45.803 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:45 smithi142 conmon[89206]: cluster 2023-11-15T05:46:43.978040+0000 mgr.smithi138.outlvz (mgr.14180) 938 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:46.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:45 smithi138 conmon[84393]: cluster 2023-11-15T05:46:43.978040+0000 mgr.smithi138.outlvz (mgr.14180) 938 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:46.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:46 smithi142 conmon[89206]: audit 2023-11-15T05:46:45.799092+0000 mgr.smithi138.outlvz (mgr.14180) 939 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:47.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:46 smithi138 conmon[84393]: audit 2023-11-15T05:46:45.799092+0000 mgr.smithi138.outlvz (mgr.14180) 939 2023-11-15T05:46:47.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:46 smithi138 conmon[84393]: : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:47.408 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:48.182 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:47 smithi138 conmon[84393]: cluster 2023-11-15T05:46:45.978697+0000 mgr.smithi138.outlvz (mgr.14180) 940 : cluster [DBG] 2023-11-15T05:46:48.182 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:47 smithi138 conmon[84393]: pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:48.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:47 smithi142 conmon[89206]: cluster 2023-11-15T05:46:45.978697+0000 mgr.smithi138.outlvz (mgr.14180) 940 : cluster [DBG] 2023-11-15T05:46:48.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:47 smithi142 conmon[89206]: pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:49.301 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:49.302 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:49.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:49 smithi142 conmon[89206]: cluster 2023-11-15T05:46:47.979469+0000 mgr.smithi138.outlvz (mgr.14180) 941 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:50.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:49 smithi138 conmon[84393]: cluster 2023-11-15T05:46:47.979469+0000 mgr.smithi138.outlvz (mgr.14180) 941 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:50.916 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:51.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:50 smithi142 conmon[89206]: audit 2023-11-15T05:46:49.296723+0000 mgr.smithi138.outlvz (mgr.14180) 942 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:51.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:50 smithi138 conmon[84393]: audit 2023-11-15T05:46:49.296723+0000 mgr.smithi138.outlvz (mgr.14180) 942 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:52.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:51 smithi138 conmon[84393]: cluster 2023-11-15T05:46:49.980257+0000 mgr.smithi138.outlvz (mgr.14180) 943 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:52.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:51 smithi142 conmon[89206]: cluster 2023-11-15T05:46:49.980257+0000 mgr.smithi138.outlvz (mgr.14180) 943 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:52.754 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:52.754 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:39:10.028894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gpeybo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gpeybo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gpeybo\nDeploy daemon haproxy.nfs.foo.smithi142.gpeybo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:37:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.566039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.dewzxr on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-dewzxr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.dewzxr\nDeploy daemon haproxy.nfs.foo.smithi138.dewzxr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:39:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:40:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:41:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:41:43.567221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.cpokpa on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:53.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:53 smithi142 conmon[89206]: cluster 2023-11-15T05:46:51.981126+0000 mgr.smithi138.outlvz (mgr.14180) 944 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:54.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:53 smithi142 conmon[89206]: audit 2023-11-15T05:46:52.749464+0000 mgr.smithi138.outlvz (mgr.14180) 945 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:54.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:53 smithi138 conmon[84393]: cluster 2023-11-15T05:46:51.981126+0000 mgr.smithi138.outlvz (mgr.14180) 944 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:54.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:53 smithi138 conmon[84393]: audit 2023-11-15T05:46:52.749464+0000 mgr.smithi138.outlvz (mgr.14180) 945 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:54.456 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:55.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:55 smithi138 conmon[84393]: cluster 2023-11-15T05:46:53.981730+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:46:55.991 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:55 smithi138 conmon[84393]: .14180) 946 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:56.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:55 smithi142 conmon[89206]: cluster 2023-11-15T05:46:53.981730+0000 mgr.smithi138.outlvz (mgr.14180) 946 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:56.395 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:56.396 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:46:57.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:57.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:56 smithi142 conmon[89206]: audit 2023-11-15T05:46:56.135423+0000 mon.smithi138 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.lelfpq"}]: dispatch 2023-11-15T05:46:57.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:56 smithi138 conmon[84393]: audit 2023-11-15T05:46:56.135423+0000 mon.smithi138 (mon.0) 742 2023-11-15T05:46:57.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:56 smithi138 conmon[84393]: : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.lelfpq"}]: dispatch 2023-11-15T05:46:58.014 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cluster 2023-11-15T05:46:55.982315+0000 mgr.smithi138.outlvz (mgr.14180) 947 : cluster 2023-11-15T05:46:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:58.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cephadm 2023-11-15T05:46:56.134950+0000 mgr.smithi138.outlvz (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:46:58.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:58.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:46:58.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:58.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:46:58.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.219 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.220 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_U 2023-11-15T05:46:58.221 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: SE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cephadm 2023-11-15T05:46:56.135106+0000 mgr.smithi138.outlvz (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cephadm 2023-11-15T05:46:56.136026+0000 mgr.smithi138.outlvz (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.222 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.223 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.224 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.224 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.224 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.224 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.224 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cephadm 2023-11-15T05:46:56.137214+0000 mgr.smithi138.outlvz (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:58.225 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cephadm 2023-11-15T05:46:56.138202+0000 mgr.smithi138.outlvz (mgr.14180) 952 : cephadm [ERR] 2023-11-15T05:46:58.225 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:58.225 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cluster 2023-11-15T05:46:56.138843+0000 mgr.smithi138.outlvz (mgr.14180) 953 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:46:58.225 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: audit 2023-11-15T05:46:56.391413+0000 mgr.smithi138.outlvz (mgr.14180) 954 : audit [DBG] 2023-11-15T05:46:58.225 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:58.226 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: cluster 2023 2023-11-15T05:46:58.226 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: -11-15T05:46:56.837195+0000 mon.smithi138 2023-11-15T05:46:58.226 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:57 smithi142 conmon[89206]: (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cluster 2023-11-15T05:46:55.982315+0000 mgr.smithi138.outlvz ( 2023-11-15T05:46:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: mgr.14180) 947 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:58.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:46:56.134950+0000 mgr.smithi138.outlvz (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:46:58.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:58.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:46:58.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:58.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:46:58.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.296 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.297 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.298 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.298 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.298 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.298 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.298 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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 2023-11-15T05:46:58.299 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: _NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.299 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:46:56.135106+0000 mgr.smithi138.outlvz (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.299 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:46:56.136026+0000 mgr.smithi138.outlvz (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.299 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq 2023-11-15T05:46:58.299 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq 2023-11-15T05:46:58.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.lelfpq ... 2023-11-15T05:46:58.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:58.300 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:44:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:45:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:46:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:58.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:58.301 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:58.302 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:46:56.137214+0000 mgr.smithi138.outlvz (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:58.302 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cephadm 2023-11-15T05:46:56.138202+0000 mgr.smithi138.outlvz (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:58.302 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cluster 2023-11-15T05:46:56.138843+0000 mgr.smithi138.outlvz (mgr.14180) 953 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:46:58.302 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: audit 2023-11-15T05:46:56.391413+0000 mgr.smithi138.outlvz ( 2023-11-15T05:46:58.302 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: mgr.14180) 954 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:58.303 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:57 smithi138 conmon[84393]: cluster 2023-11-15T05:46:56.837195+0000 mon.smithi138 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:59.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:59 smithi138 conmon[84393]: cluster 2023-11-15T05:46:58.139703+0000 mgr.smithi138.outlvz (mgr.14180) 955 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:46:59.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:59 smithi138 conmon[84393]: audit 2023-11-15T05:46: 2023-11-15T05:46:59.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:59 smithi138 conmon[84393]: 58.246564+0000 mon.smithi138 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:46:59.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:46:59 smithi138 conmon[84393]: audit 2023-11-15T05:46:58.818090+0000 mon.smithi138 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:46:59.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:59 smithi142 conmon[89206]: cluster 2023-11-15T05:46:58.139703+0000 mgr.smithi138.outlvz (mgr.14180) 955 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:46:59.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:59 smithi142 conmon[89206]: audit 2023-11-15T05:46:58.246564+0000 mon.smithi138 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:46:59.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:46:59 smithi142 conmon[89206]: audit 2023-11-15T05:46:58.818090+0000 mon.smithi138 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:46:59.918 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:46:59.918 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:00.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:01.506 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:01.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:01 smithi138 conmon[84393]: audit 2023-11-15T05:46:59.913702+0000 mgr.smithi138.outlvz (mgr.14180) 956 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:01.534 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:01 smithi138 conmon[84393]: cluster 2023-11-15T05:47:00.140492+0000 mgr.smithi138.outlvz (mgr.14180) 957 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:01.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:01 smithi142 conmon[89206]: audit 2023-11-15T05:46:59.913702+0000 mgr.smithi138.outlvz (mgr.14180) 956 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:01.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:01 smithi142 conmon[89206]: cluster 2023-11-15T05:47:00.140492+0000 mgr.smithi138.outlvz (mgr.14180) 957 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:03.388 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:03.389 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:03 smithi138 conmon[84393]: cluster 2023-11-15T05:47:02.141453+0000 mgr.smithi138.outlvz (mgr.14180) 958 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:03 smithi142 conmon[89206]: cluster 2023-11-15T05:47:02.141453+0000 mgr.smithi138.outlvz (mgr.14180) 958 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:04.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:04.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:04 smithi142 conmon[89206]: audit 2023-11-15T05:47:03.384377+0000 mgr.smithi138.outlvz (mgr.14180) 959 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:05.029 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:05.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:04 smithi138 conmon[84393]: audit 2023-11-15T05:47:03.384377+0000 mgr.smithi138.outlvz (mgr.14180) 959 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:05 smithi138 conmon[84393]: cluster 2023-11-15T05:47:04.142115+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:47:05.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:05 smithi138 conmon[84393]: 960 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:05 smithi142 conmon[89206]: cluster 2023-11-15T05:47:04.142115+0000 mgr.smithi138.outlvz (mgr.14180) 960 : cluster 2023-11-15T05:47:05.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:05 smithi142 conmon[89206]: [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:06.896 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:06.896 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:07.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:07.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:07 smithi138 conmon[84393]: cluster 2023-11-15T05:47:06.143001+0000 mgr.smithi138.outlvz (mgr.14180) 961 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:07 smithi142 conmon[89206]: cluster 2023-11-15T05:47:06.143001+0000 mgr.smithi138.outlvz (mgr.14180) 961 : 2023-11-15T05:47:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:07 smithi142 conmon[89206]: cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:47:08.512 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:08.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:08 smithi142 conmon[89206]: audit 2023-11-15T05:47:06.891589+0000 mgr.smithi138.outlvz (mgr.14180) 962 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:08.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:08 smithi138 conmon[84393]: audit 2023-11-15T05:47:06 2023-11-15T05:47:08.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:08 smithi138 conmon[84393]: .891589+0000 mgr.smithi138.outlvz (mgr.14180) 962 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:09.721 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:09 smithi138 conmon[84393]: cluster 2023-11-15T05:47:08.144126+0000 mgr.smithi138.outlvz ( 2023-11-15T05:47:09.722 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:09 smithi138 conmon[84393]: mgr.14180) 963 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:09 smithi142 conmon[89206]: cluster 2023-11-15T05:47:08.144126+0000 mgr.smithi138.outlvz (mgr.14180) 963 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:09.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:09 smithi142 conmon[89206]: 2023-11-15T05:47:10.391 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:10.392 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:10.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:11 smithi142 conmon[89206]: cluster 2023-11-15T05:47:10.145059+0000 mgr.smithi138.outlvz (mgr.14180) 964 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:11.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:11 smithi142 conmon[89206]: audit 2023-11-15T05:47:10.387357+0000 mgr.smithi138.outlvz (mgr.14180) 965 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:11.995 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:12.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:11 smithi138 conmon[84393]: cluster 2023-11-15T05:47:10.145059+0000 mgr.smithi138.outlvz (mgr.14180) 964 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:12.026 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:11 smithi138 conmon[84393]: audit 2023-11-15T05:47:10.387357+0000 mgr.smithi138.outlvz (mgr.14180) 965 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:13.861 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:13.862 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:13.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:13 smithi138 conmon[84393]: cluster 2023-11-15T05:47:12.145949+0000 mgr.smithi138.outlvz (mgr.14180) 966 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:13 smithi142 conmon[89206]: cluster 2023-11-15T05:47:12.145949+0000 mgr.smithi138.outlvz (mgr.14180) 966 : cluster 2023-11-15T05:47:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:13 smithi142 conmon[89206]: [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:14.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:14 smithi138 conmon[84393]: audit 2023-11-15T05:47:13.857671+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:47:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:14 smithi138 conmon[84393]: 14180) 967 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:14 smithi142 conmon[89206]: audit 2023-11-15T05:47:13.857671+0000 mgr.smithi138.outlvz (mgr.14180) 967 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:14 smithi142 conmon[89206]: 2023-11-15T05:47:15.495 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:15.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:15 smithi138 conmon[84393]: cluster 2023-11-15T05:47:14.146543+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:47:15.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:15 smithi138 conmon[84393]: 14180) 968 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:15 smithi142 conmon[89206]: cluster 2023-11-15T05:47:14.146543+0000 mgr.smithi138.outlvz (mgr.14180) 968 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:15.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:15 smithi142 conmon[89206]: 2023-11-15T05:47:17.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:17.393 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:17 smithi138 conmon[84393]: cluster 2023-11-15T05:47:16.147184+0000 mgr.smithi138.outlvz (mgr.14180) 969 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:17 smithi142 conmon[89206]: cluster 2023-11-15T05:47:16.147184+0000 mgr.smithi138.outlvz (mgr.14180) 969 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:17 smithi142 conmon[89206]: 2023-11-15T05:47:18.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:18.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:18 smithi142 conmon[89206]: audit 2023-11-15T05:47:17.389256+0000 mgr.smithi138.outlvz (mgr.14180) 970 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:18.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:18 smithi142 conmon[89206]: 2023-11-15T05:47:19.028 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:18 smithi138 conmon[84393]: audit 2023-11-15T05:47:17.389256+0000 mgr.smithi138.outlvz (mgr.14180) 970 : audit [DBG] 2023-11-15T05:47:19.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:18 smithi138 conmon[84393]: from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:19 smithi138 conmon[84393]: cluster 2023-11-15T05:47:18.148114 2023-11-15T05:47:19.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:19 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 971 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:19 smithi142 conmon[89206]: cluster 2023-11-15T05:47:18.148114+0000 mgr.smithi138.outlvz (mgr.14180) 971 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:20.841 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:20.842 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:21.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:21.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:21 smithi138 conmon[84393]: cluster 2023-11-15T05:47:20.148787+0000 mgr.smithi138.outlvz (mgr.14180) 972 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:21 smithi138 conmon[84393]: audit 2023-11-15T05:47:20.837122+0000 mgr.smithi138.outlvz (mgr.14180) 973 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:21 smithi142 conmon[89206]: cluster 2023-11-15T05:47:20.148787+0000 mgr.smithi138.outlvz (mgr.14180) 972 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:21 smithi142 conmon[89206]: audit 2023-11-15T05:47:20.837122+0000 mgr.smithi138.outlvz (mgr.14180) 973 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:22.427 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:23 smithi142 conmon[89206]: cluster 2023-11-15T05:47:22.149795+0000 mgr.smithi138.outlvz (mgr.14180) 974 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:23.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:23 smithi142 conmon[89206]: 2023-11-15T05:47:23.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:23 smithi138 conmon[84393]: cluster 2023-11-15T05:47:22.149795+0000 mgr.smithi138.outlvz (mgr.14180) 974 : cluster 2023-11-15T05:47:23.970 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:23 smithi138 conmon[84393]: [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:24.357 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:24.358 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:24.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:25.943 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:25 smithi142 conmon[89206]: cluster 2023-11-15T05:47:24.150385+0000 mgr.smithi138.outlvz (mgr.14180) 975 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:25 smithi142 conmon[89206]: 2023-11-15T05:47:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:25 smithi142 conmon[89206]: audit 2023-11-15T05:47:24.353707+0000 mgr.smithi138.outlvz (mgr.14180) 976 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:25.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:25 smithi138 conmon[84393]: cluster 2023-11-15T05:47:24.150385+0000 mgr.smithi138.outlvz (mgr.14180) 975 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:25.973 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:25 smithi138 conmon[84393]: audit 2023-11-15T05:47:24.353707+0000 mgr.smithi138.outlvz (mgr.14180) 976 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:27.754 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:27.754 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:27.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:27 smithi138 conmon[84393]: cluster 2023-11-15T05:47:26.151313+0000 mgr.smithi138.outlvz ( 2023-11-15T05:47:27.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:27 smithi138 conmon[84393]: mgr.14180) 977 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:27.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:27 smithi142 conmon[89206]: cluster 2023-11-15T05:47:26.151313+0000 mgr.smithi138.outlvz (mgr.14180) 977 : 2023-11-15T05:47:27.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:27 smithi142 conmon[89206]: cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:28.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:28 smithi142 conmon[89206]: audit 2023-11-15T05:47:27.749579+0000 mgr.smithi138.outlvz (mgr.14180) 978 : audit 2023-11-15T05:47:28.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:28 smithi142 conmon[89206]: [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:29.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:28 smithi138 conmon[84393]: audit 2023-11-15T05:47:27.749579+0000 mgr.smithi138.outlvz (mgr.14180) 978 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:29.359 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:29.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:29 smithi138 conmon[84393]: cluster 2023-11-15T05:47:28.152268+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:47:29.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:29 smithi138 conmon[84393]: .14180) 979 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:29 smithi142 conmon[89206]: cluster 2023-11-15T05:47:28.152268+0000 mgr.smithi138.outlvz (mgr.14180) 979 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:29 smithi142 conmon[89206]: 2023-11-15T05:47:31.216 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:31.216 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:31.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:31 smithi142 conmon[89206]: cluster 2023-11-15T05:47:30.152949+0000 mgr.smithi138.outlvz (mgr.14180) 980 : cluster 2023-11-15T05:47:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:31 smithi142 conmon[89206]: [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:32.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:31 smithi138 conmon[84393]: cluster 2023-11-15T05:47:30.152949+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:47:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:31 smithi138 conmon[84393]: 14180) 980 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:32.791 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:32 smithi142 conmon[89206]: audit 2023-11-15T05:47:31.211264+0000 mgr.smithi138.outlvz (mgr.14180) 981 : audit [DBG] 2023-11-15T05:47:32.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:32 smithi142 conmon[89206]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:33.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:32 smithi138 conmon[84393]: audit 2023-11-15T05:47:31.211264+0000 mgr.smithi138.outlvz ( 2023-11-15T05:47:33.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:32 smithi138 conmon[84393]: mgr.14180) 981 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:33 smithi142 conmon[89206]: cluster 2023-11-15T05:47:32.153938+0000 mgr.smithi138.outlvz (mgr.14180) 982 : cluster 2023-11-15T05:47:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:33 smithi142 conmon[89206]: [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:33 smithi138 conmon[84393]: cluster 2023-11-15T05:47:32.153938+0000 mgr.smithi138.outlvz (mgr.14180) 982 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:34.709 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:34.710 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:35.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:35 smithi142 conmon[89206]: cluster 2023-11-15T05:47:34.154555+0000 mgr.smithi138.outlvz (mgr.14180) 983 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:35 smithi142 conmon[89206]: 2023-11-15T05:47:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:35 smithi142 conmon[89206]: audit 2023-11-15T05:47:34.705407+0000 mgr.smithi138.outlvz (mgr.14180) 984 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:36.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:35 smithi138 conmon[84393]: cluster 2023-11-15T05:47:34.154555+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:47:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:35 smithi138 conmon[84393]: 983 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:36.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:35 smithi138 conmon[84393]: audit 2023-11-15T05:47:34.705407+0000 mgr.smithi138.outlvz (mgr.14180) 984 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:36.350 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:37.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:37 smithi138 conmon[84393]: cluster 2023-11-15T05:47:36.155257+0000 mgr.smithi138.outlvz (mgr.14180) 985 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:37 smithi142 conmon[89206]: cluster 2023-11-15T05:47:36.155257+0000 mgr.smithi138.outlvz (mgr.14180) 985 2023-11-15T05:47:37.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:37 smithi142 conmon[89206]: : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:38.194 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:38.195 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:38.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:39.775 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:39 smithi142 conmon[89206]: cluster 2023-11-15T05:47:38.156486+0000 mgr.smithi138.outlvz (mgr.14180) 986 : cluster 2023-11-15T05:47:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:39 smithi142 conmon[89206]: [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:39 smithi142 conmon[89206]: audit 2023-11-15T05:47:38.190495+0000 mgr.smithi138.outlvz (mgr.14180) 987 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:40.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:39 smithi138 conmon[84393]: cluster 2023-11-15T05:47:38.156486+0000 mgr.smithi138.outlvz ( 2023-11-15T05:47:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:39 smithi138 conmon[84393]: mgr.14180) 986 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:39 smithi138 conmon[84393]: audit 2023-11-15T05:47:38.190495+0000 mgr.smithi138.outlvz (mgr.14180) 987 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:41.672 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:41.672 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:41 smithi142 conmon[89206]: cluster 2023-11-15T05:47:40.157164+0000 mgr.smithi138.outlvz (mgr.14180) 988 : cluster [DBG] 2023-11-15T05:47:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:41 smithi142 conmon[89206]: pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:42.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:41 smithi138 conmon[84393]: cluster 2023-11-15T05:47:40.157164+0000 mgr.smithi138.outlvz (mgr.14180) 988 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:42.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:42 smithi142 conmon[89206]: audit 2023-11-15T05:47:41.667684+0000 mgr.smithi138.outlvz (mgr.14180) 989 : audit 2023-11-15T05:47:42.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:42 smithi142 conmon[89206]: [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:42 smithi138 conmon[84393]: audit 2023-11-15T05:47:41.667684+0000 mgr.smithi138.outlvz (mgr.14180) 989 : audit [DBG] 2023-11-15T05:47:43.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:42 smithi138 conmon[84393]: from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:43.266 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:43.933 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:43 smithi138 conmon[84393]: cluster 2023-11-15T05:47:42.158273+0000 mgr.smithi138.outlvz (mgr.14180) 990 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:43 smithi142 conmon[89206]: cluster 2023-11-15T05:47:42.158273+0000 mgr.smithi138.outlvz (mgr.14180) 990 : cluster 2023-11-15T05:47:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:43 smithi142 conmon[89206]: [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:45.194 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:45.194 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:45.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:45 smithi142 conmon[89206]: cluster 2023-11-15T05:47:44.158878+0000 mgr.smithi138.outlvz (mgr.14180) 991 : cluster 2023-11-15T05:47:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:45 smithi142 conmon[89206]: [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:46.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:45 smithi138 conmon[84393]: cluster 2023-11-15T05:47:44.158878+0000 mgr.smithi138.outlvz (mgr.14180) 991 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:46.792 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:46.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:46 smithi142 conmon[89206]: audit 2023-11-15T05:47:45.189807+0000 mgr.smithi138.outlvz (mgr.14180) 992 : audit 2023-11-15T05:47:46.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:46 smithi142 conmon[89206]: [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:47.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:46 smithi138 conmon[84393]: audit 2023-11-15T05:47:45.189807+0000 mgr.smithi138.outlvz (mgr.14180) 992 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:47 smithi142 conmon[89206]: cluster 2023-11-15T05:47:46.159632+0000 mgr.smithi138.outlvz (mgr.14180) 993 2023-11-15T05:47:47.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:47 smithi142 conmon[89206]: : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:48.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:47 smithi138 conmon[84393]: cluster 2023-11-15T05:47:46.159632+0000 mgr.smithi138.outlvz ( 2023-11-15T05:47:48.024 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:47 smithi138 conmon[84393]: mgr.14180) 993 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:48.658 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:48.658 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:49.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:49 smithi142 conmon[89206]: cluster 2023-11-15T05:47:48.160640+0000 mgr.smithi138.outlvz (mgr.14180) 994 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:49 smithi142 conmon[89206]: 2023-11-15T05:47:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:49 smithi142 conmon[89206]: audit 2023-11-15T05:47:48.654266+0000 mgr.smithi138.outlvz (mgr.14180) 995 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:49 smithi138 conmon[84393]: cluster 2023-11-15T05:47:48.160640+0000 mgr.smithi138.outlvz (mgr.14180) 994 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:49 smithi138 conmon[84393]: audit 2023-11-15T05:47:48.654266+0000 mgr.smithi138.outlvz (mgr.14180) 995 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:50.298 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:51.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:51 smithi138 conmon[84393]: cluster 2023-11-15T05:47:50.161576+0000 mgr.smithi138.outlvz (mgr.14180) 996 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:51 smithi142 conmon[89206]: cluster 2023-11-15T05:47:50.161576+0000 mgr.smithi138.outlvz (mgr.14180) 996 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:52.208 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:52.209 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:52.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:53.805 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:53 smithi142 conmon[89206]: cluster 2023-11-15T05:47:52.162523+0000 mgr.smithi138.outlvz (mgr.14180) 997 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:53 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:47:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:53 smithi142 conmon[89206]: -15T05:47:52.204558+0000 mgr.smithi138.outlvz (mgr.14180) 998 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:53 smithi138 conmon[84393]: cluster 2023-11-15T05:47:52.162523+0000 mgr.smithi138.outlvz (mgr.14180) 997 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:53 smithi138 conmon[84393]: audit 2023-11-15T05:47:52.204558+0000 mgr.smithi138.outlvz (mgr.14180) 998 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:55.591 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:55.591 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:45.787976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:45.788132Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:45.788212Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:45.788277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:45.788339Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:45.788585Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:55 smithi142 conmon[89206]: cluster 2023-11-15T05:47:54.163426+0000 mgr.smithi138.outlvz (mgr.14180) 999 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:55 smithi138 conmon[84393]: cluster 2023-11-15T05:47:54.163426+0000 mgr.smithi138.outlvz (mgr.14180) 999 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:56.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:56.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:56 smithi142 conmon[89206]: audit 2023-11-15T05:47:55.587030+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:47:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:56 smithi142 conmon[89206]: ) 1000 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:56 smithi142 conmon[89206]: audit 2023-11-15T05:47:56.140916+0000 mon.smithi138 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:47:56.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:56 smithi142 conmon[89206]: audit 2023-11-15T05:47:56.410079+0000 mon.smithi138 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:47:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:56 smithi138 conmon[84393]: audit 2023-11-15T05:47:55.587030+0000 mgr.smithi138.outlvz (mgr.14180) 1000 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:56 smithi138 conmon[84393]: audit 2023-11-15T05:47:56.140916+0000 mon.smithi138 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:47:57.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:56 smithi138 conmon[84393]: audit 2023-11-15T05:47:56.410079+0000 mon.smithi138 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:47:57.129 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:57 smithi142 conmon[89206]: cluster 2023-11-15T05:47:56.164111+0000 mgr.smithi138.outlvz (mgr.14180) 1001 2023-11-15T05:47:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:57 smithi142 conmon[89206]: : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:58.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:57 smithi138 conmon[84393]: cluster 2023-11-15T05:47:56.164111 2023-11-15T05:47:58.023 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:57 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1001 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:59.120 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:47:59.120 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:41:49.389555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:41:49.389617Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:41:49.389675Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:41:49.389487Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:41:49.389353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:41:49.390296Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:41:49.389733Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:41:49.389848Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:41:49.389791Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:41:49.390232Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:47:59.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:59 smithi142 conmon[89206]: audit 2023-11-15T05:47:58.101772+0000 mon.smithi138 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:47:59.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:59 smithi142 conmon[89206]: cluster 2023-11 2023-11-15T05:47:59.464 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:47:59 smithi142 conmon[89206]: -15T05:47:58.165023+0000 mgr.smithi138.outlvz (mgr.14180) 1002 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:59.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:59 smithi138 conmon[84393]: audit 2023-11-15T05:47:58.101772+0000 mon.smithi138 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:47:59.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:47:59 smithi138 conmon[84393]: cluster 2023-11-15T05:47:58.165023+0000 mgr.smithi138.outlvz (mgr.14180) 1002 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:59.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:00.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:00 smithi142 conmon[89206]: audit 2023-11-15T05:47:59.115747+0000 mgr.smithi138.outlvz (mgr.14180) 1003 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:00.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:00 smithi138 conmon[84393]: audit 2023-11-15T05 2023-11-15T05:48:00.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:00 smithi138 conmon[84393]: :47:59.115747+0000 mgr.smithi138.outlvz (mgr.14180) 1003 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:00.736 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:01.441 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:01 smithi138 conmon[84393]: cluster 2023-11-15T05:48:00.165679 2023-11-15T05:48:01.441 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:01 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1004 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:01.463 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:01 smithi142 conmon[89206]: cluster 2023-11-15T05:48:00.165679+0000 mgr.smithi138.outlvz (mgr.14180) 1004 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:02.489 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:01.392990+0000 mon.smithi138 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.489 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.102238+0000 mon.smithi138 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:48:02.489 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.102973+0000 mon.smithi138 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:48:02.489 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.107684+0000 mon.smithi138 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.490 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.111530+0000 mon.smithi138 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:48:02.490 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:02 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.120191+0000 mon.smithi138 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023-11-15T05:48:01.392990+0000 mon.smithi138 (mon.0 2023-11-15T05:48:02.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: ) 749 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023-11-15T05:48:02.102238+0000 mon.smithi138 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:48:02.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023-11-15T05:48:02.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: 2023-11-15T05:48:02.102973+0000 mon.smithi138 (mon.0) 751 : 2023-11-15T05:48:02.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:48:02.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:48:02.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: -15T05:48:02.107684+0000 mon.smithi138 (mon. 2023-11-15T05:48:02.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: 0) 752 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023-11 2023-11-15T05:48:02.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: -15T05:48:02.111530+0000 mon.smithi138 ( 2023-11-15T05:48:02.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: mon.0) 753 : audit [DBG] 2023-11-15T05:48:02.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:48:02.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:48:02.716 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: 11-15T05:48:02.120191+0000 mon.smithi138 (mon 2023-11-15T05:48:02.717 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:02 smithi142 conmon[89206]: .0) 754 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:02.838 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:02.839 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:03.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:03.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: cluster 2023-11-15T05:48:02.108520+0000 mgr.smithi138.outlvz (mgr.14180) 1005 : cluster [DBG] 2023-11-15T05:48:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:48:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: cephadm 2023-11-15T05:48:02.122416+0000 mgr.smithi138.outlvz (mgr.14180) 1006 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gwblux on smithi142 2023-11-15T05:48:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: audit 2023-11-15T05:48:02.833937+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:48:03.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: 14180) 1007 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:03.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: cluster 2023-11-15T05: 2023-11-15T05:48:03.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: 48:03.105830+0000 mon.smithi138 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:48:03.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: cluster 2023-11-15T05:48:03.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: 2023-11-15T05:48:03.105860+0000 mon.smithi138 (mon. 2023-11-15T05:48:03.715 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:03 smithi142 conmon[89206]: 0) 756 : cluster [INF] Cluster is now healthy 2023-11-15T05:48:03.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: cluster 2023-11-15T05:48:02.108520+0000 mgr.smithi138.outlvz (mgr.14180) 1005 : 2023-11-15T05:48:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:48:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: cephadm 2023-11-15T05:48:02.122416+0000 mgr.smithi138.outlvz (mgr.14180) 1006 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gwblux on smithi142 2023-11-15T05:48:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: audit 2023-11-15T05:48:02.833937+0000 mgr.smithi138.outlvz (mgr.14180) 1007 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:03.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: cluster 2023-11-15T05:48:03.105830+0000 mon.smithi138 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:48:03.793 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:03 smithi138 conmon[84393]: cluster 2023-11-15T05:48:03.105860+0000 mon.smithi138 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-11-15T05:48:04.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:05.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:05 smithi138 conmon[84393]: cluster 2023-11-15T05:48:04.109111+0000 mgr.smithi138.outlvz (mgr.14180) 1008 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:05.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:05 smithi142 conmon[89206]: cluster 2023-11-15T05:48:04.109111+0000 mgr.smithi138.outlvz (mgr.14180) 1008 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:06.323 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:06.323 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:06.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:07.928 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:07.954 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:07 smithi138 conmon[84393]: cluster 2023-11-15T05:48:06.109775+0000 mgr.smithi138.outlvz (mgr.14180) 1009 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:07.954 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:07 smithi138 conmon[84393]: audit 2023-11-15T05:48 2023-11-15T05:48:07.955 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:07 smithi138 conmon[84393]: :06.318542+0000 mgr.smithi138.outlvz (mgr.14180) 1010 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:07 smithi142 conmon[89206]: cluster 2023-11-15T05:48:06.109775+0000 mgr.smithi138.outlvz (mgr.14180) 1009 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:07 smithi142 conmon[89206]: 2023-11-15T05:48:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:07 smithi142 conmon[89206]: audit 2023-11-15T05:48:06.318542+0000 mgr.smithi138.outlvz (mgr.14180) 1010 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:09.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:09.720 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:09.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:09 smithi138 conmon[84393]: cluster 2023-11-15T05:48:08.110526+0000 mgr.smithi138.outlvz (mgr.14180) 1011 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:09.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:09 smithi142 conmon[89206]: cluster 2023-11-15T05:48:08.110526+0000 mgr.smithi138.outlvz (mgr.14180) 1011 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:10.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:10.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:10 smithi142 conmon[89206]: audit 2023-11-15T05:48:09.715727+0000 mgr.smithi138.outlvz (mgr.14180) 1012 : 2023-11-15T05:48:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:10 smithi142 conmon[89206]: audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:11.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:10 smithi138 conmon[84393]: audit 2023-11-15T05:48:09.715727+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:48:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:10 smithi138 conmon[84393]: 14180) 1012 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:11.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:11 smithi138 conmon[84393]: cluster 2023-11-15T05:48:10.111089+0000 mgr.smithi138.outlvz (mgr.14180) 1013 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:11 smithi142 conmon[89206]: cluster 2023-11-15T05:48:10.111089+0000 mgr.smithi138.outlvz (mgr.14180) 1013 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:13.282 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:13.282 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:13.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:13 smithi138 conmon[84393]: cluster 2023-11-15T05:48:12.111840+0000 mgr.smithi138.outlvz (mgr.14180) 1014 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:48:13.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:13 smithi138 conmon[84393]: audit 2023-11-15T05:48:13.247117+0000 mon.smithi138 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:13.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:13 smithi142 conmon[89206]: cluster 2023-11-15T05:48:12.111840+0000 mgr.smithi138.outlvz (mgr.14180) 1014 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:48:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:13 smithi142 conmon[89206]: 2023-11-15T05:48:13.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:13 smithi142 conmon[89206]: audit 2023-11-15T05:48:13.247117+0000 mon.smithi138 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:48:14.902 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:14.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:14 smithi138 conmon[84393]: audit 2023-11-15T05:48:13.274718+0000 mgr.smithi138.outlvz (mgr.14180) 1015 : 2023-11-15T05:48:14.934 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:14 smithi138 conmon[84393]: audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:14 smithi142 conmon[89206]: audit 2023-11-15T05:48:13.274718+0000 mgr.smithi138.outlvz (mgr.14180) 1015 : audit [DBG] 2023-11-15T05:48:14.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:14 smithi142 conmon[89206]: from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:15.734 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:15 smithi138 conmon[84393]: cluster 2023-11-15T05:48:14.112446+0000 mgr.smithi138.outlvz (mgr.14180) 1016 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:15 smithi142 conmon[89206]: cluster 2023-11-15T05:48:14.112446+0000 mgr.smithi138.outlvz (mgr.14180) 1016 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:16.794 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:16.795 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:17.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:17 smithi138 conmon[84393]: cluster 2023-11-15T05:48:16.113234+0000 mgr.smithi138.outlvz (mgr.14180) 1017 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:17 smithi138 conmon[84393]: audit 2023-11-15T05:48:17.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:17 smithi138 conmon[84393]: 2023-11-15T05:48:16.790199+0000 mgr.smithi138.outlvz (mgr.14180) 1018 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:17 smithi142 conmon[89206]: cluster 2023-11-15T05:48:16.113234+0000 mgr.smithi138.outlvz (mgr.14180) 1017 : cluster [DBG] 2023-11-15T05:48:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:17 smithi142 conmon[89206]: pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:17 smithi142 conmon[89206]: audit 2023-11-15T05:48:16.790199+0000 mgr.smithi138.outlvz (mgr.14180) 1018 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:18.393 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:19.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:19 smithi138 conmon[84393]: cluster 2023-11-15T05:48:18.114131+0000 mgr.smithi138.outlvz (mgr.14180) 1019 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:19 smithi142 conmon[89206]: cluster 2023-11-15T05:48:18.114131+0000 mgr.smithi138.outlvz (mgr.14180) 1019 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:20.233 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:20.238 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:20.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:21.809 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:21 smithi142 conmon[89206]: cluster 2023-11-15T05:48:20.114673+0000 mgr.smithi138.outlvz (mgr.14180) 1020 : cluster [DBG] 2023-11-15T05:48:21.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:21 smithi142 conmon[89206]: pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:21.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:21 smithi142 conmon[89206]: audit 2023-11-15T05:48:20.229275+0000 mgr.smithi138.outlvz (mgr.14180) 1021 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:22.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:21 smithi138 conmon[84393]: cluster 2023-11-15T05:48:20.114673+0000 mgr.smithi138.outlvz ( 2023-11-15T05:48:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:21 smithi138 conmon[84393]: mgr.14180) 1020 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:21 smithi138 conmon[84393]: audit 2023-11-15T05:48:20.229275+0000 mgr.smithi138.outlvz (mgr.14180) 1021 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:23.612 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:23.612 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:23 smithi142 conmon[89206]: cluster 2023-11-15T05:48:22.115685+0000 mgr.smithi138.outlvz (mgr.14180) 1022 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:23 smithi138 conmon[84393]: cluster 2023-11-15T05:48:22.115685+0000 mgr.smithi138.outlvz (mgr.14180) 1022 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:24.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:24.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:24 smithi142 conmon[89206]: audit 2023-11-15T05:48:23.607728+0000 mgr.smithi138.outlvz (mgr.14180) 1023 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:24.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:24 smithi142 conmon[89206]: 2023-11-15T05:48:25.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:24 smithi138 conmon[84393]: audit 2023-11-15T05:48:23.607728+0000 mgr.smithi138.outlvz (mgr.14180) 1023 : 2023-11-15T05:48:25.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:24 smithi138 conmon[84393]: audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:25.175 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:25 smithi142 conmon[89206]: cluster 2023-11-15T05:48:24.116202+0000 mgr.smithi138.outlvz (mgr.14180) 1024 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:25 smithi142 conmon[89206]: 2023-11-15T05:48:25.999 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:25 smithi138 conmon[84393]: cluster 2023-11-15T05:48:24.116202+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:48:26.000 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:25 smithi138 conmon[84393]: ) 1024 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:27.050 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:27.050 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:27.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:27 smithi142 conmon[89206]: cluster 2023-11-15T05:48:26.116696+0000 mgr.smithi138.outlvz (mgr.14180) 1025 : cluster 2023-11-15T05:48:27.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:27 smithi142 conmon[89206]: [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:28.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:27 smithi138 conmon[84393]: cluster 2023-11-15T05:48:26.116696+0000 mgr.smithi138.outlvz (mgr.14180) 1025 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:28.645 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:28.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:28 smithi142 conmon[89206]: audit 2023-11-15T05:48:27.045891+0000 mgr.smithi138.outlvz (mgr.14180) 1026 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:29.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:28 smithi138 conmon[84393]: audit 2023-11-15T05:48:27.045891+0000 mgr.smithi138.outlvz (mgr.14180) 1026 : audit 2023-11-15T05:48:29.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:28 smithi138 conmon[84393]: [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:29.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:29 smithi138 conmon[84393]: cluster 2023-11-15T05:48:28.117537+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:48:29.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:29 smithi138 conmon[84393]: 1027 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:29 smithi142 conmon[89206]: cluster 2023-11-15T05:48:28.117537+0000 mgr.smithi138.outlvz (mgr.14180) 1027 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:30.416 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:30.417 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:31.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:31 smithi142 conmon[89206]: cluster 2023-11-15T05:48:30.118104+0000 mgr.smithi138.outlvz (mgr.14180) 1028 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:31 smithi142 conmon[89206]: audit 2023-11-15T05:48:30.411875+0000 mgr.smithi138.outlvz (mgr.14180) 1029 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:32.033 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:32.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:31 smithi138 conmon[84393]: cluster 2023-11-15T05:48:30.118104+0000 mgr.smithi138.outlvz (mgr.14180) 1028 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:31 smithi138 conmon[84393]: audit 2023-11-15T05:48:30.411875+0000 mgr.smithi138.outlvz (mgr.14180) 1029 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:33 smithi138 conmon[84393]: cluster 2023-11-15T05:48:32.119112+0000 mgr.smithi138.outlvz (mgr.14180) 1030 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:33.901 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:33.902 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:33 smithi142 conmon[89206]: cluster 2023-11-15T05:48:32.119112+0000 mgr.smithi138.outlvz (mgr.14180) 1030 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:33.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:33 smithi142 conmon[89206]: 2023-11-15T05:48:34.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:35.481 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:35 smithi138 conmon[84393]: audit 2023-11-15T05:48:33.897635+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:48:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:35 smithi138 conmon[84393]: ) 1031 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:35 smithi138 conmon[84393]: cluster 2023-11-15T05:48:34.119787+0000 mgr.smithi138.outlvz (mgr.14180) 1032 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:35 smithi142 conmon[89206]: audit 2023-11-15T05:48:33.897635+0000 mgr.smithi138.outlvz (mgr.14180) 1031 : audit [DBG] 2023-11-15T05:48:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:35 smithi142 conmon[89206]: from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:35 smithi142 conmon[89206]: cluster 2023-11-15T05:48:34.119787+0000 mgr.smithi138.outlvz (mgr.14180) 1032 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:37.358 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:37.359 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:37.950 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:37 smithi138 conmon[84393]: cluster 2023-11-15T05:48:36.120337+0000 mgr.smithi138.outlvz (mgr.14180) 1033 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:37 smithi142 conmon[89206]: cluster 2023-11-15T05:48:36.120337+0000 mgr.smithi138.outlvz (mgr.14180) 1033 : cluster [DBG] 2023-11-15T05:48:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:37 smithi142 conmon[89206]: pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:37.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:38.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:38 smithi142 conmon[89206]: audit 2023-11-15T05:48:37.354623+0000 mgr.smithi138.outlvz (mgr.14180) 1034 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:38.966 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:38.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:38 smithi138 conmon[84393]: audit 2023-11-15T05:48:37.354623+0000 mgr.smithi138.outlvz (mgr.14180) 1034 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:39 smithi138 conmon[84393]: cluster 2023-11-15T05:48:38.121128+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:48:39.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:39 smithi138 conmon[84393]: .14180) 1035 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:39.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:39 smithi142 conmon[89206]: cluster 2023-11-15T05:48:38.121128+0000 mgr.smithi138.outlvz (mgr.14180) 1035 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:40.779 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:40.780 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:41.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:41 smithi142 conmon[89206]: cluster 2023-11-15T05:48:40.121650+0000 mgr.smithi138.outlvz (mgr.14180) 1036 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:41.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:41 smithi142 conmon[89206]: audit 2023-11-15T05:48:40.774813+0000 mgr.smithi138.outlvz (mgr.14180) 1037 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:42.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:41 smithi138 conmon[84393]: cluster 2023-11-15T05:48:40.121650+0000 mgr.smithi138.outlvz (mgr.14180) 1036 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:41 smithi138 conmon[84393]: audit 2023-11-15T05:48:40.774813+0000 mgr.smithi138.outlvz (mgr.14180) 1037 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:42.398 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:43.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:43 smithi142 conmon[89206]: cluster 2023-11-15T05:48:42.122615+0000 mgr.smithi138.outlvz (mgr.14180) 1038 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:43.965 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:43 smithi138 conmon[84393]: cluster 2023-11-15T05:48:42.122615+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:48:43.965 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:43 smithi138 conmon[84393]: 1038 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:44.405 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:44.406 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:44.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:45 smithi142 conmon[89206]: cluster 2023-11-15T05:48:44.123104+0000 mgr.smithi138.outlvz (mgr.14180) 1039 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:45.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:45 smithi142 conmon[89206]: audit 2023-11-15T05:48:44.401360+0000 mgr.smithi138.outlvz (mgr.14180) 1040 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:45.980 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:46.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:45 smithi138 conmon[84393]: cluster 2023-11-15T05:48:44.123104+0000 mgr.smithi138.outlvz (mgr.14180) 1039 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:46.011 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:45 smithi138 conmon[84393]: audit 2023-11-15T05:48:44.401360+0000 mgr.smithi138.outlvz (mgr.14180) 1040 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:47.837 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:47.838 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:47 smithi142 conmon[89206]: cluster 2023-11-15T05:48:46.123636+0000 mgr.smithi138.outlvz (mgr.14180) 1041 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:48.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:47 smithi138 conmon[84393]: cluster 2023-11-15T05:48:46.123636+0000 mgr.smithi138.outlvz (mgr.14180) 1041 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:48.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:48.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:48 smithi142 conmon[89206]: audit 2023-11-15T05:48:47.833057+0000 mgr.smithi138.outlvz (mgr.14180) 1042 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:49.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:48 smithi138 conmon[84393]: audit 2023-11-15T05:48:47.833057+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:48:49.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:48 smithi138 conmon[84393]: 1042 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:49.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:49 smithi138 conmon[84393]: cluster 2023-11-15T05:48:48. 2023-11-15T05:48:49.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:49 smithi138 conmon[84393]: 124510+0000 mgr.smithi138.outlvz (mgr.14180) 1043 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:49 smithi142 conmon[89206]: cluster 2023-11-15T05:48:48.124510+0000 mgr.smithi138.outlvz (mgr.14180) 1043 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:51.313 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:51.313 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:51.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:51 smithi142 conmon[89206]: cluster 2023-11-15T05:48:50.125066+0000 mgr.smithi138.outlvz (mgr.14180) 1044 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:52.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:51 smithi138 conmon[84393]: cluster 2023-11-15T05:48:50.125066+0000 mgr.smithi138.outlvz 2023-11-15T05:48:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:51 smithi138 conmon[84393]: (mgr.14180) 1044 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:52.896 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:52.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:52 smithi142 conmon[89206]: audit 2023-11-15T05:48:51.307028+0000 mgr.smithi138.outlvz (mgr.14180) 1045 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:53.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:52 smithi138 conmon[84393]: audit 2023-11-15T05:48:51.307028+0000 mgr.smithi138.outlvz (mgr.14180) 1045 : audit 2023-11-15T05:48:53.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:52 smithi138 conmon[84393]: [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:53 smithi142 conmon[89206]: cluster 2023-11-15T05:48:52.125861+0000 mgr.smithi138.outlvz (mgr.14180) 1046 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:53 smithi138 conmon[84393]: cluster 2023-11-15T05:48:52.125861+0000 mgr.smithi138.outlvz (mgr.14180) 1046 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:54.800 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:54.800 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:55.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:55 smithi142 conmon[89206]: cluster 2023-11-15T05:48:54.126341+0000 mgr.smithi138.outlvz (mgr.14180) 1047 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:55 smithi142 conmon[89206]: 2023-11-15T05:48:55.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:55 smithi142 conmon[89206]: audit 2023-11-15T05:48:54.795733+0000 mgr.smithi138.outlvz (mgr.14180) 1048 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:55 smithi138 conmon[84393]: cluster 2023-11-15T05:48:54.126341+0000 mgr.smithi138.outlvz (mgr.14180) 1047 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:55 smithi138 conmon[84393]: audit 2023-11-15 2023-11-15T05:48:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:55 smithi138 conmon[84393]: T05:48:54.795733+0000 mgr.smithi138.outlvz (mgr.14180) 1048 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:56.412 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:57.873 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:57 smithi138 conmon[84393]: cluster 2023-11-15T05:48:56.127044+0000 mgr.smithi138.outlvz (mgr.14180) 1049 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:57 smithi142 conmon[89206]: cluster 2023-11-15T05:48:56.127044+0000 mgr.smithi138.outlvz (mgr.14180) 1049 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:58.199 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:48:58.199 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:48:58.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:59.820 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:59 smithi142 conmon[89206]: cluster 2023-11-15T05:48:58.127989+0000 mgr.smithi138.outlvz (mgr.14180) 1050 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:48:59 smithi142 conmon[89206]: audit 2023-11-15T05:48:58.192601+0000 mgr.smithi138.outlvz (mgr.14180) 1051 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:00.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:59 smithi138 conmon[84393]: cluster 2023-11-15T05:48:58.127989+0000 2023-11-15T05:49:00.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:59 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1050 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:00.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:48:59 smithi138 conmon[84393]: audit 2023-11-15T05:48:58.192601+0000 mgr.smithi138.outlvz (mgr.14180) 1051 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:01.716 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:01.716 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:01.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:01 smithi142 conmon[89206]: cluster 2023-11-15T05:49:00.128765+0000 mgr.smithi138.outlvz (mgr.14180) 1052 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:02.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:01 smithi138 conmon[84393]: cluster 2023-11-15T05:49:00.128765+0000 mgr.smithi138.outlvz (mgr.14180) 1052 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:02.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:02.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:02 smithi142 conmon[89206]: audit 2023-11-15T05:49:01.711909+0000 mgr.smithi138.outlvz (mgr.14180) 1053 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:03.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:02 smithi138 conmon[84393]: audit 2023-11-15T05:49:01.711909+0000 mgr.smithi138.outlvz (mgr.14180) 1053 : audit [DBG] 2023-11-15T05:49:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:02 smithi138 conmon[84393]: from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:03.312 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:03.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:03 smithi142 conmon[89206]: cluster 2023-11-15T05:49:02.129522+0000 mgr.smithi138.outlvz (mgr.14180) 1054 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:03.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:03 smithi138 conmon[84393]: cluster 2023-11-15T05:49:02.129522+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:49:03.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:03 smithi138 conmon[84393]: 14180) 1054 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:05.227 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:05.227 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:05.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:06.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:05 smithi138 conmon[84393]: cluster 2023-11-15T05:49:04.130027+0000 mgr.smithi138.outlvz (mgr.14180) 1055 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:05 smithi142 conmon[89206]: cluster 2023-11-15T05:49:04.130027+0000 mgr.smithi138.outlvz (mgr.14180) 1055 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:06.860 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:07.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:06 smithi138 conmon[84393]: audit 2023-11-15T05:49:05.222796+0000 mgr.smithi138.outlvz (mgr.14180) 1056 : 2023-11-15T05:49:07.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:06 smithi138 conmon[84393]: audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:07.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:06 smithi142 conmon[89206]: audit 2023-11-15T05:49:05.222796+0000 mgr.smithi138.outlvz (mgr.14180) 1056 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:08.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:07 smithi138 conmon[84393]: cluster 2023-11-15T05:49:06.130538+0000 mgr.smithi138.outlvz (mgr.14180) 1057 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:08.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:07 smithi142 conmon[89206]: cluster 2023-11-15T05:49:06.130538+0000 mgr.smithi138.outlvz (mgr.14180) 1057 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:08.643 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:08.644 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:09.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:09 smithi138 conmon[84393]: cluster 2023-11-15T05:49:08.131274+0000 mgr.smithi138.outlvz (mgr.14180) 1058 : cluster 2023-11-15T05:49:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:09 smithi138 conmon[84393]: [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:09 smithi138 conmon[84393]: audit 2023-11-15T05:49:08.639279+0000 mgr.smithi138.outlvz (mgr.14180) 1059 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:09 smithi142 conmon[89206]: cluster 2023-11-15T05:49:08.131274+0000 mgr.smithi138.outlvz (mgr.14180) 1058 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:09 smithi142 conmon[89206]: audit 2023-11-15T05:49:08.639279+0000 mgr.smithi138.outlvz (mgr.14180) 1059 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:10.245 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:11.761 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:11 smithi138 conmon[84393]: cluster 2023-11-15T05:49:10.131838+0000 mgr.smithi138.outlvz (mgr.14180) 1060 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:12.138 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:12.139 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:12.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:11 smithi142 conmon[89206]: cluster 2023-11-15T05:49:10.131838+0000 mgr.smithi138.outlvz (mgr.14180) 1060 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:12.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:13.801 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:14.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:13 smithi138 conmon[84393]: cluster 2023-11-15T05:49:12.132592+0000 mgr.smithi138.outlvz (mgr.14180) 1061 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:14.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:13 smithi138 conmon[84393]: audit 2023-11-15T05:49:12.134534+0000 mgr.smithi138.outlvz (mgr.14180) 1062 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:13 smithi142 conmon[89206]: cluster 2023-11-15T05:49:12.132592+0000 mgr.smithi138.outlvz (mgr.14180) 1061 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:14.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:13 smithi142 conmon[89206]: audit 2023-11-15T05:49:12.134534+0000 mgr.smithi138.outlvz (mgr.14180) 1062 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:15.634 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:15.635 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:16.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:15 smithi138 conmon[84393]: cluster 2023-11-15T05:49:14.133240+0000 mgr.smithi138.outlvz (mgr.14180) 1063 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:16.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:15 smithi142 conmon[89206]: cluster 2023-11-15T05:49:14.133240+0000 mgr.smithi138.outlvz (mgr.14180) 1063 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:16.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:17.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:16 smithi138 conmon[84393]: audit 2023-11-15T05:49:15.630310+0000 mgr.smithi138.outlvz (mgr.14180) 1064 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:17.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:16 smithi142 conmon[89206]: audit 2023-11-15T05:49:15.630310+0000 mgr.smithi138.outlvz (mgr.14180) 1064 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:17.242 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:18.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:17 smithi138 conmon[84393]: cluster 2023-11-15T05:49:16.133696+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:49:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:17 smithi138 conmon[84393]: ) 1065 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:17 smithi142 conmon[89206]: cluster 2023-11-15T05:49:16.133696+0000 mgr.smithi138.outlvz (mgr.14180) 1065 : cluster [DBG] 2023-11-15T05:49:18.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:17 smithi142 conmon[89206]: pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:19.090 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:19.090 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:19.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:20.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:19 smithi138 conmon[84393]: cluster 2023-11-15T05:49:18.134362+0000 mgr.smithi138.outlvz (mgr.14180) 1066 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:19 smithi142 conmon[89206]: cluster 2023-11-15T05:49:18.134362+0000 mgr.smithi138.outlvz (mgr.14180) 1066 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:20.625 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:21.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:20 smithi138 conmon[84393]: audit 2023-11-15T05:49:19.085303+0000 mgr.smithi138.outlvz (mgr.14180) 1067 : audit [DBG] 2023-11-15T05:49:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:20 smithi138 conmon[84393]: from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:21.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:20 smithi142 conmon[89206]: audit 2023-11-15T05:49:19.085303+0000 mgr.smithi138.outlvz (mgr.14180) 1067 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:22.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:21 smithi138 conmon[84393]: cluster 2023-11-15T05:49:20.135019+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:49:22.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:21 smithi138 conmon[84393]: 14180) 1068 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:22.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:21 smithi142 conmon[89206]: cluster 2023-11-15T05:49:20.135019+0000 mgr.smithi138.outlvz (mgr.14180) 1068 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:21 smithi142 conmon[89206]: 2023-11-15T05:49:22.515 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:22.516 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:23.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:23 smithi138 conmon[84393]: cluster 2023-11-15T05:49:22.135798+0000 mgr.smithi138.outlvz (mgr.14180) 1069 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:23 smithi138 conmon[84393]: audit 2023-11-15T05:49:22.511613+0000 mgr.smithi138.outlvz (mgr.14180) 1070 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:24.059 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:24.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:23 smithi142 conmon[89206]: cluster 2023-11-15T05:49:22.135798+0000 mgr.smithi138.outlvz (mgr.14180) 1069 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:23 smithi142 conmon[89206]: 2023-11-15T05:49:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:23 smithi142 conmon[89206]: audit 2023-11-15T05:49:22.511613+0000 mgr.smithi138.outlvz (mgr.14180) 1070 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:25.995 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:25.995 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:26.018 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:25 smithi138 conmon[84393]: cluster 2023-11-15T05:49:24.136504+0000 mgr.smithi138.outlvz (mgr.14180) 1071 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:25 smithi142 conmon[89206]: cluster 2023-11-15T05:49:24.136504+0000 mgr.smithi138.outlvz (mgr.14180) 1071 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:26.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:27.611 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:28.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:27 smithi138 conmon[84393]: audit 2023-11-15T05:49:25.991217+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:49:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:27 smithi138 conmon[84393]: 14180) 1072 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:27 smithi138 conmon[84393]: cluster 2023-11-15T05:49:26.137140+0000 mgr.smithi138.outlvz (mgr.14180) 1073 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:27 smithi142 conmon[89206]: audit 2023-11-15T05:49:25.991217+0000 mgr.smithi138.outlvz (mgr.14180) 1072 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:28.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:27 smithi142 conmon[89206]: cluster 2023-11-15T05:49:26.137140+0000 mgr.smithi138.outlvz (mgr.14180) 1073 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:29.418 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:29.419 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:29.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:29 smithi138 conmon[84393]: cluster 2023-11-15T05:49:28.138032+0000 mgr.smithi138.outlvz (mgr.14180) 1074 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:30.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:29 smithi142 conmon[89206]: cluster 2023-11-15T05:49:28.138032+0000 mgr.smithi138.outlvz (mgr.14180) 1074 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:30.931 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:31.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:30 smithi138 conmon[84393]: audit 2023-11-15T05:49:29.413068+0000 mgr.smithi138.outlvz (mgr.14180) 1075 : audit [DBG] 2023-11-15T05:49:31.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:30 smithi138 conmon[84393]: from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:31.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:30 smithi142 conmon[89206]: audit 2023-11-15T05:49:29.413068+0000 mgr.smithi138.outlvz (mgr.14180) 1075 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:32.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:31 smithi138 conmon[84393]: cluster 2023-11-15T05:49:30.138519+0000 mgr.smithi138.outlvz (mgr.14180) 1076 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:32.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:31 smithi142 conmon[89206]: cluster 2023-11-15T05:49:30.138519+0000 mgr.smithi138.outlvz (mgr.14180) 1076 : cluster [DBG] 2023-11-15T05:49:32.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:31 smithi142 conmon[89206]: pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:32.880 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:32.881 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:33.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:34.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:33 smithi138 conmon[84393]: cluster 2023-11-15T05:49:32.139314+0000 mgr.smithi138.outlvz (mgr.14180) 1077 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:33 smithi138 conmon[84393]: audit 2023-11-15T05:49:32.876620+0000 mgr.smithi138.outlvz (mgr.14180) 1078 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:34.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:33 smithi142 conmon[89206]: cluster 2023-11-15T05:49:32.139314+0000 mgr.smithi138.outlvz (mgr.14180) 1077 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:34.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:33 smithi142 conmon[89206]: audit 2023-11-15T05:49:32.876620+0000 mgr.smithi138.outlvz (mgr.14180) 1078 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:34.455 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:35.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:35 smithi138 conmon[84393]: cluster 2023-11-15T05:49:34.139956+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:49:35.936 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:35 smithi138 conmon[84393]: 1079 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:35 smithi142 conmon[89206]: cluster 2023-11-15T05:49:34.139956+0000 mgr.smithi138.outlvz (mgr.14180) 1079 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:36.274 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:36.275 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:36.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:37.889 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:38.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:37 smithi138 conmon[84393]: cluster 2023-11-15T05:49:36.140429+0000 mgr.smithi138.outlvz (mgr.14180) 1080 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:38.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:37 smithi138 conmon[84393]: audit 2023-11-15T05:49:36.270374+0000 mgr.smithi138.outlvz (mgr.14180) 1081 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:38.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:37 smithi142 conmon[89206]: cluster 2023-11-15T05:49:36.140429+0000 mgr.smithi138.outlvz (mgr.14180) 1080 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:38.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:37 smithi142 conmon[89206]: audit 2023-11-15T05:49:36.270374+0000 mgr.smithi138.outlvz (mgr.14180) 1081 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:39.797 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:39.797 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:40.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:39 smithi142 conmon[89206]: cluster 2023-11-15T05:49:38.141391+0000 mgr.smithi138.outlvz (mgr.14180) 1082 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:40.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:39 smithi138 conmon[84393]: cluster 2023-11-15T05:49:38.141391+0000 2023-11-15T05:49:40.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:39 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1082 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:40.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:41.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:40 smithi142 conmon[89206]: audit 2023-11-15T05:49:39.790953+0000 mgr.smithi138.outlvz (mgr.14180) 1083 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:40 smithi138 conmon[84393]: audit 2023-11-15T05:49:39.790953+0000 mgr.smithi138.outlvz (mgr.14180) 1083 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.313 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:41 smithi138 conmon[84393]: cluster 2023-11-15T05:49:40.141948+0000 mgr.smithi138.outlvz (mgr.14180) 1084 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:49:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:41 smithi142 conmon[89206]: cluster 2023-11-15T05:49:40.141948+0000 mgr.smithi138.outlvz (mgr.14180) 1084 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:49:43.218 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:43.218 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:43.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:43 smithi138 conmon[84393]: cluster 2023-11-15T05:49:42.142699+0000 mgr.smithi138.outlvz (mgr.14180) 1085 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T05:49:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:43 smithi142 conmon[89206]: cluster 2023-11-15T05:49:42.142699+0000 mgr.smithi138.outlvz (mgr.14180) 1085 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T05:49:44.795 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:45.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:44 smithi142 conmon[89206]: audit 2023-11-15T05:49:43.212933+0000 mgr.smithi138.outlvz (mgr.14180) 1086 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:45.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:44 smithi142 conmon[89206]: 2023-11-15T05:49:45.255 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:44 smithi138 conmon[84393]: audit 2023-11-15T05:49:43.212933+0000 mgr.smithi138.outlvz (mgr.14180) 1086 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:46.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:45 smithi138 conmon[84393]: cluster 2023-11-15T05:49:44.143129+0000 mgr.smithi138.outlvz (mgr.14180) 1087 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:45 smithi142 conmon[89206]: cluster 2023-11-15T05:49:44.143129+0000 mgr.smithi138.outlvz (mgr.14180) 1087 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:46.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:45 smithi142 conmon[89206]: 2023-11-15T05:49:46.664 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:46.665 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:47.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:48.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:47 smithi142 conmon[89206]: cluster 2023-11-15T05:49:46.143701+0000 mgr.smithi138.outlvz (mgr.14180) 1088 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:48.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:47 smithi142 conmon[89206]: audit 2023-11-15T05:49:46.660580+0000 mgr.smithi138.outlvz (mgr.14180) 1089 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:48.270 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:48.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:47 smithi138 conmon[84393]: cluster 2023-11-15T05:49:46.143701+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:49:48.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:47 smithi138 conmon[84393]: 1088 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:48.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:47 smithi138 conmon[84393]: audit 2023-11-15T05:49:46.660580+0000 mgr.smithi138.outlvz (mgr.14180) 1089 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:49 smithi138 conmon[84393]: cluster 2023-11-15T05:49:48.144641+0000 mgr.smithi138.outlvz (mgr.14180) 1090 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:50.144 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:50.145 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:49 smithi142 conmon[89206]: cluster 2023-11-15T05:49:48.144641+0000 mgr.smithi138.outlvz (mgr.14180) 1090 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:50.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:51.728 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:52.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:51 smithi138 conmon[84393]: audit 2023-11-15T05:49:50.140546+0000 mgr.smithi138.outlvz (mgr.14180) 1091 : 2023-11-15T05:49:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:51 smithi138 conmon[84393]: audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:52.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:51 smithi138 conmon[84393]: cluster 2023-11-15T05:49:50.145140+0000 mgr.smithi138.outlvz (mgr.14180) 1092 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:52.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:51 smithi142 conmon[89206]: audit 2023-11-15T05:49:50.140546+0000 mgr.smithi138.outlvz (mgr.14180) 1091 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:52.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:51 smithi142 conmon[89206]: 2023-11-15T05:49:52.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:51 smithi142 conmon[89206]: cluster 2023-11-15T05:49:50.145140+0000 mgr.smithi138.outlvz (mgr.14180) 1092 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:49:53.593 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:53.593 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:54.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:53 smithi138 conmon[84393]: cluster 2023-11-15T05:49:52.145862+0000 mgr.smithi138.outlvz (mgr.14180) 1093 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:49:54.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:53 smithi142 conmon[89206]: cluster 2023-11-15T05:49:52.145862+0000 mgr.smithi138.outlvz (mgr.14180) 1093 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:49:55.202 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:55.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:54 smithi142 conmon[89206]: audit 2023-11-15T05:49:53.589001+0000 mgr.smithi138.outlvz (mgr.14180) 1094 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:55.232 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:54 smithi138 conmon[84393]: audit 2023-11-15T05:49:53.589001+0000 mgr.smithi138.outlvz (mgr.14180) 1094 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:55 smithi138 conmon[84393]: cluster 2023-11-15T05:49:54.146374+0000 mgr.smithi138.outlvz ( 2023-11-15T05:49:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:55 smithi138 conmon[84393]: mgr.14180) 1095 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:56.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:55 smithi142 conmon[89206]: cluster 2023-11-15T05:49:54.146374+0000 mgr.smithi138.outlvz (mgr.14180) 1095 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:57.142 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:49:57.142 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:49:57.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:57 smithi138 conmon[84393]: cluster 2023-11-15T05:49:56.146969+0000 mgr.smithi138.outlvz (mgr.14180) 1096 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:57 smithi142 conmon[89206]: cluster 2023-11-15T05:49:56.146969+0000 mgr.smithi138.outlvz (mgr.14180) 1096 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:58.769 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:59.210 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:58 smithi138 conmon[84393]: audit 2023-11-15T05:49:57.137721+0000 mgr.smithi138.outlvz (mgr.14180) 1097 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:59.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:58 smithi142 conmon[89206]: audit 2023-11-15T05:49:57.137721+0000 mgr.smithi138.outlvz (mgr.14180) 1097 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:00.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:59 smithi142 conmon[89206]: cluster 2023-11-15T05:49:58.147776+0000 mgr.smithi138.outlvz (mgr.14180) 1098 : cluster [DBG] 2023-11-15T05:50:00.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:49:59 smithi142 conmon[89206]: pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:00.245 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:49:59 smithi138 conmon[84393]: cluster 2023-11-15T05:49:58.147776+0000 mgr.smithi138.outlvz (mgr.14180) 1098 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:00.635 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:00.636 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:01.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:00 smithi138 conmon[84393]: cluster 2023-11-15T05:50:00.000131+0000 mon.smithi138 (mon.0) 758 : cluster [INF] overall HEALTH_OK 2023-11-15T05:50:01.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:00 smithi142 conmon[89206]: cluster 2023-11-15T05:50:00.000131+0000 mon.smithi138 (mon.0) 758 : cluster [INF] overall HEALTH_OK 2023-11-15T05:50:01.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:02.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:01 smithi142 conmon[89206]: cluster 2023-11-15T05:50:00.148578+0000 mgr.smithi138.outlvz (mgr.14180) 1099 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:01 smithi142 conmon[89206]: audit 2023-11-15T05:50:00.632049 2023-11-15T05:50:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:01 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 1100 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:02.276 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:02.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:01 smithi138 conmon[84393]: cluster 2023-11-15T05:50:00.148578+0000 mgr.smithi138.outlvz (mgr.14180) 1099 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:02.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:01 smithi138 conmon[84393]: audit 2023-11-15T05:50:00 2023-11-15T05:50:02.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:01 smithi138 conmon[84393]: .632049+0000 mgr.smithi138.outlvz (mgr.14180) 1100 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:04.155 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:04.156 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:04.179 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:03 smithi138 conmon[84393]: cluster 2023-11-15T05:50:02.149677+0000 mgr.smithi138.outlvz (mgr.14180) 1101 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:03 smithi142 conmon[89206]: cluster 2023-11-15T05:50:02.149677+0000 mgr.smithi138.outlvz (mgr.14180) 1101 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:04.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:05.725 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:06.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:05 smithi138 conmon[84393]: cluster 2023-11-15T05:50:04.150185+0000 mgr.smithi138.outlvz (mgr.14180) 1102 : cluster 2023-11-15T05:50:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:05 smithi138 conmon[84393]: [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:05 smithi138 conmon[84393]: audit 2023-11-15T05:50:04.151167+0000 mgr.smithi138.outlvz (mgr.14180) 1103 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:05 smithi142 conmon[89206]: cluster 2023-11-15T05:50:04.150185+0000 mgr.smithi138.outlvz (mgr.14180) 1102 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:05 smithi142 conmon[89206]: audit 2023-11-15T05:50:04.151167+0000 2023-11-15T05:50:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:05 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 1103 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:07.621 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:07.621 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:08.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:07 smithi138 conmon[84393]: cluster 2023-11-15T05:50:06.150719+0000 mgr.smithi138.outlvz (mgr.14180) 1104 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:08.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:08.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:07 smithi142 conmon[89206]: cluster 2023-11-15T05:50:06.150719+0000 mgr.smithi138.outlvz (mgr.14180) 1104 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:09.209 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:09.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:08 smithi142 conmon[89206]: audit 2023-11-15T05:50:07.616642+0000 mgr.smithi138.outlvz (mgr.14180) 1105 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:09.241 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:08 smithi138 conmon[84393]: audit 2023-11-15T05:50:07.616642+0000 mgr.smithi138.outlvz (mgr.14180) 1105 : audit [DBG] 2023-11-15T05:50:09.241 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:08 smithi138 conmon[84393]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:09 smithi138 conmon[84393]: cluster 2023-11-15T05:50:08.151712+0000 mgr.smithi138.outlvz (mgr.14180) 1106 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:09 smithi142 conmon[89206]: cluster 2023-11-15T05:50:08.151712+0000 mgr.smithi138.outlvz (mgr.14180) 1106 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:11.126 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:11.126 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:11.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:12.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:11 smithi138 conmon[84393]: cluster 2023-11-15T05:50:10.152319+0000 mgr.smithi138.outlvz (mgr.14180) 1107 : 2023-11-15T05:50:12.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:11 smithi138 conmon[84393]: cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:11 smithi142 conmon[89206]: cluster 2023-11-15T05:50:10.152319+0000 mgr.smithi138.outlvz (mgr.14180) 1107 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:12.700 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:13.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:12 smithi138 conmon[84393]: audit 2023-11-15T05:50:11.122240+0000 mgr.smithi138.outlvz (mgr.14180) 1108 : audit 2023-11-15T05:50:13.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:12 smithi138 conmon[84393]: [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:13.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:12 smithi142 conmon[89206]: audit 2023-11-15T05:50:11.122240+0000 mgr.smithi138.outlvz (mgr.14180) 1108 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:14.177 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:13 smithi138 conmon[84393]: cluster 2023-11-15T05:50:12.153155+0000 mgr.smithi138.outlvz (mgr.14180) 1109 2023-11-15T05:50:14.178 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:13 smithi138 conmon[84393]: : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:13 smithi142 conmon[89206]: cluster 2023-11-15T05:50:12.153155+0000 mgr.smithi138.outlvz (mgr.14180) 1109 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:14.558 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:14.559 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:15.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:16.150 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:16.179 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:15 smithi138 conmon[84393]: cluster 2023-11-15T05:50:14.153659+0000 mgr.smithi138.outlvz (mgr.14180) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:16.179 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:15 smithi138 conmon[84393]: 2023-11-15T05:50:16.180 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:15 smithi138 conmon[84393]: audit 2023-11-15T05:50:14.554731+0000 mgr.smithi138.outlvz (mgr.14180) 1111 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:15 smithi142 conmon[89206]: cluster 2023-11-15T05:50:14.153659+0000 mgr.smithi138.outlvz (mgr.14180) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:15 smithi142 conmon[89206]: audit 2023-11-15T05:50:14.554731+0000 mgr.smithi138.outlvz (mgr.14180) 1111 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:17.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:17 smithi138 conmon[84393]: cluster 2023-11-15T05:50:16.154250+0000 mgr.smithi138.outlvz (mgr.14180) 1112 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:17 smithi142 conmon[89206]: cluster 2023-11-15T05:50:16.154250+0000 mgr.smithi138.outlvz (mgr.14180) 1112 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:17.993 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:17.994 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:18.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:19.558 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:19.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:19 smithi142 conmon[89206]: audit 2023-11-15T05:50:17.989452+0000 mgr.smithi138.outlvz (mgr.14180) 1113 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:19 smithi142 conmon[89206]: cluster 2023-11-15T05:50: 2023-11-15T05:50:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:19 smithi142 conmon[89206]: 18.155044+0000 mgr.smithi138.outlvz (mgr.14180) 1114 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:20.006 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:19 smithi138 conmon[84393]: audit 2023-11-15T05:50: 2023-11-15T05:50:20.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:19 smithi138 conmon[84393]: 17.989452+0000 mgr.smithi138.outlvz (mgr.14180) 1113 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:20.007 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:19 smithi138 conmon[84393]: cluster 2023-11-15T05:50:18.155044+0000 mgr.smithi138.outlvz (mgr.14180) 1114 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:21.390 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:21.390 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:21.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:21 smithi138 conmon[84393]: cluster 2023-11-15T05:50:20.155573+0000 mgr.smithi138.outlvz (mgr.14180) 1115 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:21.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:21 smithi142 conmon[89206]: cluster 2023-11-15T05:50:20.155573+0000 mgr.smithi138.outlvz (mgr.14180) 1115 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:22.899 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:22.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:22 smithi138 conmon[84393]: audit 2023-11-15T05:50:21.385861 2023-11-15T05:50:22.927 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:22 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1116 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:22.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:22 smithi142 conmon[89206]: audit 2023-11-15T05:50:21.385861+0000 mgr.smithi138.outlvz (mgr.14180) 1116 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:23 smithi142 conmon[89206]: cluster 2023-11-15T05:50:22.156493+0000 mgr.smithi138.outlvz (mgr.14180) 1117 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:24.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:23 smithi138 conmon[84393]: cluster 2023-11-15T05:50: 2023-11-15T05:50:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:23 smithi138 conmon[84393]: 22.156493+0000 mgr.smithi138.outlvz (mgr.14180) 1117 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:24.756 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:24.757 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:25.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:25.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:25 smithi142 conmon[89206]: cluster 2023-11-15T05:50:24.157014+0000 mgr.smithi138.outlvz (mgr.14180) 1118 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:25.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:25 smithi142 conmon[89206]: audit 2023-11-15T05:50:24.752687+0000 mgr.smithi138.outlvz (mgr.14180) 1119 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:26.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:25 smithi138 conmon[84393]: cluster 2023-11-15T05:50:24.157014+0000 mgr.smithi138.outlvz (mgr.14180) 1118 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:26.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:25 smithi138 conmon[84393]: audit 2023-11-15T05:50:24.752687+0000 mgr.smithi138.outlvz (mgr.14180) 1119 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:26.356 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:27.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:27 smithi138 conmon[84393]: cluster 2023-11-15T05:50:26. 2023-11-15T05:50:27.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:27 smithi138 conmon[84393]: 157718+0000 mgr.smithi138.outlvz (mgr.14180) 1120 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:27.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:27 smithi142 conmon[89206]: cluster 2023-11-15T05:50:26.157718+0000 mgr.smithi138.outlvz (mgr.14180) 1120 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:28.232 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:28.233 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:28.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:29.815 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:29.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:29 smithi142 conmon[89206]: cluster 2023-11-15T05:50:28.158649+0000 mgr.smithi138.outlvz (mgr.14180) 1121 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:29 smithi142 conmon[89206]: 2023-11-15T05:50:29.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:29 smithi142 conmon[89206]: audit 2023-11-15T05:50:28.228244+0000 mgr.smithi138.outlvz (mgr.14180) 1122 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:29 smithi138 conmon[84393]: cluster 2023-11-15T05:50:28.158649+0000 mgr.smithi138.outlvz (mgr.14180) 1121 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:30.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:29 smithi138 conmon[84393]: audit 2023-11-15T05:50:28.228244+0000 mgr.smithi138.outlvz (mgr.14180) 1122 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:31.795 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:31 smithi138 conmon[84393]: cluster 2023-11-15T05:50:30.159208+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:50:31.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:31 smithi138 conmon[84393]: 1123 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:31.837 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:31.838 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:43.568170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.plknqv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:31.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:31 smithi142 conmon[89206]: cluster 2023-11-15T05:50:30.159208+0000 mgr.smithi138.outlvz (mgr.14180) 1123 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:32.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:32.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:32 smithi142 conmon[89206]: audit 2023-11-15T05:50:31.833211+0000 mgr.smithi138.outlvz (mgr.14180) 1124 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:33.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:32 smithi138 conmon[84393]: audit 2023-11-15T05:50:31.833211+0000 mgr.smithi138.outlvz (mgr.14180) 1124 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:33.396 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:33 smithi138 conmon[84393]: cluster 2023-11-15T05:50:32.160085+0000 mgr.smithi138.outlvz (mgr.14180) 1125 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:33.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:33 smithi138 conmon[84393]: 2023-11-15T05:50:33.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:33 smithi142 conmon[89206]: cluster 2023-11-15T05:50:32.160085+0000 mgr.smithi138.outlvz (mgr.14180) 1125 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:35.272 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:35.272 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:35.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:35 smithi138 conmon[84393]: cluster 2023-11-15T05:50:34.160702+0000 mgr.smithi138.outlvz (mgr.14180) 1126 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:35.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:35 smithi138 conmon[84393]: audit 2023-11-15T05:50:35.142957+0000 mon.smithi138 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gwblux"}]: dispatch 2023-11-15T05:50:35.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:35.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:35 smithi142 conmon[89206]: cluster 2023-11-15T05:50:34.160702+0000 mgr.smithi138.outlvz (mgr.14180) 1126 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:35 smithi142 conmon[89206]: audit 2023-11-15T05:50:35 2023-11-15T05:50:35.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:35 smithi142 conmon[89206]: .142957+0000 mon.smithi138 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gwblux"}]: dispatch 2023-11-15T05:50:36.813 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:36.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: cephadm 2023-11-15T05:50:35.142380+0000 mgr.smithi138.outlvz (mgr.14180) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:50:36.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:36.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:50:36.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:36.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:50:36.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:36.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:36.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-15T05:50:36.971 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: cephadm 2023-11-15T05:50:35.142593+0000 mgr.smithi138.outlvz (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: cephadm 2023-11-15T05:50:35.143626+0000 mgr.smithi138.outlvz (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:36.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:36.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:36.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:36.973 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:36.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:36.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:36.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: cephadm 2023-11-15T05:50:35.145867+0000 mgr.smithi138.outlvz (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.hjqafd on smithi138 2023-11-15T05:50:36.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:36 smithi142 conmon[89206]: audit 2023-11-15T05:50:35.268071+0000 mgr.smithi138.outlvz (mgr.14180) 1131 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: cephadm 2023-11-15T05:50:35.142380+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:50:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:37.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:50:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:37.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:50:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:50:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:37.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:37.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:37.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increas 2023-11-15T05:50:37.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: e-rate-limit 2023-11-15T05:50:37.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: cephadm 2023-11-15T05:50:35.142593+0000 mgr.smithi138.outlvz (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: cephadm 2023-11-15T05:50:35.143626+0000 mgr.smithi138.outlvz (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux 2023-11-15T05:50:37.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux 2023-11-15T05:50:37.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi142.gwblux ... 2023-11-15T05:50:37.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:50:37.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:49:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:50:37.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:37.051 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:50:37.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:37.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: cephadm 2023-11-15T05:50:35.145867+0000 mgr.smithi138.outlvz (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi138.hjqafd on smithi138 2023-11-15T05:50:37.052 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:36 smithi138 conmon[84393]: audit 2023-11-15T05:50:35.268071+0000 mgr.smithi138.outlvz (mgr.14180) 1131 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:37.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:37 smithi142 conmon[89206]: cluster 2023-11-15T05:50:36.161313+0000 mgr.smithi138.outlvz (mgr.14180) 1132 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:38.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:37 smithi138 conmon[84393]: cluster 2023-11-15T05:50:36.161313+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:50:38.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:37 smithi138 conmon[84393]: .14180) 1132 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:38.707 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:38.708 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:39.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:39 smithi142 conmon[89206]: cluster 2023-11-15T05:50:38.162008+0000 mgr.smithi138.outlvz (mgr.14180) 1133 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:39.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:39 smithi142 conmon[89206]: audit 2023-11-15T05:50:38.703466+0000 mgr.smithi138.outlvz (mgr.14180) 1134 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:39 smithi138 conmon[84393]: cluster 2023-11-15T05:50:38.162008+0000 mgr.smithi138.outlvz (mgr.14180) 1133 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:40.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:39 smithi138 conmon[84393]: audit 2023-11-15T05:50:38.703466+0000 mgr.smithi138.outlvz (mgr.14180) 1134 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:40.261 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:41.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:41 smithi138 conmon[84393]: cluster 2023-11-15T05:50:40.162589+0000 mgr.smithi138.outlvz ( 2023-11-15T05:50:41.836 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:41 smithi138 conmon[84393]: mgr.14180) 1135 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:41.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:41 smithi142 conmon[89206]: cluster 2023-11-15T05:50:40.162589+0000 mgr.smithi138.outlvz (mgr.14180) 1135 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:42.213 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:42.213 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:42.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:43.830 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:43 smithi142 conmon[89206]: cluster 2023-11-15T05:50:42.163394+0000 mgr.smithi138.outlvz (mgr.14180) 1136 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:43 smithi142 conmon[89206]: audit 2023-11-15T05:50:42. 2023-11-15T05:50:43.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:43 smithi142 conmon[89206]: 209041+0000 mgr.smithi138.outlvz (mgr.14180) 1137 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:43 smithi138 conmon[84393]: cluster 2023-11-15T05:50:42.163394+0000 mgr.smithi138.outlvz (mgr.14180) 1136 : cluster [DBG] 2023-11-15T05:50:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:43 smithi138 conmon[84393]: pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:43 smithi138 conmon[84393]: audit 2023-11-15T05:50:42.209041+0000 mgr.smithi138.outlvz (mgr.14180) 1137 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:45.788 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:45.789 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:45.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:45 smithi142 conmon[89206]: cluster 2023-11-15T05:50:44.163816+0000 mgr.smithi138.outlvz (mgr.14180) 1138 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:45.994 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:45 smithi138 conmon[84393]: cluster 2023-11-15T05:50:44.163816+0000 mgr.smithi138.outlvz (mgr.14180) 1138 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:46.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:46.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:46 smithi142 conmon[89206]: audit 2023-11-15T05:50:45.784038+0000 mgr.smithi138.outlvz (mgr.14180) 1139 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:47.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:46 smithi138 conmon[84393]: audit 2023-11-15T05:50:45.784038+0000 mgr.smithi138.outlvz 2023-11-15T05:50:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:46 smithi138 conmon[84393]: (mgr.14180) 1139 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:47.411 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:47.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:47 smithi138 conmon[84393]: cluster 2023-11-15T05:50: 2023-11-15T05:50:47.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:47 smithi138 conmon[84393]: 46.164359+0000 mgr.smithi138.outlvz (mgr.14180) 1140 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:47.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:47 smithi142 conmon[89206]: cluster 2023-11-15T05:50:46.164359+0000 mgr.smithi138.outlvz (mgr.14180) 1140 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:49.221 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:49.221 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:49.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:49.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:49 smithi142 conmon[89206]: cluster 2023-11-15T05:50:48.165152+0000 mgr.smithi138.outlvz (mgr.14180) 1141 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:50.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:49 smithi138 conmon[84393]: cluster 2023-11-15T05:50:48.165152+0000 mgr.smithi138.outlvz (mgr.14180) 1141 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:50.827 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:50 smithi142 conmon[89206]: audit 2023-11-15T05:50:49.216970+0000 mgr.smithi138.outlvz (mgr.14180) 1142 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:51.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:50 smithi138 conmon[84393]: audit 2023-11-15T05:50:49.216970+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:50:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:50 smithi138 conmon[84393]: 14180) 1142 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:51 smithi138 conmon[84393]: cluster 2023-11-15T05:50:50.165879+0000 mgr.smithi138.outlvz (mgr.14180) 1143 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:51 smithi142 conmon[89206]: cluster 2023-11-15T05:50:50.165879+0000 mgr.smithi138.outlvz (mgr.14180) 1143 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:52.754 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:52.755 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:53.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:53 smithi142 conmon[89206]: cluster 2023-11-15T05:50:52.166651+0000 mgr.smithi138.outlvz (mgr.14180) 1144 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:53 smithi142 conmon[89206]: audit 2023- 2023-11-15T05:50:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:53 smithi142 conmon[89206]: 11-15T05:50:52.750122+0000 mgr.smithi138.outlvz (mgr.14180) 1145 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:53 smithi138 conmon[84393]: cluster 2023-11-15T05:50:52.166651+0000 2023-11-15T05:50:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:53 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1144 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:53 smithi138 conmon[84393]: audit 2023-11-15T05:50:52.750122+0000 mgr.smithi138.outlvz (mgr.14180) 1145 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:54.396 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:55.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:55 smithi138 conmon[84393]: cluster 2023-11-15T05:50:54.167290+0000 mgr.smithi138.outlvz (mgr.14180) 1146 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:55.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:55 smithi142 conmon[89206]: cluster 2023-11-15T05:50:54.167290+0000 mgr.smithi138.outlvz (mgr.14180) 1146 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:56.312 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:56.312 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:50:56.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:57.913 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:58.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:57 smithi138 conmon[84393]: cluster 2023-11-15T05:50:56.167818+0000 mgr.smithi138.outlvz (mgr.14180) 1147 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:57 smithi138 conmon[84393]: 2023-11-15T05:50:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:57 smithi138 conmon[84393]: audit 2023-11-15T05:50:56.307962+0000 mgr.smithi138.outlvz (mgr.14180) 1148 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:58.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:57 smithi142 conmon[89206]: cluster 2023-11-15T05:50:56.167818+0000 mgr.smithi138.outlvz (mgr.14180) 1147 : cluster [DBG] 2023-11-15T05:50:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:57 smithi142 conmon[89206]: pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:57 smithi142 conmon[89206]: audit 2023-11-15T05:50:56.307962+0000 mgr.smithi138.outlvz (mgr.14180) 1148 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:59.891 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:50:59.892 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:00.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:50:59 smithi138 conmon[84393]: cluster 2023-11-15T05:50:58.168587+0000 mgr.smithi138.outlvz (mgr.14180) 1149 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:00.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:50:59 smithi142 conmon[89206]: cluster 2023-11-15T05:50:58.168587+0000 mgr.smithi138.outlvz (mgr.14180) 1149 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:00.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:01.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:00 smithi138 conmon[84393]: audit 2023-11-15T05:50:59.887343+0000 mgr.smithi138.outlvz (mgr.14180) 1150 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:01.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:00 smithi142 conmon[89206]: audit 2023-11-15T05:50:59.887343+0000 mgr.smithi138.outlvz (mgr.14180) 1150 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:01.500 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:02.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:01 smithi138 conmon[84393]: cluster 2023-11-15T05:51:00.169173+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:51:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:01 smithi138 conmon[84393]: .14180) 1151 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:02.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:01 smithi142 conmon[89206]: cluster 2023-11-15T05:51:00.169173+0000 mgr.smithi138.outlvz (mgr.14180) 1151 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:03.315 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:03.316 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:03.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:04.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:03 smithi138 conmon[84393]: cluster 2023-11-15T05:51:02.170051+0000 mgr.smithi138.outlvz (mgr.14180) 1152 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:03 smithi142 conmon[89206]: cluster 2023-11-15T05:51:02.170051+0000 mgr.smithi138.outlvz (mgr.14180) 1152 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:04.924 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:05.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:04 smithi142 conmon[89206]: audit 2023-11-15T05:51:03.311508+0000 mgr.smithi138.outlvz (mgr.14180) 1153 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:05.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:04 smithi138 conmon[84393]: audit 2023-11-15T05:51:03.311508+0000 mgr.smithi138.outlvz (mgr.14180) 1153 : audit 2023-11-15T05:51:05.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:04 smithi138 conmon[84393]: [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:06.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:05 smithi138 conmon[84393]: cluster 2023-11-15T05:51:04.170610+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:51:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:05 smithi138 conmon[84393]: ) 1154 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:05 smithi142 conmon[89206]: cluster 2023-11-15T05:51:04.170610+0000 mgr.smithi138.outlvz (mgr.14180) 1154 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:06.809 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:06.810 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:07.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:08.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:07 smithi142 conmon[89206]: cluster 2023-11-15T05:51:06.171112+0000 mgr.smithi138.outlvz (mgr.14180) 1155 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:08.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:07 smithi142 conmon[89206]: audit 2023-11-15T05:51:06.805685+0000 mgr.smithi138.outlvz (mgr.14180) 1156 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:08.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:07 smithi138 conmon[84393]: cluster 2023-11-15T05:51:06.171112+0000 mgr.smithi138.outlvz 2023-11-15T05:51:08.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:07 smithi138 conmon[84393]: (mgr.14180) 1155 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:08.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:07 smithi138 conmon[84393]: audit 2023-11-15T05:51:06.805685+0000 mgr.smithi138.outlvz (mgr.14180) 1156 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:08.400 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:09.997 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:09 smithi138 conmon[84393]: cluster 2023-11-15T05:51:08.172037+0000 mgr.smithi138.outlvz (mgr.14180) 1157 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:10.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:09 smithi142 conmon[89206]: cluster 2023-11-15T05:51:08.172037+0000 mgr.smithi138.outlvz (mgr.14180) 1157 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:10.384 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:10.385 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:11.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:12.016 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:12.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:11 smithi142 conmon[89206]: cluster 2023-11-15T05:51:10.172585+0000 mgr.smithi138.outlvz (mgr.14180) 1158 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:12.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:11 smithi142 conmon[89206]: audit 2023-11-15T05:51:10.380621+0000 mgr.smithi138.outlvz (mgr.14180) 1159 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:12.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:11 smithi138 conmon[84393]: cluster 2023-11-15T05:51:10.172585+0000 mgr.smithi138.outlvz (mgr.14180) 1158 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:12.295 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:11 smithi138 conmon[84393]: audit 2023-11-15T05:51:10.380621+0000 mgr.smithi138.outlvz (mgr.14180) 1159 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:13.956 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:13.957 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:13.987 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:13 smithi138 conmon[84393]: cluster 2023-11-15T05:51:12.173398+0000 mgr.smithi138.outlvz (mgr.14180) 1160 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:13 smithi142 conmon[89206]: cluster 2023-11-15T05:51:12.173398+0000 mgr.smithi138.outlvz (mgr.14180) 1160 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:14.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:15.570 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:16.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:15 smithi138 conmon[84393]: audit 2023-11-15T05:51:13.952535+0000 mgr.smithi138.outlvz 2023-11-15T05:51:16.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:15 smithi138 conmon[84393]: (mgr.14180) 1161 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:16.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:15 smithi138 conmon[84393]: cluster 2023-11-15T05:51:14.174140+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:51:16.031 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:15 smithi138 conmon[84393]: ) 1162 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:16.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:15 smithi142 conmon[89206]: audit 2023-11-15T05:51:13.952535+0000 mgr.smithi138.outlvz (mgr.14180) 1161 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:15 smithi142 conmon[89206]: cluster 2023-11-15T05:51:14.174140+0000 2023-11-15T05:51:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:15 smithi142 conmon[89206]: mgr.smithi138.outlvz (mgr.14180) 1162 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:17.537 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:17.537 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:18.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:17 smithi138 conmon[84393]: cluster 2023-11-15T05:51:16.174653+0000 mgr.smithi138.outlvz (mgr.14180) 1163 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:18.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:17 smithi142 conmon[89206]: cluster 2023-11-15T05:51:16.174653+0000 mgr.smithi138.outlvz (mgr.14180) 1163 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:19.189 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:19.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:18 smithi142 conmon[89206]: audit 2023-11-15T05:51:17.532424+0000 mgr.smithi138.outlvz (mgr.14180) 1164 : audit 2023-11-15T05:51:19.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:18 smithi142 conmon[89206]: [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:19.217 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:18 smithi138 conmon[84393]: audit 2023-11-15T05:51:17.532424+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:51:19.217 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:18 smithi138 conmon[84393]: ) 1164 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:19.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:19 smithi138 conmon[84393]: cluster 2023-11-15T05:51:18.175387 2023-11-15T05:51:19.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:19 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1165 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:19 smithi142 conmon[89206]: cluster 2023-11-15T05:51:18.175387+0000 mgr.smithi138.outlvz (mgr.14180) 1165 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:20.960 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:20.960 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:21.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:21 smithi142 conmon[89206]: cluster 2023-11-15T05:51:20.175933+0000 mgr.smithi138.outlvz (mgr.14180) 1166 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:22.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:21 smithi138 conmon[84393]: cluster 2023-11-15T05:51:20.175933+0000 mgr.smithi138.outlvz (mgr.14180) 1166 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:22.576 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:23.029 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:22 smithi138 conmon[84393]: audit 2023-11-15T05:51:20.955875+0000 mgr.smithi138.outlvz 2023-11-15T05:51:23.030 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:22 smithi138 conmon[84393]: (mgr.14180) 1167 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:23.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:22 smithi142 conmon[89206]: audit 2023-11-15T05:51:20.955875+0000 mgr.smithi138.outlvz (mgr.14180) 1167 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:24.122 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:23 smithi138 conmon[84393]: cluster 2023-11-15T05:51:22.176738+0000 mgr.smithi138.outlvz (mgr.14180) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:23 smithi142 conmon[89206]: cluster 2023-11-15T05:51:22.176738+0000 mgr.smithi138.outlvz (mgr.14180) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:24.446 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:24.447 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:25.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:26.063 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:26.094 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:25 smithi138 conmon[84393]: cluster 2023-11-15T05:51:24.177239+0000 mgr.smithi138.outlvz ( 2023-11-15T05:51:26.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:25 smithi138 conmon[84393]: mgr.14180) 1169 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:26.095 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:25 smithi138 conmon[84393]: audit 2023-11-15T05:51:24.442440+0000 mgr.smithi138.outlvz (mgr.14180) 1170 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:25 smithi142 conmon[89206]: cluster 2023-11-15T05:51:24.177239+0000 mgr.smithi138.outlvz (mgr.14180) 1169 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:26.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:25 smithi142 conmon[89206]: audit 2023-11-15T05:51 2023-11-15T05:51:26.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:25 smithi142 conmon[89206]: :24.442440+0000 mgr.smithi138.outlvz (mgr.14180) 1170 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:27.946 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:27.947 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:28.153 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:27 smithi138 conmon[84393]: cluster 2023-11-15T05:51:26.177745+0000 mgr.smithi138.outlvz (mgr.14180) 1171 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:27 smithi142 conmon[89206]: cluster 2023-11-15T05:51:26.177745+0000 mgr.smithi138.outlvz (mgr.14180) 1171 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:28.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:29.572 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:30.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:29 smithi138 conmon[84393]: audit 2023-11-15T05:51:27.942117+0000 2023-11-15T05:51:30.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:29 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1172 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:30.013 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:29 smithi138 conmon[84393]: cluster 2023-11-15T05:51:28.178545+0000 mgr.smithi138.outlvz (mgr.14180) 1173 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-11-15T05:51:30.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:29 smithi142 conmon[89206]: audit 2023-11-15T05:51:27.942117+0000 mgr.smithi138.outlvz (mgr.14180) 1172 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:30.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:29 smithi142 conmon[89206]: 2023-11-15T05:51:30.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:29 smithi142 conmon[89206]: cluster 2023-11-15T05:51:28.178545+0000 mgr.smithi138.outlvz (mgr.14180) 1173 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-11-15T05:51:31.387 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:31.388 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:31.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:32.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:31 smithi142 conmon[89206]: cluster 2023-11-15T05:51:30.179119+0000 mgr.smithi138.outlvz (mgr.14180) 1174 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-15T05:51:32.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:31 smithi138 conmon[84393]: cluster 2023-11-15T05:51:30.179119+0000 mgr.smithi138.outlvz (mgr.14180) 1174 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-15T05:51:32.970 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:33.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:32 smithi142 conmon[89206]: audit 2023-11-15T05:51:31.383361+0000 mgr.smithi138.outlvz (mgr.14180) 1175 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:33.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:32 smithi138 conmon[84393]: audit 2023-11-15T05:51:31 2023-11-15T05:51:33.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:32 smithi138 conmon[84393]: .383361+0000 mgr.smithi138.outlvz (mgr.14180) 1175 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:34.183 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:33 smithi138 conmon[84393]: cluster 2023-11-15T05:51:32.180025+0000 mgr.smithi138.outlvz (mgr.14180) 1176 : cluster 2023-11-15T05:51:34.184 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:33 smithi138 conmon[84393]: [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:34.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:33 smithi142 conmon[89206]: cluster 2023-11-15T05:51:32.180025+0000 mgr.smithi138.outlvz (mgr.14180) 1176 : cluster [DBG] 2023-11-15T05:51:34.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:33 smithi142 conmon[89206]: pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:34.818 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:34.819 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:35.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:35 smithi142 conmon[89206]: cluster 2023-11-15T05:51:34.180478+0000 mgr.smithi138.outlvz (mgr.14180) 1177 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:36.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:35 smithi142 conmon[89206]: audit 2023-11-15T05:51:34.813947+0000 mgr.smithi138.outlvz (mgr.14180) 1178 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:36.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:35 smithi138 conmon[84393]: cluster 2023-11-15T05:51:34.180478+0000 2023-11-15T05:51:36.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:35 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1177 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:36.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:35 smithi138 conmon[84393]: audit 2023-11-15T05:51:34 2023-11-15T05:51:36.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:35 smithi138 conmon[84393]: .813947+0000 mgr.smithi138.outlvz (mgr.14180) 1178 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:36.430 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:37.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:37 smithi138 conmon[84393]: cluster 2023-11-15T05:51:36.181027+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:51:37.885 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:37 smithi138 conmon[84393]: ) 1179 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:38.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:37 smithi142 conmon[89206]: cluster 2023-11-15T05:51:36.181027+0000 mgr.smithi138.outlvz (mgr.14180) 1179 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:38.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:37 smithi142 conmon[89206]: 2023-11-15T05:51:38.267 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:38.268 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:38.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:39.819 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:40.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:39 smithi142 conmon[89206]: cluster 2023-11-15T05:51:38.181747+0000 mgr.smithi138.outlvz (mgr.14180) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:40.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:39 smithi142 conmon[89206]: audit 2023-11-15T05:51:38.263208+0000 mgr.smithi138.outlvz (mgr.14180) 1181 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:40.278 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:39 smithi138 conmon[84393]: cluster 2023-11-15T05:51:38.181747+0000 mgr.smithi138.outlvz (mgr.14180) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-15T05:51:40.690 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:39 smithi138 conmon[84393]: audit 2023-11-15T05:51:38.263208+0000 mgr.smithi138.outlvz (mgr.14180) 1181 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:41.734 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:41.735 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:41 smithi138 conmon[84393]: cluster 2023-11-15T05:51:40.182329 2023-11-15T05:51:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:41 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1182 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-15T05:51:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:41 smithi142 conmon[89206]: cluster 2023-11-15T05:51:40.182329+0000 mgr.smithi138.outlvz (mgr.14180) 1182 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-15T05:51:42.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:43.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:42 smithi142 conmon[89206]: audit 2023-11-15T05:51:41.728782+0000 mgr.smithi138.outlvz (mgr.14180) 1183 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:43.268 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:43.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:42 smithi138 conmon[84393]: audit 2023-11-15T05:51:41.728782+0000 mgr.smithi138.outlvz (mgr.14180) 1183 : audit 2023-11-15T05:51:43.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:42 smithi138 conmon[84393]: [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:43 smithi138 conmon[84393]: cluster 2023-11-15T05:51:42.183374+0000 mgr.smithi138.outlvz (mgr.14180) 1184 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-15T05:51:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:43 smithi142 conmon[89206]: cluster 2023-11-15T05:51:42.183374+0000 mgr.smithi138.outlvz (mgr.14180) 1184 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-15T05:51:45.158 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:45.158 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:45.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:46.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:45 smithi138 conmon[84393]: cluster 2023-11-15T05:51:44.183831+0000 mgr.smithi138.outlvz (mgr.14180) 1185 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:45 smithi142 conmon[89206]: cluster 2023-11-15T05:51:44.183831+0000 mgr.smithi138.outlvz (mgr.14180) 1185 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:46.752 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:47.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:46 smithi138 conmon[84393]: audit 2023-11-15T05:51:45.153044+0000 2023-11-15T05:51:47.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:46 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1186 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:47.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:46 smithi142 conmon[89206]: audit 2023-11-15T05:51:45.153044+0000 mgr.smithi138.outlvz (mgr.14180) 1186 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:48.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:47 smithi142 conmon[89206]: cluster 2023-11-15T05:51:46.184362+0000 mgr.smithi138.outlvz (mgr.14180) 1187 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:48.268 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:47 smithi138 conmon[84393]: cluster 2023-11-15T05:51:46.184362+0000 mgr.smithi138.outlvz (mgr.14180) 1187 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:48.646 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:48.646 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:49.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:50.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:49 smithi142 conmon[89206]: cluster 2023-11-15T05:51:48.185100+0000 mgr.smithi138.outlvz (mgr.14180) 1188 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:50.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:49 smithi142 conmon[89206]: audit 2023-11-15T05:51:48.642126+0000 mgr.smithi138.outlvz (mgr.14180) 1189 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:50.226 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:50.257 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:49 smithi138 conmon[84393]: cluster 2023-11-15T05:51:48.185100+0000 mgr.smithi138.outlvz (mgr.14180) 1188 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:50.258 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:49 smithi138 conmon[84393]: audit 2023-11-15T05:51:48.642126+0000 mgr.smithi138.outlvz (mgr.14180) 1189 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:52.126 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:52.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:51 smithi142 conmon[89206]: cluster 2023-11-15T05:51:50.185711+0000 mgr.smithi138.outlvz (mgr.14180) 1190 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:52.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:51 smithi138 conmon[84393]: cluster 2023-11-15T05:51:50.185711+0000 mgr.smithi138.outlvz (mgr.14180) 1190 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:52.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:53.744 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:54.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:53 smithi138 conmon[84393]: audit 2023-11-15T05:51:52.121325 2023-11-15T05:51:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:53 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1191 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:54.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:53 smithi138 conmon[84393]: cluster 2023-11-15T05:51:52.186701+0000 mgr.smithi138.outlvz (mgr.14180) 1192 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:54.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:53 smithi142 conmon[89206]: audit 2023-11-15T05:51:52.121325+0000 mgr.smithi138.outlvz (mgr.14180) 1191 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:54.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:53 smithi142 conmon[89206]: cluster 2023-11-15T05:51 2023-11-15T05:51:54.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:53 smithi142 conmon[89206]: :52.186701+0000 mgr.smithi138.outlvz (mgr.14180) 1192 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:51:55.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:54 smithi142 conmon[89206]: cluster 2023-11-15T05:51:54.187417+0000 mgr.smithi138.outlvz (mgr.14180) 1193 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:55.253 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:54 smithi138 conmon[84393]: cluster 2023-11-15T05:51:54.187417+0000 mgr.smithi138.outlvz (mgr.14180) 1193 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:55.641 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:55.641 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:56.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:55 smithi138 conmon[84393]: audit 2023-11-15T05:51:55.636058 2023-11-15T05:51:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:55 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1194 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:56.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:55 smithi142 conmon[89206]: audit 2023-11-15T05:51:55.636058+0000 mgr.smithi138.outlvz (mgr.14180) 1194 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:56.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:57.241 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:57.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:57 smithi142 conmon[89206]: cluster 2023-11-15T05:51:56.187971+0000 mgr.smithi138.outlvz (mgr.14180) 1195 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:58.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:57 smithi138 conmon[84393]: cluster 2023-11-15T05:51:56.187971+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:51:58.032 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:57 smithi138 conmon[84393]: 14180) 1195 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:59.099 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:51:59.100 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:51:59.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:59.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:59 smithi142 conmon[89206]: cluster 2023-11-15T05:51:58.188860+0000 mgr.smithi138.outlvz (mgr.14180) 1196 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:59.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:51:59 smithi142 conmon[89206]: 2023-11-15T05:52:00.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:51:59 smithi138 conmon[84393]: cluster 2023-11-15T05:51:58.188860+0000 mgr.smithi138.outlvz (mgr.14180) 1196 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:00.715 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:00.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:00 smithi142 conmon[89206]: audit 2023-11-15T05:51:59.095200+0000 mgr.smithi138.outlvz (mgr.14180) 1197 : audit [DBG] 2023-11-15T05:52:00.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:00 smithi142 conmon[89206]: from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:01.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:00 smithi138 conmon[84393]: audit 2023-11-15T05:51:59.095200+0000 mgr.smithi138.outlvz (mgr.14180) 1197 : audit [DBG] 2023-11-15T05:52:01.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:00 smithi138 conmon[84393]: from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:01 smithi138 conmon[84393]: cluster 2023-11-15T05:52:00.189342+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:52:01.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:01 smithi138 conmon[84393]: 14180) 1198 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:01.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:01 smithi142 conmon[89206]: cluster 2023-11-15T05:52:00.189342+0000 mgr.smithi138.outlvz (mgr.14180) 1198 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:02.548 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:02.549 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:03.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:03.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:03 smithi142 conmon[89206]: cluster 2023-11-15T05:52:02.190226+0000 mgr.smithi138.outlvz (mgr.14180) 1199 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:03.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:03 smithi142 conmon[89206]: audit 2023-11-15T05: 2023-11-15T05:52:03.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:03 smithi142 conmon[89206]: 52:02.544359+0000 mgr.smithi138.outlvz (mgr.14180) 1200 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:04.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:03 smithi138 conmon[84393]: cluster 2023-11-15T05:52:02.190226+0000 mgr.smithi138.outlvz (mgr.14180) 1199 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:04.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:03 smithi138 conmon[84393]: audit 2023-11-15T05:52:02.544359+0000 mgr.smithi138.outlvz (mgr.14180) 1200 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:04.116 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:05.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:05 smithi142 conmon[89206]: cluster 2023-11-15T05:52:04.190745+0000 mgr.smithi138.outlvz (mgr.14180) 1201 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:05.973 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:05.974 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:06.001 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:05 smithi138 conmon[84393]: cluster 2023-11-15T05:52:04.190745+0000 mgr.smithi138.outlvz (mgr.14180) 1201 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:06.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:07.548 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:07.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:07 smithi142 conmon[89206]: audit 2023-11-15T05:52:05.969417+0000 mgr.smithi138.outlvz (mgr.14180) 1202 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:07 smithi142 conmon[89206]: cluster 2023-11 2023-11-15T05:52:07.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:07 smithi142 conmon[89206]: -15T05:52:06.191425+0000 mgr.smithi138.outlvz (mgr.14180) 1203 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:07.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:07 smithi138 conmon[84393]: audit 2023-11-15T05:52:05.969417+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:52:07.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:07 smithi138 conmon[84393]: ) 1202 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:07.998 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:07 smithi138 conmon[84393]: cluster 2023-11-15T05:52:06.191425+0000 mgr.smithi138.outlvz (mgr.14180) 1203 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:09.451 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:09.452 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:09.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:09 smithi138 conmon[84393]: cluster 2023-11-15T05:52:08.192224+0000 mgr.smithi138.outlvz (mgr.14180) 1204 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:09.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:09 smithi142 conmon[89206]: cluster 2023-11-15T05:52:08.192224+0000 mgr.smithi138.outlvz (mgr.14180) 1204 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:10.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:10 smithi142 conmon[89206]: audit 2023-11-15T05:52:09.447309+0000 mgr.smithi138.outlvz (mgr.14180) 1205 : audit 2023-11-15T05:52:10.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:10 smithi142 conmon[89206]: [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:11.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:10 smithi138 conmon[84393]: audit 2023-11-15T05:52:09.447309+0000 mgr.smithi138.outlvz (mgr.14180) 1205 2023-11-15T05:52:11.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:10 smithi138 conmon[84393]: : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:11.081 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:11 smithi138 conmon[84393]: cluster 2023-11-15T05:52:10.192737 2023-11-15T05:52:11.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:11 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1206 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:11.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:11 smithi142 conmon[89206]: cluster 2023-11-15T05:52:10.192737+0000 mgr.smithi138.outlvz (mgr.14180) 1206 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:12.952 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:12.953 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:13.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:13.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:13 smithi138 conmon[84393]: cluster 2023-11-15T05:52:12.193536+0000 mgr.smithi138.outlvz (mgr.14180) 1207 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:13.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:13 smithi142 conmon[89206]: cluster 2023-11-15T05:52:12.193536+0000 mgr.smithi138.outlvz (mgr.14180) 1207 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:14.498 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:14.791 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:14 smithi138 conmon[84393]: audit 2023-11-15T05:52:12.948400+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:52:14.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:14 smithi138 conmon[84393]: ) 1208 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:14.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:14 smithi142 conmon[89206]: audit 2023-11-15T05:52:12.948400+0000 mgr.smithi138.outlvz (mgr.14180) 1208 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:15.942 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:15 smithi138 conmon[84393]: cluster 2023-11-15T05:52:14.194022+0000 mgr.smithi138.outlvz (mgr.14180) 1209 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:15.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:15 smithi142 conmon[89206]: cluster 2023-11-15T05:52:14.194022+0000 mgr.smithi138.outlvz (mgr.14180) 1209 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:16.306 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:16.306 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:16.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:17.848 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:17.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:17 smithi142 conmon[89206]: cluster 2023-11-15T05:52:16.194551+0000 mgr.smithi138.outlvz (mgr.14180) 1210 : cluster [DBG] 2023-11-15T05:52:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:17 smithi142 conmon[89206]: pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:17.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:17 smithi142 conmon[89206]: audit 2023-11-15T05:52:16.301799+0000 mgr.smithi138.outlvz (mgr.14180) 1211 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:17 smithi138 conmon[84393]: cluster 2023-11-15T05:52:16.194551+0000 mgr.smithi138.outlvz (mgr.14180) 1210 2023-11-15T05:52:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:17 smithi138 conmon[84393]: : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:18.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:17 smithi138 conmon[84393]: audit 2023-11-15T05:52:16.301799+0000 mgr.smithi138.outlvz (mgr.14180) 1211 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:19.723 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:19.723 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:19.953 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:19 smithi138 conmon[84393]: cluster 2023-11-15T05:52:18.195311+0000 mgr.smithi138.outlvz (mgr.14180) 1212 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:19.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:19 smithi142 conmon[89206]: cluster 2023-11-15T05:52:18.195311+0000 mgr.smithi138.outlvz (mgr.14180) 1212 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:20.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:20.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:20 smithi142 conmon[89206]: audit 2023-11-15T05:52:19.719001+0000 mgr.smithi138.outlvz (mgr.14180) 1213 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:21.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:20 smithi138 conmon[84393]: audit 2023-11-15T05:52:19.719001+0000 mgr.smithi138.outlvz (mgr.14180) 1213 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:21.305 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:21.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:21 smithi142 conmon[89206]: cluster 2023-11-15T05:52:20.195867+0000 mgr.smithi138.outlvz (mgr.14180) 1214 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:21.977 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:21 smithi138 conmon[84393]: cluster 2023-11-15T05:52:20.195867+0000 mgr.smithi138.outlvz (mgr.14180) 1214 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:23.152 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:23.152 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:23.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:23.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:23 smithi142 conmon[89206]: cluster 2023-11-15T05:52:22.196626+0000 mgr.smithi138.outlvz (mgr.14180) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:24.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:23 smithi138 conmon[84393]: cluster 2023-11-15T05:52:22.196626+0000 mgr.smithi138.outlvz (mgr.14180) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:24.696 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:25.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:24 smithi138 conmon[84393]: audit 2023-11-15T05:52:23.148097+0000 mgr.smithi138.outlvz (mgr.14180) 1216 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:25.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:24 smithi138 conmon[84393]: 2023-11-15T05:52:25.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:24 smithi142 conmon[89206]: audit 2023-11-15T05:52:23.148097+0000 mgr.smithi138.outlvz (mgr.14180) 1216 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:25.974 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:25 smithi138 conmon[84393]: cluster 2023-11-15T05:52:24.197119+0000 mgr.smithi138.outlvz (mgr.14180) 1217 2023-11-15T05:52:25.975 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:25 smithi138 conmon[84393]: : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:25 smithi142 conmon[89206]: cluster 2023-11-15T05:52:24.197119+0000 mgr.smithi138.outlvz (mgr.14180) 1217 : cluster [DBG] 2023-11-15T05:52:26.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:25 smithi142 conmon[89206]: pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:26.659 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:26.660 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:27.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:27 smithi138 conmon[84393]: cluster 2023-11-15T05:52:26.197646+0000 mgr.smithi138.outlvz (mgr.14180) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:28.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:27 smithi138 conmon[84393]: audit 2023-11-15T05:52:26.655399+0000 mgr.smithi138.outlvz (mgr.14180) 1219 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:28.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:27 smithi142 conmon[89206]: cluster 2023-11-15T05:52:26.197646+0000 mgr.smithi138.outlvz (mgr.14180) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:28.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:27 smithi142 conmon[89206]: audit 2023-11-15T05:52:26.655399 2023-11-15T05:52:28.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:27 smithi142 conmon[89206]: +0000 mgr.smithi138.outlvz (mgr.14180) 1219 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:28.245 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:29.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:29 smithi138 conmon[84393]: cluster 2023-11-15T05:52:28.198581+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:52:29.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:29 smithi138 conmon[84393]: ) 1220 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:30.144 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:30.144 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:30.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:29 smithi142 conmon[89206]: cluster 2023-11-15T05:52:28.198581+0000 mgr.smithi138.outlvz (mgr.14180) 1220 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:30.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:31.686 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:31 smithi138 conmon[84393]: audit 2023-11-15T05:52:30.139924+0000 mgr.smithi138.outlvz (mgr.14180) 1221 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:32.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:31 smithi138 conmon[84393]: cluster 2023-11-15T05:52:30.199104+0000 mgr.smithi138.outlvz (mgr.14180) 1222 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:32.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:31 smithi142 conmon[89206]: audit 2023-11-15T05:52:30.139924+0000 mgr.smithi138.outlvz (mgr.14180) 1221 : audit 2023-11-15T05:52:32.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:31 smithi142 conmon[89206]: [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:32.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:31 smithi142 conmon[89206]: cluster 2023-11-15T05:52:30.199104+0000 mgr.smithi138.outlvz (mgr.14180) 1222 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:33.537 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:33.538 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:34.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:33 smithi138 conmon[84393]: cluster 2023-11-15T05:52:32.199890+0000 mgr.smithi138.outlvz (mgr.14180) 1223 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:34.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:34.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:33 smithi142 conmon[89206]: cluster 2023-11-15T05:52:32.199890+0000 mgr.smithi138.outlvz (mgr.14180) 1223 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:35.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:34 smithi138 conmon[84393]: audit 2023-11-15T05:52:33.533463+0000 mgr.smithi138.outlvz (mgr.14180) 1224 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:35.129 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:35.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:34 smithi142 conmon[89206]: audit 2023-11-15T05:52:33.533463+0000 mgr.smithi138.outlvz (mgr.14180) 1224 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:35.976 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:35 smithi138 conmon[84393]: cluster 2023-11-15T05:52:34.200488+0000 mgr.smithi138.outlvz (mgr.14180) 1225 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:36.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:35 smithi142 conmon[89206]: cluster 2023-11-15T05:52:34.200488+0000 mgr.smithi138.outlvz (mgr.14180) 1225 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:37.018 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:37.019 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:37.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:38.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:37 smithi138 conmon[84393]: cluster 2023-11-15T05:52:36.201005+0000 mgr.smithi138.outlvz (mgr.14180) 1226 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:38.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:37 smithi142 conmon[89206]: cluster 2023-11-15T05:52:36.201005+0000 mgr.smithi138.outlvz (mgr.14180) 1226 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:38.567 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:39.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:38 smithi138 conmon[84393]: audit 2023-11-15T05:52:37.013956+0000 mgr.smithi138.outlvz (mgr.14180) 1227 2023-11-15T05:52:39.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:38 smithi138 conmon[84393]: : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:39.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:38 smithi142 conmon[89206]: audit 2023-11-15T05:52:37.013956+0000 mgr.smithi138.outlvz (mgr.14180) 1227 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:40.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:39 smithi138 conmon[84393]: cluster 2023-11-15T05:52:38.201816+0000 mgr.smithi138.outlvz (mgr.14180) 1228 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:40.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:39 smithi142 conmon[89206]: cluster 2023-11-15T05:52:38.201816+0000 mgr.smithi138.outlvz (mgr.14180) 1228 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:40.467 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:40.467 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:41.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:42.035 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:42.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:41 smithi138 conmon[84393]: cluster 2023-11-15T05:52:40.202337+0000 mgr.smithi138.outlvz (mgr.14180) 1229 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:42.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:41 smithi138 conmon[84393]: audit 2023-11-15T05:52:40.463156+0000 mgr.smithi138.outlvz (mgr.14180) 1230 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:42.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:41 smithi142 conmon[89206]: cluster 2023-11-15T05:52:40.202337+0000 mgr.smithi138.outlvz (mgr.14180) 1229 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:42.233 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:41 smithi142 conmon[89206]: audit 2023-11-15T05:52:40.463156+0000 mgr.smithi138.outlvz (mgr.14180) 1230 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:43.889 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:43.889 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:44.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:43 smithi138 conmon[84393]: cluster 2023-11-15T05:52:42.203125+0000 mgr.smithi138.outlvz (mgr. 2023-11-15T05:52:44.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:43 smithi138 conmon[84393]: 14180) 1231 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:43 smithi142 conmon[89206]: cluster 2023-11-15T05:52:42.203125+0000 mgr.smithi138.outlvz (mgr.14180) 1231 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:44.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:44 smithi138 conmon[84393]: audit 2023-11-15T05:52:43.884302+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:52:45.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:44 smithi138 conmon[84393]: 1232 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:45.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:44 smithi142 conmon[89206]: audit 2023-11-15T05:52:43.884302+0000 mgr.smithi138.outlvz (mgr.14180) 1232 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:45.484 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:45.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:45 smithi138 conmon[84393]: cluster 2023-11-15T05:52:44.203569+0000 mgr.smithi138.outlvz (mgr.14180) 1233 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:46.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:45 smithi142 conmon[89206]: cluster 2023-11-15T05:52:44.203569+0000 mgr.smithi138.outlvz (mgr.14180) 1233 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:47.380 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:47.381 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:47.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:48.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:47 smithi138 conmon[84393]: cluster 2023-11-15T05:52:46.204054+0000 2023-11-15T05:52:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:47 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1234 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:48.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:47 smithi142 conmon[89206]: cluster 2023-11-15T05:52:46.204054+0000 mgr.smithi138.outlvz (mgr.14180) 1234 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:48.898 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:49.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:48 smithi138 conmon[84393]: audit 2023-11-15T05:52:47.375865+0000 mgr.smithi138.outlvz (mgr.14180) 1235 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:49.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:48 smithi142 conmon[89206]: audit 2023-11-15T05:52:47.375865+0000 mgr.smithi138.outlvz (mgr.14180) 1235 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:49 smithi138 conmon[84393]: cluster 2023-11-15T05:52:48.204760+0000 mgr.smithi138.outlvz (mgr.14180) 1236 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:50.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:49 smithi142 conmon[89206]: cluster 2023-11-15T05:52:48.204760+0000 mgr.smithi138.outlvz (mgr.14180) 1236 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:50.834 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:50.834 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:51.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:52.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:51 smithi138 conmon[84393]: cluster 2023-11-15T05:52:50.205438+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:52:52.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:51 smithi138 conmon[84393]: 1237 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:52.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:51 smithi138 conmon[84393]: audit 2023-11-15T05:52:50.829391+0000 mgr.smithi138.outlvz (mgr.14180) 1238 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:52.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:51 smithi142 conmon[89206]: cluster 2023-11-15T05:52:50.205438+0000 mgr.smithi138.outlvz (mgr.14180) 1237 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:52.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:51 smithi142 conmon[89206]: audit 2023-11-15T05:52:50.829391+0000 mgr.smithi138.outlvz (mgr.14180) 1238 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:52.383 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:53.900 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:53 smithi138 conmon[84393]: cluster 2023-11-15T05:52:52.206254+0000 mgr.smithi138.outlvz (mgr.14180) 1239 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:54.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:53 smithi142 conmon[89206]: cluster 2023-11-15T05:52:52.206254+0000 mgr.smithi138.outlvz (mgr.14180) 1239 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:54.309 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:54.310 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:54.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:55.890 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:56.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:55 smithi138 conmon[84393]: cluster 2023-11-15T05:52:54.206746+0000 mgr.smithi138.outlvz (mgr.14180) 1240 : cluster 2023-11-15T05:52:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:55 smithi138 conmon[84393]: [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:56.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:55 smithi138 conmon[84393]: audit 2023-11-15T05:52:54.305664+0000 mgr.smithi138.outlvz (mgr.14180) 1241 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:56.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:55 smithi142 conmon[89206]: cluster 2023-11-15T05:52:54.206746+0000 mgr.smithi138.outlvz (mgr.14180) 1240 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:56.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:55 smithi142 conmon[89206]: audit 2023-11-15T05:52:54.305664+0000 mgr.smithi138.outlvz (mgr.14180) 1241 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:57.722 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:52:57.722 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:52:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:57 smithi138 conmon[84393]: cluster 2023-11-15T05:52:56.207330+0000 mgr.smithi138.outlvz (mgr.14180) 1242 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:58.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:57 smithi142 conmon[89206]: cluster 2023-11-15T05:52:56.207330+0000 mgr.smithi138.outlvz (mgr.14180) 1242 : cluster [DBG] 2023-11-15T05:52:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:57 smithi142 conmon[89206]: pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:58.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:59.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:58 smithi142 conmon[89206]: audit 2023-11-15T05:52:57.717413+0000 mgr.smithi138.outlvz (mgr.14180) 1243 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:59.275 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:59.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:58 smithi138 conmon[84393]: audit 2023-11-15T05:52:57.717413+0000 mgr.smithi138.outlvz (mgr.14180) 1243 : audit 2023-11-15T05:52:59.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:58 smithi138 conmon[84393]: [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:00.041 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:59 smithi138 conmon[84393]: cluster 2023-11-15T05:52:58 2023-11-15T05:53:00.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:52:59 smithi138 conmon[84393]: .208079+0000 mgr.smithi138.outlvz (mgr.14180) 1244 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:00.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:52:59 smithi142 conmon[89206]: cluster 2023-11-15T05:52:58.208079+0000 mgr.smithi138.outlvz (mgr.14180) 1244 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:01.075 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:01.075 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:01.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:01 smithi138 conmon[84393]: cluster 2023-11-15T05:53:00.208840+0000 mgr.smithi138.outlvz (mgr.14180) 1245 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:02.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:01 smithi142 conmon[89206]: cluster 2023-11-15T05:53:00.208840+0000 mgr.smithi138.outlvz (mgr.14180) 1245 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:02.656 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:02 smithi138 conmon[84393]: audit 2023-11-15T05:53:01.070979+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:03.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:02 smithi138 conmon[84393]: 1246 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:03.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:02 smithi142 conmon[89206]: audit 2023-11-15T05:53:01.070979+0000 mgr.smithi138.outlvz (mgr.14180) 1246 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:04.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:03 smithi138 conmon[84393]: cluster 2023-11-15T05:53:02.209760+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:53:04.167 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:03 smithi138 conmon[84393]: .14180) 1247 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:03 smithi142 conmon[89206]: cluster 2023-11-15T05:53:02.209760+0000 mgr.smithi138.outlvz (mgr.14180) 1247 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:04.545 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:04.546 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:05.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:06.164 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:06.193 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:05 smithi138 conmon[84393]: cluster 2023-11-15T05:53:04.210321+0000 2023-11-15T05:53:06.194 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:05 smithi138 conmon[84393]: mgr.smithi138.outlvz (mgr.14180) 1248 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:06.194 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:05 smithi138 conmon[84393]: audit 2023-11-15T05:53:04.541293 2023-11-15T05:53:06.194 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:05 smithi138 conmon[84393]: +0000 mgr.smithi138.outlvz (mgr.14180) 1249 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:06.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:05 smithi142 conmon[89206]: cluster 2023-11-15T05:53:04.210321+0000 mgr.smithi138.outlvz (mgr.14180) 1248 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:05 smithi142 conmon[89206]: audit 2023-11-15T05:53:04.541293+0000 mgr.smithi138.outlvz (mgr.14180) 1249 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:08.026 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:08.027 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:23.049069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vcggbc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-vcggbc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.vcggbc\nDeploy daemon haproxy.nfs.foo.smithi142.vcggbc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.135942Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.lelfpq on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-lelfpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.lelfpq\nDeploy daemon haproxy.nfs.foo.smithi138.lelfpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:56.137144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.ezjjph on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:08.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:07 smithi138 conmon[84393]: cluster 2023-11-15T05:53:06.210912+0000 mgr.smithi138.outlvz (mgr.14180) 1250 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:08.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:07 smithi142 conmon[89206]: cluster 2023-11-15T05:53:06.210912+0000 mgr.smithi138.outlvz (mgr.14180) 1250 : cluster [DBG] 2023-11-15T05:53:08.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:07 smithi142 conmon[89206]: pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:08.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:09.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:08 smithi142 conmon[89206]: audit 2023-11-15T05:53:08.532039+0000 mon.smithi138 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.hjqafd"}]: dispatch 2023-11-15T05:53:09.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:08 smithi138 conmon[84393]: audit 2023-11-15T05:53:08.532039+0000 mon.smithi138 (mon.0) 760 : 2023-11-15T05:53:09.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:08 smithi138 conmon[84393]: audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi138.hjqafd"}]: dispatch 2023-11-15T05:53:09.632 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:10.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: audit 2023-11-15T05:53:08.019512+0000 mgr.smithi138.outlvz (mgr 2023-11-15T05:53:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: .14180) 1251 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cluster 2023-11-15T05:53:08.211621+0000 mgr.smithi138.outlvz (mgr.14180) 1252 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:53:08.531464+0000 mgr.smithi138.outlvz (mgr.14180) 1253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.044 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Traceback (most recent call last): 2023-11-15T05:53:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:10.046 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: yield (conn, connr) 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: code, '\n'.join(err))) 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.047 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.048 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-15T05:53:10.049 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.050 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:53:08.531725+0000 mgr.smithi138.outlvz (mgr.14180) 1254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.053 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:53:08.532606+0000 mgr.smithi138.outlvz (mgr.14180) 1255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.054 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.055 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.056 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.056 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.056 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.056 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.056 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:53:08.533780+0000 mgr.smithi138.outlvz (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:10.057 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cephadm 2023-11-15T05:53:08.534774+0000 mgr.smithi138.outlvz (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:10.057 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cluster 2023-11-15T05:53:08.535422+0000 mgr.smithi138.outlvz (mgr.14180) 1258 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:10.057 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: cluster 2023-11-15T05:53:08.820619+0000 mon.smithi138 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:53:10.057 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:09 smithi138 conmon[84393]: audit 2023-11-15T05:53:08.956964+0000 mon.smithi138 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:53:10.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: audit 2023-11-15T05:53:08.019512+0000 mgr.smithi138.outlvz (mgr.14180) 1251 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:10.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cluster 2023-11-15T05:53:08.211621+0000 mgr.smithi138.outlvz (mgr.14180) 1252 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:10.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cephadm 2023-11-15T05:53:08.531464+0000 mgr.smithi138.outlvz (mgr.14180) 1253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.162 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.164 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.164 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.164 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.164 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.164 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.165 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Traceback (most recent call last): 2023-11-15T05:53:10.165 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:10.165 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: yield (conn, connr) 2023-11-15T05:53:10.165 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:10.165 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: code, '\n'.join(err))) 2023-11-15T05:53:10.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.167 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.167 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.167 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.167 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.167 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.168 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.168 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172. 2023-11-15T05:53:10.168 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.168 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.169 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cephadm 2023-11-15T05:53:08.531725+0000 mgr.smithi138.outlvz (mgr.14180) 1254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.169 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cephadm 2023-11-15T05:53:08.532606+0000 mgr.smithi138.outlvz (mgr.14180) 1255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.169 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd 2023-11-15T05:53:10.170 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.170 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: /bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd 2023-11-15T05:53:10.170 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: Deploy daemon haproxy.nfs.foo.smithi138.hjqafd ... 2023-11-15T05:53:10.170 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.170 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:53:10.171 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.171 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:51:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.172 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr time="2023-11-15T05:52:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:53:10.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:53:10.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: 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=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:10.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cephadm 2023-11-15T05:53:08.533780+0000 mgr.smithi138.outlvz (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:10.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cephadm 2023-11-15T05:53:08.534774+0000 mgr.smithi138.outlvz (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:10.174 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cluster 2023-11-15T05:53:08.535422+0000 mgr.smithi138.outlvz (mgr.14180) 1258 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:10.174 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: cluster 2023-11-15T05:53:08.820619+0000 mon.smithi138 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:53:10.174 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:09 smithi142 conmon[89206]: audit 2023-11-15T05:53:08.956964+0000 mon.smithi138 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:53:11.499 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:11.499 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:12.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:12.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:11 smithi142 conmon[89206]: cluster 2023-11-15T05:53:10.536144+0000 mgr.smithi138.outlvz (mgr.14180) 1259 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:12.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:11 smithi138 conmon[84393]: cluster 2023-11-15T05:53:10.536144+0000 mgr.smithi138.outlvz (mgr.14180) 1259 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:13.087 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:13.118 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:12 smithi138 conmon[84393]: audit 2023-11-15T05:53:11.494231+0000 mgr.smithi138.outlvz (mgr.14180) 1260 : audit 2023-11-15T05:53:13.118 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:12 smithi138 conmon[84393]: [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:13.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:12 smithi142 conmon[89206]: audit 2023-11-15T05:53:11.494231+0000 mgr.smithi138.outlvz (mgr.14180) 1260 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:14.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:13 smithi142 conmon[89206]: cluster 2023-11-15T05:53:12.537206+0000 mgr.smithi138.outlvz (mgr.14180) 1261 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:14.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:13 smithi142 conmon[89206]: audit 2023-11-15T05:53:13.253212+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:53:14.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:13 smithi138 conmon[84393]: cluster 2023-11-15T05:53:12.537206+0000 mgr.smithi138.outlvz (mgr.14180 2023-11-15T05:53:14.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:13 smithi138 conmon[84393]: ) 1261 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:14.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:13 smithi138 conmon[84393]: audit 2023-11-15T05:53:13.253212+0000 mon.smithi138 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.138:0/1207991620' entity='mgr.smithi138.outlvz' 2023-11-15T05:53:15.029 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:15.029 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:15.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:15 smithi138 conmon[84393]: cluster 2023-11-15T05:53:14.538040+0000 mgr.smithi138.outlvz (mgr.14180) 1262 : 2023-11-15T05:53:16.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:15 smithi138 conmon[84393]: cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:16.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:15 smithi142 conmon[89206]: cluster 2023-11-15T05:53:14.538040+0000 mgr.smithi138.outlvz (mgr.14180) 1262 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:16.680 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:17.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:16 smithi138 conmon[84393]: audit 2023-11-15T05:53:15.024334+0000 mgr.smithi138.outlvz (mgr.14180) 1263 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:17.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:16 smithi142 conmon[89206]: audit 2023-11-15T05:53:15.024334+0000 mgr.smithi138.outlvz (mgr.14180) 1263 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:18.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:17 smithi138 conmon[84393]: cluster 2023-11-15T05:53:16.539093+0000 mgr.smithi138.outlvz (mgr.14180) 1264 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:18.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:17 smithi142 conmon[89206]: cluster 2023-11-15T05:53:16.539093+0000 mgr.smithi138.outlvz (mgr.14180) 1264 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:18.491 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:18.492 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:19.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:20.005 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:19 smithi142 conmon[89206]: audit 2023-11-15T05:53:18.486913+0000 mgr.smithi138.outlvz (mgr.14180) 1265 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:20.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:19 smithi142 conmon[89206]: 2023-11-15T05:53:20.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:19 smithi142 conmon[89206]: cluster 2023-11-15T05:53:18.539679+0000 mgr.smithi138.outlvz (mgr.14180) 1266 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:20.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:19 smithi138 conmon[84393]: audit 2023-11-15T05:53:18.486913+0000 mgr.smithi138.outlvz (mgr.14180) 1265 : 2023-11-15T05:53:20.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:19 smithi138 conmon[84393]: audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:20.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:19 smithi138 conmon[84393]: cluster 2023-11-15T05:53:18.539679+0000 mgr.smithi138.outlvz (mgr.14180) 1266 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:21.956 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:21.956 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:22.153 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:21 smithi138 conmon[84393]: cluster 2023-11-15T05:53:20.540586+0000 mgr.smithi138.outlvz (mgr.14180) 1267 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:22.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:21 smithi142 conmon[89206]: cluster 2023-11-15T05:53:20.540586+0000 mgr.smithi138.outlvz (mgr.14180) 1267 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:22.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:23.596 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:24.035 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:23 smithi138 conmon[84393]: audit 2023-11-15T05:53:21.952249+0000 mgr.smithi138.outlvz (mgr.14180) 1268 2023-11-15T05:53:24.036 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:23 smithi138 conmon[84393]: : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:24.036 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:23 smithi138 conmon[84393]: cluster 2023-11-15T05:53:22.541491+0000 mgr.smithi138.outlvz (mgr.14180) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:24.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:23 smithi142 conmon[89206]: audit 2023-11-15T05:53:21.952249+0000 mgr.smithi138.outlvz (mgr.14180) 1268 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:24.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:23 smithi142 conmon[89206]: cluster 2023-11-15T05:53:22.541491+0000 mgr.smithi138.outlvz (mgr.14180) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:25.476 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:25.477 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:25.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:26.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:25 smithi142 conmon[89206]: cluster 2023-11-15T05:53:24.542288+0000 mgr.smithi138.outlvz (mgr.14180) 1270 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:26.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:25 smithi138 conmon[84393]: cluster 2023-11-15T05:53:24.542288+0000 mgr.smithi138.outlvz (mgr.14180) 1270 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:26.998 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:27.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:26 smithi142 conmon[89206]: audit 2023-11-15T05:53:25.472123+0000 mgr.smithi138.outlvz (mgr.14180) 1271 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:27.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:26 smithi138 conmon[84393]: audit 2023-11-15T05:53:25.472123+0000 mgr.smithi138.outlvz (mgr.14180) 1271 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:28.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:27 smithi142 conmon[89206]: cluster 2023-11-15T05:53:26.543181+0000 mgr.smithi138.outlvz (mgr.14180) 1272 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:28.294 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:27 smithi138 conmon[84393]: cluster 2023-11-15T05:53:26.543181+0000 mgr.smithi138.outlvz (mgr.14180) 1272 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:29.049 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:29.050 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:29.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:30.160 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:29 smithi142 conmon[89206]: cluster 2023-11-15T05:53:28.543745+0000 mgr.smithi138.outlvz (mgr.14180) 1273 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:30.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:29 smithi138 conmon[84393]: cluster 2023-11-15T05:53:28.543745+0000 mgr.smithi138.outlvz (mgr.14180) 1273 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:30.594 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:31.143 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:30 smithi138 conmon[84393]: audit 2023-11-15T05:53:29.045284+0000 mgr.smithi138.outlvz (mgr.14180) 1274 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:31.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:30 smithi142 conmon[89206]: audit 2023-11-15T05:53:29.045284+0000 mgr.smithi138.outlvz (mgr.14180) 1274 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:32.132 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:31 smithi138 conmon[84393]: cluster 2023-11-15T05:53:30.544685+0000 mgr.smithi138.outlvz 2023-11-15T05:53:32.132 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:31 smithi138 conmon[84393]: (mgr.14180) 1275 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:32.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:31 smithi142 conmon[89206]: cluster 2023-11-15T05:53:30.544685+0000 mgr.smithi138.outlvz (mgr.14180) 1275 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:32.478 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:32.479 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:33.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:34.119 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:34.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:33 smithi138 conmon[84393]: audit 2023-11-15T05:53:32.474095+0000 mgr.smithi138.outlvz (mgr.14180) 1276 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:34.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:33 smithi138 conmon[84393]: cluster 2023-11-15T05:53:32.545635+0000 mgr.smithi138.outlvz (mgr.14180) 1277 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:34.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:33 smithi142 conmon[89206]: audit 2023-11-15T05:53:32.474095+0000 mgr.smithi138.outlvz (mgr.14180) 1276 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:34.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:33 smithi142 conmon[89206]: cluster 2023-11-15T05:53:32.545635+0000 mgr.smithi138.outlvz (mgr.14180) 1277 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:35.993 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:35.993 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:36.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:35 smithi142 conmon[89206]: cluster 2023-11-15T05:53:34.546321+0000 mgr.smithi138.outlvz (mgr.14180) 1278 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:36.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:35 smithi138 conmon[84393]: cluster 2023-11-15T05:53:34.546321+0000 mgr.smithi138.outlvz (mgr.14180) 1278 : cluster [DBG] 2023-11-15T05:53:36.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:35 smithi138 conmon[84393]: pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:36.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:37.559 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:38.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:37 smithi142 conmon[89206]: audit 2023-11-15T05:53:35.987759+0000 mgr.smithi138.outlvz (mgr.14180) 1279 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:38.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:37 smithi142 conmon[89206]: cluster 2023-11-15T05:53:36.547217+0000 mgr.smithi138.outlvz (mgr.14180) 1280 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:38.226 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:37 smithi138 conmon[84393]: audit 2023-11-15T05:53:35.987759+0000 mgr.smithi138.outlvz (mgr.14180) 1279 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:38.226 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:37 smithi138 conmon[84393]: cluster 2023-11-15T05:53:36.547217+0000 mgr.smithi138.outlvz (mgr.14180) 1280 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:39.462 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:39.463 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:40.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:40.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:39 smithi142 conmon[89206]: cluster 2023-11-15T05:53:38.547978+0000 mgr.smithi138.outlvz (mgr.14180) 1281 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:40.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:39 smithi138 conmon[84393]: cluster 2023-11-15T05:53:38.547978+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:40.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:39 smithi138 conmon[84393]: 1281 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:41.017 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:41.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:40 smithi142 conmon[89206]: audit 2023-11-15T05:53:39.457023+0000 mgr.smithi138.outlvz (mgr.14180) 1282 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:41.291 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:40 smithi138 conmon[84393]: audit 2023-11-15T05:53:39.457023+0000 mgr.smithi138.outlvz (mgr.14180) 1282 : audit 2023-11-15T05:53:41.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:40 smithi138 conmon[84393]: [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:42.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:41 smithi142 conmon[89206]: cluster 2023-11-15T05:53:40.548624+0000 mgr.smithi138.outlvz (mgr.14180) 1283 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:42.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:41 smithi142 conmon[89206]: 2023-11-15T05:53:42.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:41 smithi138 conmon[84393]: cluster 2023-11-15T05:53:40.548624+0000 mgr.smithi138.outlvz (mgr.14180) 1283 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:42.943 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:42.943 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:43.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:44.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:43 smithi142 conmon[89206]: cluster 2023-11-15T05:53:42.549698+0000 mgr.smithi138.outlvz (mgr.14180) 1284 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:44.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:43 smithi138 conmon[84393]: cluster 2023-11-15T05:53:42.549698+0000 mgr.smithi138.outlvz (mgr.14180) 1284 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:44.518 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:45.189 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:44 smithi138 conmon[84393]: audit 2023-11-15T05:53:42.939107+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:45.190 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:44 smithi138 conmon[84393]: 1285 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:45.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:44 smithi142 conmon[89206]: audit 2023-11-15T05:53:42.939107+0000 mgr.smithi138.outlvz (mgr.14180) 1285 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:46.064 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:45 smithi138 conmon[84393]: cluster 2023-11-15T05:53:44.550512+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:46.064 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:45 smithi138 conmon[84393]: 1286 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:46.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:45 smithi142 conmon[89206]: cluster 2023-11-15T05:53:44.550512+0000 mgr.smithi138.outlvz (mgr.14180) 1286 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:46.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:45 smithi142 conmon[89206]: 2023-11-15T05:53:46.430 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:46.431 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:47.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:47.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:47 smithi142 conmon[89206]: audit 2023-11-15T05:53:46.426623+0000 mgr.smithi138.outlvz (mgr.14180) 1287 2023-11-15T05:53:47.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:47 smithi142 conmon[89206]: : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:47.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:47 smithi142 conmon[89206]: cluster 2023-11-15T05:53:46.551455+0000 mgr.smithi138.outlvz (mgr.14180) 1288 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:47 smithi138 conmon[84393]: audit 2023-11-15T05:53:46.426623+0000 mgr.smithi138.outlvz (mgr.14180) 1287 : audit [DBG] 2023-11-15T05:53:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:47 smithi138 conmon[84393]: from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:48.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:47 smithi138 conmon[84393]: cluster 2023-11-15T05:53:46.551455+0000 mgr.smithi138.outlvz (mgr.14180) 1288 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:48.066 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:49.880 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:49.881 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:49 smithi142 conmon[89206]: cluster 2023-11-15T05:53:48.552256+0000 mgr.smithi138.outlvz (mgr.14180) 1289 : cluster 2023-11-15T05:53:49.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:49 smithi142 conmon[89206]: [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:50.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:49 smithi138 conmon[84393]: cluster 2023-11-15T05:53:48.552256+0000 mgr.smithi138.outlvz (mgr.14180) 1289 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:50.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:50.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:50 smithi142 conmon[89206]: audit 2023-11-15T05:53:49.876141+0000 mgr.smithi138.outlvz (mgr.14180) 1290 : 2023-11-15T05:53:50.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:50 smithi142 conmon[89206]: audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:50 smithi138 conmon[84393]: audit 2023-11-15T05:53:49.876141+0000 mgr.smithi138.outlvz (mgr.14180) 1290 : 2023-11-15T05:53:51.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:50 smithi138 conmon[84393]: audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:51.441 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:51 smithi138 conmon[84393]: cluster 2023-11-15T05:53:50.553095+0000 mgr.smithi138.outlvz (mgr.14180) 1291 2023-11-15T05:53:51.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:51 smithi138 conmon[84393]: : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:51.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:51 smithi142 conmon[89206]: cluster 2023-11-15T05:53:50.553095+0000 mgr.smithi138.outlvz (mgr.14180) 1291 : cluster 2023-11-15T05:53:51.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:51 smithi142 conmon[89206]: [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:53.342 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:53.343 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:53.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:53 smithi142 conmon[89206]: cluster 2023-11-15T05:53:52.554042+0000 mgr.smithi138.outlvz (mgr.14180) 1292 : cluster [DBG] 2023-11-15T05:53:53.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:53 smithi142 conmon[89206]: pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:53.990 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:53 smithi138 conmon[84393]: cluster 2023-11-15T05:53:52.554042+0000 mgr.smithi138.outlvz (mgr.14180) 1292 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:54.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:54.963 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:54 smithi142 conmon[89206]: audit 2023-11-15T05:53:53.338176+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:54.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:54 smithi142 conmon[89206]: 1293 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.006 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:55.036 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:54 smithi138 conmon[84393]: audit 2023-11-15T05:53:53.338176+0000 mgr.smithi138.outlvz (mgr.14180) 1293 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:55 smithi138 conmon[84393]: cluster 2023-11-15T05:53:54.554705+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:55.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:55 smithi138 conmon[84393]: 1294 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:55.965 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:55 smithi142 conmon[89206]: cluster 2023-11-15T05:53:54.554705+0000 mgr.smithi138.outlvz (mgr.14180) 1294 : cluster [DBG] 2023-11-15T05:53:55.966 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:55 smithi142 conmon[89206]: pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:56.982 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:53:56.983 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:53:57.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:58.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:57 smithi138 conmon[84393]: cluster 2023-11-15T05:53:56.555714+0000 mgr.smithi138.outlvz (mgr.14180) 1295 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:57 smithi142 conmon[89206]: cluster 2023-11-15T05:53:56.555714+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:53:58.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:57 smithi142 conmon[89206]: 1295 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:58.592 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:59.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:58 smithi138 conmon[84393]: audit 2023-11-15T05:53:56.978526+0000 mgr.smithi138.outlvz (mgr.14180) 1296 2023-11-15T05:53:59.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:58 smithi138 conmon[84393]: : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:59.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:58 smithi142 conmon[89206]: audit 2023-11-15T05:53:56.978526+0000 mgr.smithi138.outlvz (mgr.14180) 1296 2023-11-15T05:53:59.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:58 smithi142 conmon[89206]: : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:00.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:53:59 smithi138 conmon[84393]: cluster 2023-11-15T05:53:58.556376+0000 mgr.smithi138.outlvz (mgr.14180) 1297 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:00.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:59 smithi142 conmon[89206]: cluster 2023-11-15T05:53:58.556376+0000 mgr.smithi138.outlvz (mgr.14180) 2023-11-15T05:54:00.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:53:59 smithi142 conmon[89206]: 1297 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:00.474 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:54:00.475 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:54:01.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:02.039 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:02.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:01 smithi138 conmon[84393]: audit 2023-11-15T05:54:00.470401+0000 mgr.smithi138.outlvz (mgr.14180) 1298 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:02.043 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:01 smithi138 conmon[84393]: cluster 2023-11-15T05:54:00.557356+0000 mgr.smithi138.outlvz (mgr.14180) 1299 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:01 smithi142 conmon[89206]: audit 2023-11-15T05:54:00.470401+0000 mgr.smithi138.outlvz (mgr.14180) 1298 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:01 smithi142 conmon[89206]: cluster 2023 2023-11-15T05:54:02.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:01 smithi142 conmon[89206]: -11-15T05:54:00.557356+0000 mgr.smithi138.outlvz (mgr.14180) 1299 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:03.931 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-15T05:54:03.931 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:26:26.659747Z", "last_refresh": "2023-11-15T05:48:01.386715Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:26:21.192822Z", "last_refresh": "2023-11-15T05:47:58.095460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:26:24.097747Z", "last_refresh": "2023-11-15T05:48:01.386837Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:56.138134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.clylul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:35.143503Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwblux on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi142-gwblux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi142.gwblux\nDeploy daemon haproxy.nfs.foo.smithi142.gwblux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:49:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.532525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi138.hjqafd on smithi138: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi138-hjqafd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi138.hjqafd\nDeploy daemon haproxy.nfs.foo.smithi138.hjqafd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:51:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:52:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi138 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:08.533711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi138.uebvsq on smithi138: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:08.534705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.shhdba on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.138/16"}, "status": {"created": "2023-11-15T05:31:13.738732Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:26:19.683079Z", "last_refresh": "2023-11-15T05:47:58.095619Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:27:45.764779Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:27:45.762380Z", "last_refresh": "2023-11-15T05:47:58.095691Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:31:13.737704Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:31:13.734452Z", "last_refresh": "2023-11-15T05:48:01.387360Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:26:25.387306Z", "last_refresh": "2023-11-15T05:47:58.095756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:28:12.879934Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:28:12.876261Z", "last_refresh": "2023-11-15T05:47:58.095833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:26:22.823026Z", "last_refresh": "2023-11-15T05:48:01.386986Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:31:08.796890Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:31:15.044470Z", "last_refresh": "2023-11-15T05:47:58.096080Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:54:03.956 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:03 smithi138 conmon[84393]: cluster 2023-11-15T05:54:02.558331+0000 mgr.smithi138.outlvz (mgr.14180) 1300 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:04.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:03 smithi142 conmon[89206]: cluster 2023-11-15T05:54:02.558331+0000 mgr.smithi138.outlvz (mgr.14180) 1300 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:04.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:04.546 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T05:54:04.619 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b5069889bf0b4bb68ef9f1a2c19b6651 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T05:54:04.621 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T05:54:04.633 INFO:tasks.vip:Removing 10.0.15.138 (and any VIPs) on smithi138.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:54:04.634 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr del 10.0.15.138/16 dev enp3s0f1 2023-11-15T05:54:04.678 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr del 10.0.31.138/16 dev enp3s0f1 2023-11-15T05:54:04.743 INFO:teuthology.orchestra.run.smithi138.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T05:54:04.744 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T05:54:04.745 INFO:tasks.vip:Removing 10.0.15.142 (and any VIPs) on smithi142.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:54:04.746 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.15.142/16 dev enp3s0f1 2023-11-15T05:54:04.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:04 smithi138 conmon[84393]: audit 2023-11-15T05:54:03.926591+0000 mgr.smithi138.outlvz ( 2023-11-15T05:54:04.792 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:04 smithi138 conmon[84393]: mgr.14180) 1301 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:04.795 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.31.138/16 dev enp3s0f1 2023-11-15T05:54:04.821 INFO:teuthology.orchestra.run.smithi142.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T05:54:04.822 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T05:54:04.823 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T05:54:04.836 INFO:tasks.cephadm:Teardown begin 2023-11-15T05:54:04.837 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:54:04.863 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:54:04.892 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T05:54:04.892 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:54:04.919 DEBUG:teuthology.orchestra.run.smithi142:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:54:04.946 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T05:54:04.947 INFO:tasks.cephadm.mon.smithi138:Stopping mon.smithi138... 2023-11-15T05:54:04.947 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138 2023-11-15T05:54:05.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:04 smithi142 conmon[89206]: audit 2023-11-15T05:54:03.926591+0000 mgr.smithi138.outlvz (mgr.14180) 1301 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:05.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:04 smithi142 conmon[89206]: 2023-11-15T05:54:05.292 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:04 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:54:05.293 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:05 smithi138 bash[282319]: Error: no container with name or ID ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-mon.smithi138 found: no such container 2023-11-15T05:54:05.641 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:05 smithi138 conmon[84393]: debug 2023-11-15T05:54:05.321+0000 7f0978ead700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:54:05.644 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:05 smithi138 conmon[84393]: debug 2023-11-15T05:54:05.321+0000 7f0978ead700 -1 mon.smithi138@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T05:54:06.042 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Nov 15 05:54:05 smithi138 bash[282434]: 99486f83359bdfe7e604a555bda6731d9ce678c75f21597af4954899b46c83c9 2023-11-15T05:54:06.234 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi138.service' 2023-11-15T05:54:06.304 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T05:54:06.305 INFO:tasks.cephadm.mon.smithi138:Stopped mon.smithi138 2023-11-15T05:54:06.306 INFO:tasks.cephadm.mon.smithi142:Stopping mon.smithi142... 2023-11-15T05:54:06.307 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi142 2023-11-15T05:54:06.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:06 smithi142 systemd[1]: Stopping Ceph mon.smithi142 for 5156892a-8377-11ee-8dbe-212e2dc638e7... 2023-11-15T05:54:06.714 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:06 smithi142 bash[117487]: Error: no container with name or ID ceph-5156892a-8377-11ee-8dbe-212e2dc638e7-mon.smithi142 found: no such container 2023-11-15T05:54:07.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:06 smithi142 conmon[89206]: debug 2023-11-15T05:54:06.723+0000 7fbe5c927700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi142 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:54:07.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:06 smithi142 conmon[89206]: debug 2023-11-15T05:54:06.723+0000 7fbe5c927700 -1 mon.smithi142@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T05:54:07.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Nov 15 05:54:06 smithi142 bash[117601]: cef6206133a651e175f161820eb7b4509ff4b18118df2a1e1d62dbc4dad802fa 2023-11-15T05:54:07.450 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5156892a-8377-11ee-8dbe-212e2dc638e7@mon.smithi142.service' 2023-11-15T05:54:07.491 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T05:54:07.492 INFO:tasks.cephadm.mon.smithi142:Stopped mon.smithi142 2023-11-15T05:54:07.492 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T05:55:09.546 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T05:55:54.751 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:55:54.785 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:55:54.813 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T05:55:54.816 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/ubuntu@smithi138.front.sepia.ceph.com/crash 2023-11-15T05:55:54.817 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:55:54.871 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T05:55:54.872 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2023-11-15T05:55:54.874 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/ubuntu@smithi142.front.sepia.ceph.com/crash 2023-11-15T05:55:54.875 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:55:54.914 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T05:55:54.915 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2023-11-15T05:55:54.917 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T05:55:54.917 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T05:55:54.945 INFO:teuthology.orchestra.run.smithi138.stderr:grep: /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T05:55:54.947 INFO:tasks.cephadm:Compressing logs... 2023-11-15T05:55:54.947 DEBUG:teuthology.orchestra.run.smithi138:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T05:55:54.989 DEBUG:teuthology.orchestra.run.smithi142:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T05:55:55.013 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:55:55.014 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2023-11-15T05:55:55.014 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T05:55:55.014 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi138.log 2023-11-15T05:55:55.017 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T05:55:55.017 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi138.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T05:55:55.017 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T05:55:55.018 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T05:55:55.019 INFO:teuthology.orchestra.run.smithi142.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:55:55.019 INFO:teuthology.orchestra.run.smithi142.stderr:: No such file or directory 2023-11-15T05:55:55.019 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T05:55:55.020 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi142.hyrzmk.log 2023-11-15T05:55:55.020 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi142.vvnuzl.log 2023-11-15T05:55:55.020 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi142.hyrzmk.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T05:55:55.020 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi142.vvnuzl.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi142.log 2023-11-15T05:55:55.021 INFO:teuthology.orchestra.run.smithi142.stderr: 79.9% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi142.vvnuzl.log.gz 2023-11-15T05:55:55.021 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T05:55:55.021 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi142.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T05:55:55.022 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T05:55:55.023 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi138.outlvz.log 2023-11-15T05:55:55.023 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi138.outlvz.log: 92.6% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T05:55:55.023 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi138.jsfygo.log 2023-11-15T05:55:55.024 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi138.jsfygo.log: 78.8% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi138.jsfygo.log.gz 2023-11-15T05:55:55.024 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:55:55.024 INFO:teuthology.orchestra.run.smithi142.stderr: 92.5% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T05:55:55.024 INFO:teuthology.orchestra.run.smithi142.stderr: 93.3% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi142.hyrzmk.log.gz 2023-11-15T05:55:55.043 INFO:teuthology.orchestra.run.smithi138.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:55:55.316 INFO:teuthology.orchestra.run.smithi138.stderr: 90.2% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi138.outlvz.log.gz 2023-11-15T05:55:55.389 INFO:teuthology.orchestra.run.smithi142.stderr: 92.7% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi142.log.gz 2023-11-15T05:55:55.871 INFO:teuthology.orchestra.run.smithi138.stderr: 90.5% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-mon.smithi138.log.gz 2023-11-15T05:55:55.876 INFO:teuthology.orchestra.run.smithi138.stderr: 93.6% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T05:55:56.014 INFO:teuthology.orchestra.run.smithi138.stderr: 93.3% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T05:55:56.064 INFO:teuthology.orchestra.run.smithi142.stderr: 93.3% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T05:55:56.108 INFO:teuthology.orchestra.run.smithi142.stderr: 93.3% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T05:55:56.149 INFO:teuthology.orchestra.run.smithi142.stderr: 93.7% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T05:55:56.220 INFO:teuthology.orchestra.run.smithi142.stderr: 93.5% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T05:55:56.222 INFO:teuthology.orchestra.run.smithi142.stderr: 2023-11-15T05:55:56.222 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m1.219s 2023-11-15T05:55:56.223 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m4.675s 2023-11-15T05:55:56.223 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.216s 2023-11-15T05:55:56.313 INFO:teuthology.orchestra.run.smithi138.stderr: 93.3% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T05:55:56.566 INFO:teuthology.orchestra.run.smithi138.stderr: 93.6% -- replaced with /var/log/ceph/5156892a-8377-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T05:55:56.568 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-15T05:55:56.569 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m1.566s 2023-11-15T05:55:56.569 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m5.696s 2023-11-15T05:55:56.569 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.221s 2023-11-15T05:55:56.570 INFO:tasks.cephadm:Archiving logs... 2023-11-15T05:55:56.570 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/ubuntu@smithi138.front.sepia.ceph.com/log 2023-11-15T05:55:56.572 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:55:57.437 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/ubuntu@smithi142.front.sepia.ceph.com/log 2023-11-15T05:55:57.439 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:55:58.142 INFO:tasks.cephadm:Removing cluster... 2023-11-15T05:55:58.142 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:55:58.604 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156892a-8377-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:55:59.093 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T05:55:59.094 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:55:59.111 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:55:59.126 INFO:tasks.cephadm:Teardown complete 2023-11-15T05:55:59.126 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T05:55:59.138 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_1... 2023-11-15T05:55:59.138 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_1 2023-11-15T05:55:59.282 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T05:55:59.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.285 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_2... 2023-11-15T05:55:59.285 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_2 2023-11-15T05:55:59.427 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T05:55:59.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.429 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_3... 2023-11-15T05:55:59.429 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_3 2023-11-15T05:55:59.559 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T05:55:59.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.561 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_4... 2023-11-15T05:55:59.562 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_4 2023-11-15T05:55:59.693 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T05:55:59.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.695 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-15T05:55:59.695 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/scratch_devs 2023-11-15T05:55:59.720 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2023-11-15T05:55:59.720 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_1 2023-11-15T05:55:59.853 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T05:55:59.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.855 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2023-11-15T05:55:59.856 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_2 2023-11-15T05:55:59.988 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T05:55:59.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:55:59.990 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2023-11-15T05:55:59.991 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_3 2023-11-15T05:56:00.117 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T05:56:00.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:00.118 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2023-11-15T05:56:00.119 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_4 2023-11-15T05:56:00.272 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T05:56:00.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:00.275 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-15T05:56:00.275 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2023-11-15T05:56:00.299 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T05:56:00.311 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T05:56:00.311 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:56:00.315 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:56:00.329 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2023-11-15T05:56:00.332 INFO:teuthology.orchestra.run.smithi138.stdout:210 Number of sources = 4 2023-11-15T05:56:00.332 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:56:00.333 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-11-15T05:56:00.333 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 38 +1102us[+1096us] +/- 82ms 2023-11-15T05:56:00.333 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv02.front.sepia.ceph.com 3 6 377 38 -701us[ -707us] +/- 60ms 2023-11-15T05:56:00.333 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 -14us[ -14us] +/- 67ms 2023-11-15T05:56:00.334 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:56:00.353 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-11-15T05:56:00.357 INFO:teuthology.orchestra.run.smithi142.stdout:210 Number of sources = 4 2023-11-15T05:56:00.357 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:56:00.358 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-11-15T05:56:00.358 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 +1110us[+1110us] +/- 82ms 2023-11-15T05:56:00.358 INFO:teuthology.orchestra.run.smithi142.stdout:^* hv02.front.sepia.ceph.com 3 6 377 40 -731us[ -734us] +/- 60ms 2023-11-15T05:56:00.358 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -26us[ -26us] +/- 67ms 2023-11-15T05:56:00.359 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:56:00.359 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T05:56:00.373 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T05:56:00.374 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T05:56:00.387 DEBUG:teuthology.orchestra.run.smithi138:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T05:56:00.492 DEBUG:teuthology.orchestra.run.smithi142:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T05:56:00.578 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:56:00.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:00.612 DEBUG:teuthology.orchestra.run.smithi142:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:56:00.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:00.641 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T05:56:00.652 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T05:56:00.670 INFO:teuthology.task.internal:Duration was 2496.992367 seconds 2023-11-15T05:56:00.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T05:56:00.681 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T05:56:00.682 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:56:00.685 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:56:00.727 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:56:00.728 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:56:01.055 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T05:56:01.056 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2023-11-15T05:56:01.057 DEBUG:teuthology.orchestra.run.smithi138:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T05:56:01.077 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2023-11-15T05:56:01.077 DEBUG:teuthology.orchestra.run.smithi142:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T05:56:01.097 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T05:56:01.098 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:56:01.119 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:56:01.190 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T05:56:01.191 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:56:01.193 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:56:01.361 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T05:56:01.374 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T05:56:01.375 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:56:01.400 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:56:01.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T05:56:01.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:56:01.442 DEBUG:teuthology.orchestra.run.smithi142:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:56:01.463 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2023-11-15T05:56:01.489 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2023-11-15T05:56:01.503 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:56:01.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:01.533 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:56:01.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:56:01.557 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T05:56:01.569 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T05:56:01.570 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/smithi138 2023-11-15T05:56:01.572 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:56:01.621 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478/remote/smithi142 2023-11-15T05:56:01.622 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:56:01.661 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T05:56:01.662 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:56:01.665 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:56:01.708 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T05:56:01.724 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T05:56:01.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T05:56:01.737 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T05:56:01.737 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:56:01.740 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:56:01.751 INFO:teuthology.orchestra.run.smithi138.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:56 /home/ubuntu/cephtest 2023-11-15T05:56:01.763 INFO:teuthology.orchestra.run.smithi142.stdout: 262560 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:56 /home/ubuntu/cephtest 2023-11-15T05:56:01.764 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T05:56:01.777 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T05:56:01.850 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T05:56:01.876 DEBUG:teuthology.nuke:shortname: smithi138 2023-11-15T05:56:01.876 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:56:01.901 DEBUG:teuthology.nuke:shortname: smithi142 2023-11-15T05:56:01.901 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:56:01.910 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:07:02.852184', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTElGXBdXg8YQ4WgOk3WO8jwJOB7koQKjTK0CSmKlgS/OAJbPR7ozhpW1oA7T06uxHOH9EnCoM/J831IlA3mT0='} 2023-11-15T05:56:01.939 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458478', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:07:02.853934', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJsiFje5jC8oAPShU8vMTyBr7wmtjM/JB98Nos/BE3bPIsD1vXWdn1um32VksmPQQNtmL10uLlAnaiSZBJiJdds='} 2023-11-15T05:56:01.982 INFO:teuthology.orchestra.console.smithi138:Power off 2023-11-15T05:56:01.983 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:56:02.017 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2023-11-15T05:56:02.018 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:02.040 INFO:teuthology.orchestra.console.smithi142:Power off 2023-11-15T05:56:02.041 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:56:02.053 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-11-15T05:56:02.071 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2023-11-15T05:56:02.072 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:02.101 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-11-15T05:56:06.057 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:06.102 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:06.169 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-11-15T05:56:06.215 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-11-15T05:56:10.174 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:10.216 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:56:10.292 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2023-11-15T05:56:10.330 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2023-11-15T05:56:10.394 INFO:teuthology.orchestra.console.smithi138:Power off completed 2023-11-15T05:56:10.431 INFO:teuthology.orchestra.console.smithi142:Power off completed 2023-11-15T05:56:10.536 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2496.992366552353 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b5069889bf0b4bb68ef9f1a2c19b6651 status: fail success: false 2023-11-15T05:56:10.537 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:56:10.636 INFO:teuthology.run:FAIL